| Thread | Last Post | Replies |
|
| Looping through records | 27 Jun 2006 20:32 GMT | 13 |
Ive put together the following code which is a modification of the previous code which added a selected record from a datagrid to my database (which worked ok). In the code below I have tried unsucessfully to put all the records into the database in one go using a loop to loop ...
|
| Run time error | 27 Jun 2006 11:27 GMT | 8 |
I am running the following macro in MS Excel and getting a 'Run time error 5' Please have a look and let me know where it is wrong: Sub ChangeSlots()
|
| Loading two different registry hives | 27 Jun 2006 09:39 GMT | 1 |
Is it possible to load HKU and HKLM at the same time? I'm accessing the registry of a computer over the network. I can load one or the other hive just fine on the remote system. But if I try to load both, i.e. one is loaded already and then I attempt to load another I get an ...
|
| Using keys on the numeric keypad to initiate macros | 27 Jun 2006 09:36 GMT | 5 |
I would very much like to be able to use certain keys on the numeric keypad to run macros. I have tried to do this with the Application.OnKey method, but it doesn't seem to work for the keys I would like to use (specifically,
|
| Maximum number of DLL calls | 26 Jun 2006 23:14 GMT | 3 |
Is there a maximum number of times you can call DLL from VB? I am trying to call a dll 1000 times in a loop and it crashes around 985. LoadLibrary (...\mylib.dll}
|
| Sending Input to Webpages from VB | 26 Jun 2006 13:43 GMT | 4 |
In my continuing slow push to learn VB I've come across another problem I could use some guidance on. Basically, I want to be able to send a userid, and password to a webpage and then have VB hit the submit button. The userid and password
|
| can't figure this code out | 25 Jun 2006 18:49 GMT | 1 |
someone can tell me how x2 becomes 512 Dim x As New BitArray(1024) Dim x2(31) As Integer x.Set(9, True)
|
| Are ActiveX Errors Handled Like VB Errors? | 25 Jun 2006 05:32 GMT | 1 |
I have a program that goes out to a web site and works fine as long as all the objects are there. When an object is not there, I get: Runtime error '429': ActiveX Component Can't Create Object
|
| Ghost 10 and VB 6 | 24 Jun 2006 18:14 GMT | 4 |
If you use Ghost 10, you might want to look at http://www.standards.com/index.html?GhostIssueFindFiles.
 Signature http://www.standards.com/; See Howard Kaikow's web site.
|
| Reading/Writing to a txt file in VB | 24 Jun 2006 15:17 GMT | 3 |
I'm very new to VB and am attempting to create a VB program that will read and write to a text file. I had thought I had it all working yesterday, but realized today there is a problem. The code that I will copy below works if there is no folder created, but bombs out if the
|
| A urgent doubt | 24 Jun 2006 15:01 GMT | 1 |
How to save the filenames inside a user specified folder into a access table? I need the coding urgent. plz help.
|
| My VB query | 24 Jun 2006 14:58 GMT | 1 |
How to save the names of the files of an user specified folder into an access table? i neeed the coding very urg. plz help.
|
| how to edit data of a particular column in MSFlex Grid | 24 Jun 2006 07:03 GMT | 4 |
how do i edit data of a particular column in MSFlex Grid? i know i can do it with text box but was wondering if i will be able to edit data in a specific column... Please do help.
|
| Checkbox & Option Button Colours | 24 Jun 2006 03:05 GMT | 2 |
Hello Rick Thanks for the reply. Had a sudden thought (I don't have many of them). I was running VB with a manifest file (VB6.exe.manifest) I temporarilary renamed the manifest file to remove it from the equation, &
|
| VB6 -- getting data from Excel files ... | 24 Jun 2006 02:45 GMT | 1 |
Hey ... I've got about 500 Excel files with data stored in them in tabular format ... (my coworker used excel as a database). I want to write a vb6 program that will open up these files and get the info from each row, and store it in an MS Access database, or perhaps a
|