hi  wish u all very happy & prosperous new year hi friends how to import access database to oracle 10g using vb 6.0 i am able to establish connection to both...
How do I avoid the "Invalid Property Array Index" error in the following code? Migh a "Do" loop of some sort help? I'm using a third-party control--"Tagged" is...
... mh3dlistLocation.Text & ... I think the problem might be... it's trying to access something that been deleted, which changes the sequence of items. Try...
I tried installing my VB6 program and on a few computers I get... "Setup cannot continue because some of the system files are out of date on your system. Click...
If you are using VB's package and deployment wizard, there is a file like setup.lst or something that has bad entries in it. Has been that way since Win2000....
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the visualbasic6programming group. File :...
visualbasic6programmi...
Jan 4, 2009 6:15 pm
31622
Please reference file uploaded: Convert2PDF with Author Title Etc I am familiar with Access VBA and VB6 (intermediate level). I have tons of pdf's ebooks on my...
first u install vb6 after this install ur setup if u don't require vb6 then uninstall vb6 but don't remove shared files. i know its work because i face same...
Does anyone have any suggestions? I'm addding a string to a TXT file. Its easy to append the string to the end of the TXT file. I opened the file up for...
open file one with existing data in it and store it something like this.... this will input the entire file to StrTemp dim lngFile as long dim strTemp as...
Hi I am geting this error on ftp upload. method execute of object iinet failed I am using this code. http://officeone.mvps.org/vba/ftp_upload_file.html Here...
I am using windows xp professional 2002, sp2 Visual Basic 6. My sql server return recordset in xml format. While returning the recordset, some times it gives...
please quide e Satnam Singh Gill Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/ [Non-text portions of this message have...
I don't have the dll so I can't test it.... Maybe try this group they might have an answer for ya. http://forums.devshed.com/xml-programming-19/?feature=...
Hi Darrin. VB's Random File Access should meet your requirements. See the VB Help. There is a risk that the file will become very large and very difficult to...
1/ why I can not install VB_6 in Vista? 2/ what is the difference between VB_6 and VB_2008? Can I load the control edition VB from the book by James Foxall in...
... Because of security issues in Vista... it's been suggested that if you have sufficient privileges... you can install virtually any application (and have it...
I'm trying to make a feature in my program to let the user measure lines on a pdf. Say there is a line 4 feet long on a pdf file which would of course be...
I was not thinking about the coding differences. At first, Microsoft didn't support vb-6 ;than, they created VB-2008. Are there some goodies added to VB-2008...
I asked Canon if their pixma printers allowed in-stream control characters that could change the text color, but they said that I would have to write a special...
My sympathies, Grant. I will not be buying any more Canon printers. Their support generally, and for Linux in particular, is Charlie Romeo Alpha Papa, and the...
you can combine coding for two forms using "WITH" statement With IIf(db_name = "dbEmp", RsEmp, RsCust) .Fields!Name = txtName.text ... End With here, you will...
help me to design exam form contain 3 questions and each question have 25 subquestion.it also conatain timer in which after two hour the exam form will be...
On my excel spreadsheet I have on sheet 2 locations for user input data. I have made arrangements for the data input in sheet 2 to copy into a combobox on...