What does Normal mean?
Can someone tell me what Normal means please, I am trying to add a project into another project and am getting the error ambiguous name detected, I know what the error means, what I am getting an error...
View ArticleDataGrid update DB not working as it should
I have a DataGrid which is bound to an ADODC and it allows updates. The database consists of different tables and the SQL for this ADODC is "SELECT stID, stName, grID, grName FROM tblStudent, tblGroup...
View ArticleLog in time to a remote server
Hello ! I'm continuously logged in to a remote server in order to handle some incoming files on a subdirectory. When I manually open this directory to check for files to process, it takes about 7 to 8...
View ArticleVB, 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 ArticleAnyone Know Perl
I need a simple Perl script that gets two input values and save them in a text file on the host machine. I'm using WebBrowser to make the call to a Perl script as you see in the sample code below....
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 Article