| Thread | Last Post | Replies |
|
| VB6 -- Can I organize forms as shown in Project Explorer | 16 Dec 2004 21:43 GMT | 2 |
I'm using VB6. I have a program that is now getting up to about 30 forms. When I open project explorer and then open the forms folder all of my forms/screens are listed. Most of them are "done" and so it's a pain to wade through them looking for the one or two
|
| crash on xp sp2 | 16 Dec 2004 18:30 GMT | 1 |
Help! For no apparent reason my programme comes to a dead stop when it runs on computers with Windows XP Service Pack 2 installed. I am not sure why because it runs excellent on Win98 and Win2000 computers. As far as I can trace it, the program hangs randomly and on an ...
|
| Scanner and Scrambler | 16 Dec 2004 15:59 GMT | 1 |
I want to scan images from the scanner with the installed driver. After scanning images, each image has to be scrambled so that it is not opened by any other application. Can anyone help in this regard.
|
| problem calling a Crystal report 9 from vb 6 code when a parameter is set | 16 Dec 2004 15:48 GMT | 1 |
I am having a problem printing a Crystal report from Visual Basic 6 code when I try to set the parameters on the report. If I try to print the report without setting parameters it prints ok,
|
| MSXML problem | 16 Dec 2004 15:40 GMT | 5 |
I have never used MSXML before and need some help. How can I create the structure below usin MSXML ? <MyRoot> <MyElement aattr="A" battr="B">Element1</MyElement>
|
| Database Designer Tool In Visual Basic | 16 Dec 2004 13:47 GMT | 3 |
My Visual Studio help file refers to a visual Database Designer Tool. I have installed Visual Basic, Visual C++, as well as Visual Studio Tools. Where do I start the Database Designer Tool? Also, in VB, There is a Menu item called Diagram, but everything is
|
| crashing after closing? | 16 Dec 2004 11:50 GMT | 4 |
Hi, I inherited some unfinished code from a colleague and finished it. It's written in VB6, and has nothing particularly different about it except it does use a
|
| how to display UTF-8 encoded strings | 16 Dec 2004 10:15 GMT | 1 |
My VB app gets a string back from a DLL I call and that string contains UTF-8 encoded Unicode. I'd like to display this in a Text window and was wondering how to do this. Since it's just a string of bytes, do I need to call some function to go through and convert the bytes into
|
| How to make sure correct Ocx and Dll versions are installed? | 15 Dec 2004 17:58 GMT | 3 |
A PC different from my own is used to create the release build for our product. How can I make sure that the same version of Ocx's and Dll's are used in the build, that I have used in my product? I have now saved my Ocx and Dll files into a Code Managed Folder which
|
| Exception Disappears When Thrown From A DropDrop Event in UserCont | 15 Dec 2004 17:51 GMT | 2 |
I have a reproducible problem. In my application I have handlers for both the AppDomain.CurrentDomain.UnhandledException event and the Applciation.ThreadException events. Up until now these seemed to be catching all of the unhandled errors in my application. However, it ...
|
| MSChrt20 not printing legend | 15 Dec 2004 17:41 GMT | 1 |
Hello, I "inherited" some VB6 code from a coworker, and we have discovered a problem with the mschrt20 ocx component... We have a line graph with a legend that works fine in a window, but when we send it to a printer, the text portion of the legend disappears. I've tried moving it ...
|
| Multithreading + ADO | 15 Dec 2004 17:00 GMT | 5 |
Multithreading + ADO does anybody know if it works? any example.. because my thread doesn't work :(
|
| printer.print | 15 Dec 2004 16:02 GMT | 2 |
i know painting to the printer for vb 6 is printer.print, but what is it for VB.net thank you ben
|
| Private Structures | 15 Dec 2004 16:02 GMT | 1 |
I have a class in which I define a structure: Private Structure myStructure Private Item1 As String Private Item2 As String
|
| Complied exe | 15 Dec 2004 15:30 GMT | 3 |
Is it true that when VB compiles your app, it doesn't include anything that isn't used. I.E. if there is a sub that isn't called or variable that isn't used etc.
|