| Thread | Last Post | Replies |
|
| Passing Array to Main Class | 17 Mar 2005 04:00 GMT | 5 |
I have an Multithreaded application. I inherited a Sub Class and Defining a Array variable of string in that Sub Class. Now I want to Carry that Sub Class Array back to the Calling Thread??
|
| Draw Arrow? | 17 Mar 2005 02:54 GMT | 6 |
How should I draw arrows on PictureBox? I can draw triangles, but it doesn't looks very good. Thanks, --
|
| Multi line textbox | 17 Mar 2005 01:23 GMT | 4 |
I have a textbox, it is multiline, I want to use this box for a user to enter their adress, the problem is, they could have an infinite amount of lines to do this. How can I set the textbox to have a maximum of say 4 lines? Regards, Milo
|
| print full pathname - not shortened path? | 17 Mar 2005 01:15 GMT | 8 |
I am retrieving the path to an Access mdb like this: SourcePath = Left(CurrentDb.Name, Len(CurrentDb.Name) - Len (Dir(CurrentDb.Name))) Then I say Debug.Print SourcePath and I get this
|
| WARNING: VBAccelerator Controls | 17 Mar 2005 00:13 GMT | 30 |
Please see my original message regarding this in VB.3rd party. BIG problem.
|
| Error - Label Not Defined - But it is! | 17 Mar 2005 00:00 GMT | 11 |
In an app I'm developing everythings gone swimmingly until recently. I was working on my project today adding a chunk of code, tried compiling it and got the error "Compiler Error: Label Not Defined". Well, the label is there and always has been. All I've done is add code,
|
| ComboBox Onclick question | 16 Mar 2005 23:15 GMT | 9 |
Could anybody tell me how I would retain the contents of a combobox after an Onclick event occurs on that combobox. Everything is working fine on the form and the underlying onclick procedure works as expected but I want to keep the selected item in the combobax after the event.
|
| VB6 IDE crashing problem | 16 Mar 2005 21:37 GMT | 5 |
I have a large VB6 project that I've inherited. The program was written by another company several years back, and my client has hired me simply to maintain it. However, I cannot get the program to compile an executable or even run in debug mode. Every time I try to do either, ...
|
| Very simple question | 16 Mar 2005 21:35 GMT | 1 |
Do you know any grid control that has column headers like/similar to a listview control under windows xp.
|
| installing scrrun.dll and vbscript.dll | 16 Mar 2005 21:30 GMT | 5 |
Our app depends on the latest versions scrrun.dll and vbscript.dll, for better or worse. We just had a customer try to install our app on a virgin Win2K system, with IE5, and our app is broken since it can't find the latest versions
|
| Loading only the last N bytes of a file | 16 Mar 2005 21:12 GMT | 2 |
Is it possible to load only the last N bytes of a file into memory using VB6? Currently I create an array that is the size of the file, call Get (once) to populate the array and then save the last N bytes. This causes performance problems if the file is very large.
|
| Error #6, Overflow Error with Shell | 16 Mar 2005 19:53 GMT | 1 |
I have an application that has been deployed to about 10 users with Operating systems Win 98 through XP. Today I had an error that has not happened before. At a client that has two computers, the program crashed on both computers, one a Win 98 and the other Win ME. The routine ...
|
| Passing a control array to a function | 16 Mar 2005 18:49 GMT | 8 |
In the app I'm working on, there are several different popup menus used as right-click context menus for different objects on screen. Most of them have identical sub-menus which are handled programmatically, and the items in those sub-menus are an array of
|
| help with VB 6.0 project using 3rd party control - not loading | 16 Mar 2005 18:33 GMT | 1 |
i have several VB6.0 projects which use a 3rd party control from GreenTree called DataMask. The forms have an error log which states ... Line 44: Class GTMaskDate.GTMaskDate of control txtStartDt was not a loaded control class. (for example).
|
| Object Comparison in VB | 16 Mar 2005 17:57 GMT | 3 |
Hi group I wonder how can I compare two objects and see if they are identical or not, these two objects they don't have same reference. many thanx in advance Regards
|