Text Metrics
I need to get this distance from a glyph's origin to the left side of the glyph's bounding box. I believe this distance is called the left side bearing. Does anyone know how to get this dimension?...
View ArticleQuestion about adding record to database so it shows in datagrid.
Hello, I am new to VB6 and to the forums. I am attempting to make a form that allows the user to fill out text boxes that will add a new item to the inventory which is displayed as a datagrid on...
View ArticleHOW TO SHOW FUll Image in Webbrowser?
how to remove Webbrowser 3D BORDER? HOW TO SHOW A URL IMG ,OR a img file by webbrowser?
View ArticleThunderVB installed - problem at loading VB6
Hello! I installed Visual Studio 6 and ThunderVB after Windows 10.2004 clean installation. when I try to run VB, at splash screen it outputs error: Code: --------------------------- Microsoft Visual...
View ArticlePanel printing
Hello, I am trying to print the contents of a panel using a graphics image and I found out this link on MSDN: https://social.msdn.microsoft.com/Fo...m=vbpowerpacks Problem is that I get some errors: In...
View ArticleCrash caused by empty text box
How do I keep my application from crashing when I leave a textbox empty?
View Articlecodesign + dragdrop/IDropTarget + UAC
Hi guys, I've implemented the IDropTarget from here: www.vbforums.com/showthread.php?808125 However, when running the compiled .exe as Admin, then DRAG & Drop functionality stops! The idea was to...
View ArticleWhy can not select all text in textbox after focus to textbox ?
In then form there is TextBox and a ListBox. When I Press Down or Up Key I want to Select ListBox item. Then After Selected item comes into the TextBox and Then after I want to select all Text in...
View ArticleGirl in trouble - heeelp :)
I have a txt file with 3 columns. 1st column: cityid1 2nd column: cityid2 3rd column: distance between cityid1 and cityid2 My question is... How I can read that data from txt file, have one dropdown...
View ArticleZSTD decompress
the decompress function need to size of destination array so, if know the origin size as compress, can decompress. but generally any compressed bytes cannot be known origin byte size. how do you make...
View ArticleVS 2015 Fluctuating Problem on Invalidating Panel
Hello Everyone, I am trying to create rectangle on a panel to be used as crop tool. So that when ever I move mouse after pressing right button a new rectangle will draw on panel but to remove last...
View ArticleHow to set a global connection string for all crystal reports in my project
I have a VB.Net project with SQL Server DB. I want to add few Crystal reports to it. I'm using a connection string inside a module which i use every where in my project and its very useful since i can...
View Article[RESOLVED] Strange Class Clone problem
Something very strange going on, which used to work! I have a class with references to it. myClass.cls Code: LeftClass(5) = new myClass RightClass(5) = new myClass When i do: Code: LeftClass(2) =...
View Articlecover cell in listview
I have a picturebox on form. now with comandclick event i need to insert the picturebox in row 4 of column 7 of listview1. How to? Naturally autosize the picturebox based the dimension of cell in...
View ArticleHow to enable drag/drop to Listview in a Panel
Am succesfully dragging Listview1 items to Listview2. But I cannot drag to Listview2 if I place it in a Panel. I need the Panel to group a bunch of controls. I have the standard methods as follows, as...
View ArticleVS 2013 How to get an InputBox control
i'm working on a project but i'm stuck on something, I want an InputBox to show when i select a particular value from a list of my combobox values. I added a picture of my combobox. Attached Images
View ArticleAutomating Data entry script (vb to Online - ServiceNow RFC Form)
Hi All, I'm very very new to VB and trying my hand at automation of data entry into work webform (ServiceNow) I've tested out the script on Facebook and works perfectly well ;-D...
View ArticleVS 2017 Error Distance Matrix API
I'm using the google maps API to get the distance between two addresses. Code: Dim url As String =...
View ArticleDevComponents CalendarView customization help
Hi guys, I've installed the DevComponents package for the CalendarView Anyone knows if/how I can: Change the date selection color? Have a blackout day (a day that cannot be selected for Appointments) ?...
View ArticleCan't seem to click on this button
<a href="javascript:{}" style="width: 100%;font-size:16px; height:45px;line-height:45px;font-weight:bold;" onclick="document.getElementById('loginform').submit();" class="btn blue darken-3...
View Article