| Thread | Last Post | Replies |
|
| CreateProcess API bug!? Win 2K SP4 and WinXP SP1 | 23 Sep 2003 23:46 GMT | 2 |
Cross post, but necessary. CreateProcess seems to be failing when we use machines that have been patched to the latest versions of the OS service packs. Previously, we created an ActiveX OCX that automates the signing of CAB files for our
|
| Bar Codes in VB | 23 Sep 2003 22:37 GMT | 2 |
Hello... I'm interested in adding bar codes to printed reports. Does anyone have any recommendations as to what software they have incorporated into their applications to print bar codes? I'm especially interested in 2d bar codes
|
| Password problem with AS400 from Windows 2000 (ADO) | 23 Sep 2003 21:22 GMT | 1 |
I have a VB6 program that uses ADO to an AS400 running v4r5. The following code works fine on a Windows NT 4 machine, but prompts me for a user and password on Windows 2000. The Win2000 machine has Client Access Express, the NT machine has Client Access.
|
| Form order in a Project | 23 Sep 2003 20:58 GMT | 1 |
How do I set the form load order in a project. It's a program that reads sequential access files. Thanks for the help VAL
|
| Tracking Application status | 23 Sep 2003 16:10 GMT | 1 |
I tried to write a program to search files in the given directory in Vb .net using directoryinfo object in a recursive function without multithreading. When the directory contains thousands and thousands of files my
|
| Ignorant | 23 Sep 2003 13:39 GMT | 3 |
Sorry for ignorance but I don't seem to be able to find a way to retrieve Universal Time (GMT), and of course I don't mean by +/- my zone time. to the clock's local time .
|
| Optimizing code | 23 Sep 2003 11:36 GMT | 5 |
A question: Is it really important to think about optimizing the native code or optimizing it for P Code? Or does the code you write make a difference?
|
| Registration Dll | 23 Sep 2003 11:11 GMT | 3 |
I have a problem with a dll made in Visual Studio, Visual Basic. I can register the dll in win2k and xp just fine. However when i try to register the dll using regsvr32 in windows NT 4.0 i get an error. ------First error----------
|
| Two forms move together | 23 Sep 2003 06:38 GMT | 2 |
My app has two forms. I am trying to make form2 move with form1 when form1 is moved. before I show form2, i run the following; fImageViewer.Left = fMain.Left + fMain.Width + 50
|
| find file using Dir() | 23 Sep 2003 04:41 GMT | 8 |
G'day All, Thx to Robert I think I can find the file but I have a couple of quandaries. 1). How do I determine what drives are on the system? 2). By searching recursively (listing directories then sub directories etc)
|
| type in a class problem | 23 Sep 2003 04:18 GMT | 1 |
Hi I´m trying to encapsulate a type in a class but I´m getting this error message (Compiler error), could you please explain what I´m doing wrong. /Olle
|
| Value of a "string" | 23 Sep 2003 04:10 GMT | 4 |
can anyone help me with the following: Suppose I have a variable ll_temp containing pi and a variable test containing "ll_temp". Then with what syntax do I get the value of pi out of test ??
|
| Me.hwnd in VBA | 22 Sep 2003 22:28 GMT | 1 |
Does anyone know the VBA equivalent to "Me.hWnd" ? Any help would be greatly appreciated, h.
|
| Referencing a Form Instance | 22 Sep 2003 18:46 GMT | 1 |
Could some one please tell me how to reference an Instance of a Form by name..... I create the Instance of the form like this.. ====================================
|
| Accessing data from one form from main form in Visual Basic 6 | 22 Sep 2003 18:15 GMT | 1 |
How do I extract data from a form into the main form for processing? For instance, I have several image files in a form called images(images.frm), indexed from 0 to 99, and I want to import these into a variable array in my main form, main (form1.frm). How do I code a control to get ...
|