| Thread | Last Post | Replies |
|
| common dialog! | 11 Dec 2003 09:36 GMT | 5 |
Is there a way to move the commondialog to a specific position ? Greets John
|
| non-active old windows! | 11 Dec 2003 09:32 GMT | 2 |
after pop-up a new frame, for example, a setting window for some parameters, this time, how to set the old, or main frame non-active, it means, you can not operate that underlayer frame this time, only the current new frame available?
|
| Child forms from another project? | 11 Dec 2003 08:50 GMT | 8 |
Using VB6 Is it possible to either: A) Show a Child form from another VB Project inside of the MDI Form of a Main project? Or...
|
| duplicating shapes | 11 Dec 2003 04:26 GMT | 2 |
Is it possible get a control(such as a shape) to duplicate itself into a control array on the same form? owan
|
| Duplicating shapes | 11 Dec 2003 04:25 GMT | 1 |
Is it possible to duplicate a shape on the same form to create a control array?
|
| Assigning UDT's with/from Control properties | 11 Dec 2003 03:35 GMT | 17 |
Haveing rolled around aimlessly for a while I thought i'd stop rolling for a while and ask. -> Trying to Assign a UDT Defined property with another property defined with the same UDT
|
| C declaration to VB.NET | 11 Dec 2003 03:34 GMT | 1 |
I'm trying to call a C DLL from VB.NET with no success. The function prototype is as follows (along with the struct / typedef from the .H file): void __cdecl Double2D_output(TD1Hdl *OutputArray);
|
| Setting Tabstops in a Listbox Control | 11 Dec 2003 01:58 GMT | 1 |
Using the SendMessage API, I know how to set tabstops in a list box. However, the code only works if the style property of the listbox is set to 0 - Standard. I would like to set tabs in a listbox with the style set to 1 -
|
| icon in exe | 11 Dec 2003 00:57 GMT | 4 |
I have a listview and I use icons in the columnheaders to show the sortdirection. I don't want to distribute those icon files seperately, I want them in the exe file. How do I do that? Thanx in advance
|
| FreeFile | 10 Dec 2003 22:22 GMT | 12 |
How does FreeFile work when using more than one file at a time? How does it keep track of each open file "Open", "Write" & "Close" statement & match them up? Can FreeFile be used in a loop to "Open", "Write" & "Close" any number
|
| Highlight ListView Row | 10 Dec 2003 22:14 GMT | 1 |
I need to highlight the first item within a ListView row programmically after it is filled. I have the FullRowSelect property set. How do I go about doing this from within my code?
|
| Treeview Control Click Event in '2nd' window | 10 Dec 2003 21:44 GMT | 3 |
I'm using Version 5 of the Tree View Active X control. If the program is run on a machine with multiple monitors, and the window is on the '2nd' (not primary) window, then the click event of the Treeview does NOT fire. Is there
|
| P&D Wizard Unsuccessful | 10 Dec 2003 15:10 GMT | 3 |
I start the package&deployment wizard in VB 6, it compiles the project, asks the destination for the package, and then at the last step when it would start packaging, the project is immediately closed and the packaging could not finished successfully. No error messages and no output ...
|
| Function called only once is executed twice! | 10 Dec 2003 13:23 GMT | 6 |
In VB6 (SP4) Create a new project, put this code into Form1, run the app. Click on the form. The message displays twice with X = 1 and then X = 2. ============================
|
| Changing Visual Studio workspace directories (HELP!) | 10 Dec 2003 12:50 GMT | 5 |
I've inherited a program that was developed in Visual Studio and I'm having a problem with build times. The program is about 250,000 lines and I'm storing the entire project on a network drive. We've got gigabyte ethernet and it's a high speed raid array but it still takes
|