user picture1 with treeview , no imagelist
ok is it possible to load image to treeview using picture1 , normall we use imagelist fine but wat about picturebox . picturebox will hold avatar image, using imagelist is just permenant icons that...
View ArticleHi how do i desable mouse and enable mouse and how do i open exes and can I...
Hi, how do i disable mouse and enable mouse and how do i open exes through my vb6.0 project and can I link my vb.net project to vb6.0. thanks everyone for your help.:wave:
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 ArticleCreating Editing And Deleting Records from a Text file
Hey, guys I'm new to vb really. So I need some help on my project, I'm working on a management program to keep track of different sets of information. The requirement is that it uses text documents...
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 ArticleBetter grids for vb6.
Hallo, I use DataGrid and MSHFlexGrid for my VB6 Application, but this types of grid are very poor of functionality. Can you suggest me a better grid to use in my VB6 application, that has a lot of...
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 Article