| Thread | Last Post | Replies |
|
| frames to groupbox updating .6 to .net | 27 Feb 2004 14:09 GMT | 1 |
I am converting a vb 6 program to .net using the .net convertion, the line around the groupbox is not visable when running the program. I have tryed to to change properties but nothing has worked What can i do Neal
|
| Arrays and CopyMemory | 27 Feb 2004 13:55 GMT | 1 |
Just one question Is it legal to copy the array descriptor in this way : Dim lngArr1() as Long Dim lngArr2() as Long
|
| Find and replace text in header of binary file | 27 Feb 2004 10:04 GMT | 5 |
I have been trying to find a way to locate specific sections in the header of a file which contains multi-frame medical image data but is wrapped in an XML header and replace this with some different XML. MY problem is that when I run the example below it just chugs away for ever
|
| Assign different forecolor to each item in Listbox | 27 Feb 2004 06:28 GMT | 1 |
While using VB6, can we set different forecolor for each item(line) in standard listbox control. Thanks & Regards, Faiz
|
| Command End in the Run menu of VB6 | 26 Feb 2004 21:42 GMT | 6 |
Is someone know if their is a keyboard shortcut for the End command in the Run menu of VB6? Example: for the Start Command in the Run menu, the F5 key is the keyboard shortcut.
|
| Increasing contrast of screen around mouse cursor | 26 Feb 2004 18:14 GMT | 2 |
Before I waste any more time on this... What I want to do is to increase the contrast of the area of the screen close to the mouse cursor. One way to do this would be to capture the screen in a small area around the
|
| Run vb code on exiting word document? | 26 Feb 2004 15:39 GMT | 1 |
Is there a way to automatically run vb code when quitting MS Word? Many thanks for any help PeterW
|
| Printing,m Vb6 and MSFlexGrid | 26 Feb 2004 14:37 GMT | 2 |
I would appreciate a suggestion on the easiest way to print a report using VB 6 and data bound to msflexgrid. Is a third party control the way to go?
|
| Beginner help | 26 Feb 2004 09:54 GMT | 4 |
My son is beginning a High School VB course. I have not experience or knowledge. So my question is, is there a way that he can view the source code of some short sample visual programs he has downloaded from the internet to see how
|
| Please help with object-oriented approach | 26 Feb 2004 09:52 GMT | 2 |
I hope somebody could provide me with advice on the following. I'm trying to use object oriented principles in my application. I've already decided on some of the objects I'm going to use for example customer, order etc. I'm hoping to incorporate a charting active-x
|
| Help with package and deployment wizard Error | 26 Feb 2004 04:38 GMT | 1 |
When I run Package and Deployment Wizard, I don't get very far and then I get this error: Unexpected error number 429 has occured. ActiveX component cant create object.
|
| Retrieving HTML Document | 26 Feb 2004 04:33 GMT | 1 |
I was wonder how it would be possible to retrieve an HTML document using VB6. Thanks for any help.
|
| VB6 - Get Excel File Date Modified | 26 Feb 2004 02:51 GMT | 1 |
I have an app that is reading information from an Excel file. It also uses DateTimeStamp to store the date of the file. A timer is set to check the file if the file date changes the data is updated and the user is promted. When the Excel file is opened the date changes and then ...
|
| Permission denied (Error 70) | 25 Feb 2004 22:37 GMT | 7 |
I have a home made backup program, written in VB6.0(SP5), using the FSO object model. It works fine, exept when I try to backup "Documents and Settings". Then I get the "Permission denied (Error 70)" message.
|
| Error 402 - Must Close Topmost Modal Form First | 25 Feb 2004 22:04 GMT | 4 |
I am experiencing this problem on occasions. It occurs during a process which is about three or four levels into dialog boxes. I cannot recreate the problem in the IDE, but it does happen when running the EXE, but not always, even when completing the same steps in the process. ...
|