VB, Unicode and displaying non-printable characters
I'm not a VB programmer, but I'm designing a test instrument that will be controlled by VB6 or possibly VB.NET. It's a box with a USB port and 4 serial ports, intended for monitoring activity on...
View ArticleIcon images
Is it possible to extract icon images from within executable files using VB 6 code?
View Articleneed help extracting colour names from this site
i need something to extract the names of all colour http://www.colorhexa.com/color-names Duke blue blue red orange all list
View ArticleHow to fetch each row values from listview in Visual Basic 6.0
Hi How to fetch each row values one by one from listview in Visual Basic 6.0 I want to store it in database Please help me Thanks Rn
View Articletwo working modules, but they don't works together
I have two modules: 1) module to do: ScreenShot -> StdPicture. 2) Another module to do: StdPicture -> extract .bmBits pointer (a pointer to the bitmap_pixels_information) and sets the bitmap's...
View Articlerequest sample of printing on passbook
As you can see, when printing on passbook, it is printing per transaction basis. i dont know how to continue printing after the last transaction.
View ArticleVB6 application hangs at shutdown in Windows 7 w/50% CPU, fine in XP
I have an application that hangs during shutdown. I've found that the problem seems to be using certain object types. If I comment out the sections where the objects are used, the application closes...
View ArticleDetect Color On Screen Without API
What the title says? I've been using GetPixel API to detect a color change on my screen, but is there a way to do it without API? Visual Basic 6.
View ArticleCreating Editing And Deleting Records from a Text file
Hey Guys I'm new to vb more or less, so how about a hand? I have an application that manages different sets of data using text files as the data bank. I have everything set up but my buttons half way...
View ArticleCreating an Enabled FileList in which you cannot make Selections.
Hey all! My objective is to have a FileList which has black color text, but I don't want the user to be able to make selections (which highlights an item) I was also looking to see if it was possible...
View ArticleHow To?
Hello. my question is For exsample i make hta page in .hta file i mean i have save as .hta file now i have create button on Vb 6.0 and now i want to point it to my .hta page i have try shell...
View ArticleSendData and GetData SECURITY
Hi guys how's life? Well, I am creating a client-server connection, sending and receiving data. Code: Private Sub RequestAuth_DataArrival(ByVal bytesTotal As Long) Dim Authorization As String...
View Article[RESOLVED] calculate age
I have patient information being pulled as an 8 character string like 06-26-86 how can i get vb to calcualte the patient age?
View ArticleHow to find where form was called from
Hi, I have 3 forms, form1, form2, form3 form 3 can be called from forms 1 and 2 but it loads different information depending on the form it was called from. I need to do something like this in the form...
View ArticleWin32 API Sleep
The Win32 API function "Sleep" suspends the operation of a thread for a specified time. If used in VB6; does this also suspend all events? If yes, are the events that occur during thread suspension...
View Articlecombo1 help using large if statement's
i had issue before using large if statments for combo1 , when wring large if and else over 50+ it gives error i need a way to write this please help example project combo1 contains Code: india:1 usa:1...
View Articlehow to place the image of an object in the form?
I have this picturebox cotrol and this another control lets say button2. I would like to click on button1 and capture the image of button2 and place that on the picturebox control? All of this controls...
View Articlejust a bit more age work
in the following code I am able to get the age of a person based on the year but not on the month... for example a person born june 26 1986 is written as being 27 but they shuld be 26 untill its past...
View Article[RESOLVED] WebBrowser Question
I'm using WebBrowser to send a request to my website via HTML. In the following HTML code I have to click on the Submit button to send the request. How can I change this to do the same thing without...
View Article