Microsoft Hierarchical Flex Grid 6.0 (OLE) Microsoft FlexGrid Control 6.0 What are the differences between these two? Regards. ... Looking for a deal? Find...
The only time I use the Hierarchical Flex Grid over the regular Flexgrid is
when I am using the database with ADODB. It will display the recordset a
lot...
' Does anyone here who can guide or give me some good points or links ' for MsComm + YModem protocol programming? ' Basically I need to read the data directly...
Hi All, Set conn = New ADODB.Connection string = "Provider=Microsoft.jet.oledb.4.0;Data source = C:\Database\Track.mdb" conn.Open string Set temprs = New...
Hi guys, I have used the SSTab control in my form. But am not able to change the background colour of tab strip. Is there any way to change the back ground...
Hi guys, Go to Prpoerties of SSTab and change the coloue very easy. ... change the background colour of tab strip. ... diff colour for each tab. ... how, go to...
Unfortunately you can't. The only way you can add color to the tabs is by adding a container control like the picture box or frame and set its back-color....
I have finally go around to putting the PictureBox 'Gauge' code into (the beginning of) an app. Boy, it's amazing how many bugs can be found, and indeed not...
I would like to own my own SQL server that would run on my machine. I am not looking for freeware I want to buy. ... that wthr u want u work wid sql server or...
Dear all, my client is currently using Win 2003 enterprise 32 bit OS now they are upgrade it to 64 bit os , now our application is in vb 6.0 with oracle...
visual basic exe files should work as windows server 64bit can run 32bit applications also. ... they are upgrade it to 64 bit os , now our application is in...
I want to learn Visual Basic basics for my project please sent me the initially startup or teach basic thorouly to my or send teaching guide program in windows...
thanks for rply but i found form various web site that the Dll which are created in 32 bit will not work in 64 bit in my project we use some dll client ask...
Im developing a database project, i will be using vb.net 2003 and Access. My question is how to use two or multiple tables from a database and set its...
Hello Everyone, Im looking for a code that can manipulate date strings text1= 12/1/2007 become like this text2=12 text3=1 text4-2007 Thanks for your help... ...
One of the easiest way is to use the split() function and use "/" as the delimeter. varDate = split(text1,"/") text2 = varDate(0) text3 = varDate(1) text4 =...
hi, i got an variable not defined error when tried to compile it thanks Adrian Landicho <ian@...> wrote: One of the easiest way is to use the split()...
Add this: Dim varDate As Variant _____ From: visualbasic6programming@yahoogroups.com [mailto:visualbasic6programming@yahoogroups.com] On Behalf Of malaydiwako ...
Malay Maybe something like this.. text2=Month(text1) text3=Day(text1) text4=Year(text1) This approach, however, would require that text1 be a date, not a...
Good day to everyone, Guys, I need suggestions and comments about this matter. Does anyone had encounter the error 1400? I designed a monitoring system for...
For connecting to databases, I recommend this quick resource. http://www.connectionstrings.com I am assuming that you are familiar with ADO in VB6. Both the...