| Thread | Last Post | Replies |
|
| ActiveX control cannot create object | 26 Jul 2005 14:58 GMT | 8 |
I developed VB Program, created setup and run it in the client system. It worked well. Thereafter I made some changes in the application and created setup. Now When running the setup I get the error "Runtime error 429 ActiveX component cannot create object" Where is the problem?
|
| Round or Round Up | 26 Jul 2005 13:39 GMT | 11 |
I need to do some rounding on financial figures going into a ODBC-compliant database (Cache). I'm using the built in Round function in VB6, but it doesn't round the way I want it to.
|
| Control Event Problem | 26 Jul 2005 12:05 GMT | 4 |
I am working on an application and all of the sudden the change event does not fire for any of my combo boxes. Has anyone has this happen before? Thanks
|
| VB6: Trapping 4th and 5th (back/forward) mouse button | 26 Jul 2005 09:47 GMT | 2 |
Is there any way to capture the back/forth buttons on Microsoft's IntelliMouse Explorer and Trackball? Thanks in advance.
 Signature Martin A. Weinberger
|
| Window Handle | 26 Jul 2005 08:36 GMT | 1 |
I have an problem in my VB6 program . Below is the explaination of my program : The main program is will call the child program using Shell() function to execute the child program. Then the child program will
|
| dtpicker on grid | 26 Jul 2005 07:46 GMT | 2 |
is it common to have dtpicker control on grid field? according to ms datagrid column, i may have number, date, ckeckbox etc as column formatting, but for date input, dtpicker would be just fine. do i need some other control [3rd party] or vb6 may support this as well?
|
| app to monitor time editing office documents | 26 Jul 2005 05:05 GMT | 1 |
Trying to write a time tracking app with the following behavior: 1. Lives in system tray (have seen all posts saying how to do this) 2. Monitors office apps (word, excel, visio, outlook, powerpoint) 3. Monitors document (or email) open and close events, timer times
|
| Datagrid - how to format a DataGrid column as "%" - VB6 | 26 Jul 2005 04:56 GMT | 5 |
Hello -- Our user wants a column in the DataGrid formatted as "%", so that he sees "nn.n%" instead of ".nnn". I have seen mention of StdDataFormat, as in
|
| Creating Dir on XP | 26 Jul 2005 02:49 GMT | 3 |
I'm creating directories automatically and all works well in 98 or 2000 but on XP the new directory does not display. I tried "Mkdir" and also used this: Private Declare Function CreateDirectoryEx Lib "kernel32" Alias
|
| C dirve Directory on IP | 26 Jul 2005 02:11 GMT | 2 |
Dose any one have a source the will put my C:/ drive on my IP http://127.0.0.1/ Trying to make a IP server that I can download from my CPU. I want it to have no user
|
| How should I select a folder, create and select the folder? | 25 Jul 2005 19:59 GMT | 6 |
I have a dialog in which I give users an option to select from a list box multiple text files to save. They have the option to save individual files or to append the text into one file. What is a good way to allow the user to either
|
| Problem with a Large VB6 Program | 25 Jul 2005 19:56 GMT | 4 |
I have a rather large VB6 program that got large because I continually added to it over the last few years. After adding the last addition and/or changes to it, it compiled okay, packaged okay, and was put on a web site for my students to download and use to create and maintain web ...
|
| Advice or sample needed | 25 Jul 2005 17:24 GMT | 1 |
I never worked with inventory or something like that. Now I have 2 tables - Inventory and OrderDetails. I'm looking for a good scenario for corresponding changes in Inventory table when records are added, deleted or changed in OrderDetails table.
|
| adodb | 25 Jul 2005 15:55 GMT | 2 |
anyone know if adodb class is member of ado.net class or this is the old ado class? Otherwise, where exactly is ado.net class located?
|
| Dataenviroments and recordsets. How do I make them work together? | 25 Jul 2005 15:47 GMT | 2 |
Howdy, I have created a data report and I tried to connect it directly to adodc datPrimaryRS on a query results formI made. I had to however create a DataEnviroment to go with it. This ment that any
|