| Thread | Last Post | Replies |
|
| Passing object to classes | 13 Oct 2006 10:59 GMT | 8 |
Hi, I have 4 classes - clsFather, clsChild, clsGrandChild and clsSettings clsFather will read from an INI file and populate the properties of clsSettings.
|
| VB6 - Out of memory error opening form in IDE | 13 Oct 2006 08:45 GMT | 7 |
I am getting an "out of memory" error when trying to open a form in the VB6 IDE. I can open the code view of the form but if I try to open the designer view of the form or compile the project, I get the out of memory error. This form hasn't changed in over a year so I'm not ...
|
| Compiled, Tokenized or Interpreted? | 13 Oct 2006 07:25 GMT | 8 |
I've been using VBA to do some fairly intense computations in an Excel spreadsheet. Unfortunately, it's just getting too big and too slow due to the tokenized and interpreted nature of VBA. So I'm going to need to move the code to a genuine compiled language.
|
| file size, last modified info of files on remote server | 13 Oct 2006 06:14 GMT | 3 |
I'm working VB6.. For a project, kind of FTp, i wanna read file info of files on remote server (Win NT server), file size, last modified date & time Without downloading them. May b INET control?? what's right approach--simple
|
| How to save a form as .pdf or.jpg? | 12 Oct 2006 20:43 GMT | 2 |
I have an application with several forms which contain multiple controls including some images (VB6 SP6 WinXP). Can anyone give me some directions on how to save for instance form1 or form2 with all their controls in a .pdf or .jpg format?
|
| How to save a form in .pdf or .jpg? | 12 Oct 2006 20:36 GMT | 3 |
I have an application with about 150 controls on form1 including some images. I want to save form1 in .pdf or .jpg format just the way the printer would print form1 with code: Form1.PrintForm. How can I do that? If this is a complicated task, would you please suggest some reading
|
| CreateProcess not starting app | 12 Oct 2006 20:15 GMT | 8 |
I'm trying to execute an exe from a vvb6 program. Using the definitions and code below, I get a 0 from the CreateProcess function. I've looked at a lot of posts but can't find anything. Any help appreciated. thanks...charlie
|
| Using adodb to create tables and fields in ms access db | 12 Oct 2006 20:08 GMT | 3 |
Does any body know of a good reference for creating tables and fields in an ms access db using adodb?
|
| DataReport: printing to non-default printer ? | 12 Oct 2006 19:47 GMT | 2 |
Is it possible to send DataReport to a non-default printer using VB codes ? This statement does not seem to work : Set Printer = Printers(x)
|
| Passing Array with CreateThread? | 12 Oct 2006 19:05 GMT | 9 |
Ok, If i do this: TestThread (localNodes) it works (not threaded, obviously) But if I do:
|
| DataGrid | 12 Oct 2006 17:36 GMT | 1 |
I would like to use a freeware of DataGrid ActiveX that can have an unbound DataGrid and have an Array Object just like True DBGrid from component one. Do you have any suggestion? TIA
|
| How to know if an executable is finished in vb code? | 12 Oct 2006 14:56 GMT | 2 |
I am working on a vb code. In my code, I need to know if another executable is finished to decide next step. I have tried code like below: pcnt = Process_cnt("a.exe")
|
| Getting selected values from Checkbox Style ListBox | 12 Oct 2006 14:35 GMT | 6 |
How can we retrieve what items are selected in a checkboc style ListBox ? I tried the following code, but it seems to be very indirect. For i = 0 to List1.SelCount - 1 If List1.Selected(i) = True Then
|
| Bring the form to the foreground | 12 Oct 2006 13:51 GMT | 2 |
suppose i load a form once and the user doesn't close it. Then he tries to open that form again from the menu and it doesn't come up because it's already open. How can i bring it to foreground?
|
| VB instalation error | 12 Oct 2006 13:32 GMT | 5 |
I used the VB package and deployment wizard to get the setup packages and then I installed the application in the user pc. But during the instalation I got this error message..I don't know why, because it never happens before.
|