| Thread | Last Post | Replies |
|
| Detecting keyboard events | 06 Jun 2006 16:13 GMT | 1 |
I have a borderless form which has a BMP file as its entire background; i.e. Form1.Picture = Load Picture(app.path & "\filename.bmp") I'm attempting to catch keyboard events for this form. However, no matter what key I press no event is fired. The goal is to detect a click on the
|
| VB6 unable to launch excel macro | 06 Jun 2006 15:44 GMT | 1 |
Hi to all, I've been passing a phew days trying to fin what wrong. I've got a vb6 program that launches Excel, fills a new xls with data from a DB and then I need to launch 2 macros in it. The first one works
|
| error -2147467259 on new win XP | 06 Jun 2006 14:50 GMT | 3 |
1. I have just installed a new copy of windows xp on my computer. 2. I have installed visual basic 6 package with sp6. 3. I had an EXE application running on my old computer (that ran just fine). 4. On my fresh copy of xp I am getting an error message when I’m running the
|
| Find String in VB6 | 06 Jun 2006 12:24 GMT | 3 |
I need do this but in VB6 anyone can help?? strFile = "c:\rlm\HilltopLab\NewScripts\ParseTest.txt" Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFile = objFSO.OpenTextFile(strFile, 1)
|
| Detecting Keyboard events | 05 Jun 2006 17:28 GMT | 1 |
I have a borderless form which has a BMP file as its entire background; i.e. Form1.Picture = Load Picture(app.path & "\filename.bmp") I'm attempting to catch keyboard events for this form. However, no matter what key I press no event is fired. The goal is to detect a click on the
|
| Memory Leak in Treeview (VB6) | 05 Jun 2006 09:47 GMT | 5 |
I heard about memory leaks in the treeview control in VB6, even when using the Nodes.Clear method. Could someone give me an URL to a KB article about it? Thanks.
|
| DoEvents "triggers" Activate Event | 05 Jun 2006 05:53 GMT | 1 |
I use VB6 with SQLServer 2000, and have noted that , in some forms, if I use DoEvents in Form Load Event in a MDChild=False form, it triggers Activate Event and, if you know causes an error if an Object.SetFocus method is present; this situation does not occur if MDChild=True. As ...
|
| StetchBlt Modes | 05 Jun 2006 04:27 GMT | 12 |
I posted a request for help a few weeks ago but sadly I received just one reply. I'd appreciate it if any of you would kindly try out the following code for me and let me know the result. The code creates a small test image and then blits four smaller copies of it to the Form ...
|
| Cant get text from another VB application | 04 Jun 2006 10:13 GMT | 6 |
I am trying to get text from another application window written in VB6. The window have 3 text boxes with some text in them. The second VB6 application expect to get the contents of the 3 text boxes using the "sendmessage".
|
| Help! Word document in a WinForm | 03 Jun 2006 21:01 GMT | 1 |
In my visual basic .net winform application, I use a web browser control to embed an Office document. The Office document can be loaded and save to its
|
| How to iconize an application ?? | 03 Jun 2006 13:54 GMT | 6 |
Using Visual Basic 6, how can I iconize another running application (Internet explorer for example) Need also to know how to maximize it from iconized state. Many thanks for your help.
|
| Too Much Code in a Form | 03 Jun 2006 13:39 GMT | 1 |
I am writing a large and complex sub procedure in a form, and when there is a certian amount of code or more I receive the error 'Common Language Runtime detected an invalid program ' when It reaches this sub procedure. I am fairly new to VB, and dont really know how I could put ...
|
| Changing Elements in a Collection in VB6 | 03 Jun 2006 04:00 GMT | 1 |
Is there a way to change the value of an element in a VB6 collection? ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' Dim MyCollection as New Collection MyCollection.Add "zero"
|
| Copying a class | 03 Jun 2006 02:47 GMT | 2 |
Another programmer approached me with a question. He wants to create a copy of a class. He ends up with two variables pointing to the same class. <begin way oversimplified example> Dim A as New MyClass
|
| How to detect that NO CD exists in the CHOSEN DRIVE | 03 Jun 2006 01:24 GMT | 8 |
I have a DriveList Box ( drvChoose) and a Directory ListBox ( dirDirect) in my ActiveX control. When the users choose a drive, then the directoryList box changes to display the directories of that drive. This works fine. BUt the problem is that when no CD exists in the CD ROM ...
|