I need to know the controls on a form and which are arrays of a single control. However if there is not an array of a control I get a ( Object Not An Array ) error.
Without using error trapping...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23364973.html
Hey All
I need a code in VB 6.0 which find out all the programs/Subprograms installed and then find out particular program in that list (Installed Programs).
Thanks & Regards
BA
http://www.experts-exchange.com/Programming/Misc/Q_22128546.html
I need to print a VB 6 Datareport without seeing the report Pop up while the data is loading before it prints. Is there any way to hide it so that it prints and is never seen?
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_22781253.html
I'm trying to read a large Tab Delimited text file which has 1,232,914 records the file size is 177,537,000 MB. However when I read the file the record count is only 400,423 records. If I look a...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_22808950.html
Zones:
Visual BasicDate Answered: 09/06/2007 Grade: B Views: 4
i create a class file and made a dll to use this in a different application made in FOxpro.
I am insitilizing an object in the Class_Initialize sub.
but when i tested this dll in my foxpro ap...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_22871623.html
Zones:
Visual BasicDate Answered: 10/30/2007 Grade: B Views: 0
I have a program that is to filter the files in the list for both *.xls and *.jpg.
when i add in
FileListBox.Pattern="*.XLS; *.JPG"
i get only XLS
and vicacersa if i switch the ordering of ...
http://www.experts-exchange.com/Microsoft/Development/Microsoft_Programming/Q_22908022.htm...
Hello Experts,
I have quite the lengthy bit of source code below. this code is designed to open a destination excel file, open a source csv file with excel, copy all of the cells from the ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_22935556.html
Hello. (using Visual Basic 6.0..NOT .NET) What i basically want to do here is provide people with an easy way to keep on top of some of the subject matter of one of my forums without having to ope...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23015467.html
I have two forms in vb 6.
Both have the basic data from the recordset. The second form groups the customers by lastname, firstname on a listbox. There are also textboxes on the second form which s...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23113531.html
Hi, I use some scripts to automate the editing of my database (the scripts are .exe files). Whenever I add an item to my database, I put the item into the system, (its a database file so I use exc...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23114671.html