| Thread | Last Post | Replies |
|
| Re: Re: How can i find the handle of a specific window without knowing the exact title? | 12 Sep 2005 05:02 GMT | 2 |
Thank you BaestFish. I found the correct API calls to enumerate all windows with which i can find the specific window. For some reason the program functions perfectly under XP. yet goes haywire under 98. Clearly something i have to study more closely. Thansks again for the hint.
|
| wrong images changes | 11 Sep 2005 15:02 GMT | 1 |
I use an ImageBox (index = 0) to load an array of images.Every images corresponds with a mp3-file. The Image1(i).Tag = File1.List(i) of the directory the mp3-files are placed in. When I click the image two things happen:
|
| Installing VB6 Pro on XP SP2 machine | 11 Sep 2005 06:08 GMT | 3 |
I have copy of Visual Basic 6.0 Pro Edition that was on an old machine of mine that I now want to install on my Windows XP SP2 machine. Since this version is several years old I was wondering if anyone can tell me what issues I might face in installing this version and what I ...
|
| How can i find the handle of a specific window without knowing the exact title? (VB6/XP or 98) | 11 Sep 2005 03:57 GMT | 2 |
This probably has been asked many times. If so, excuse me for asking it again. A certain third party application displays status messages in the caption of it's window. To create a log and start several different actions, depending on the status, i need to find a handle to that ...
|
| Error opening Excel workbook via VB automation | 10 Sep 2005 19:03 GMT | 4 |
I have a VB6/Excel/Word VBA app. The VB6 frontend opens the main EXcel VBA app via automation and it has normally worked before including my development bed of Win XP Pro and Office 2003 as well as earlier generations of the app. However, recently running the app under Virtual PC ...
|
| Access a PDF file from inside VB6 program | 10 Sep 2005 01:58 GMT | 27 |
I have text stored in a PDF file. I want the user to be able to read the PDF file while using the VB6 program, exit the PDF file and return to the VB6 program. Consider the PDF file to be an operating manual or a help file that the user can review occasionally while in the VB6 ...
|
| Change screen resolution then put it back to original | 09 Sep 2005 19:16 GMT | 4 |
VB 6 pro, win XP I want to change my screen resolution when I run a screen saver from VB and then put the screen resolution back to what ever it was after the screen saver
|
| Newline character in resource string | 09 Sep 2005 13:21 GMT | 8 |
Is there a way to embed a vbCr in a string inside a resource string for use with LoadResString()? I am currently using multiple strings if I need to break the string into multiple lines but this can cause confusion for translations to other languages. I would like to be able
|
| Access Violation | 09 Sep 2005 13:13 GMT | 6 |
I have a problem with an application, ocaionally throw a Access Violation Error, when the program prints a report. The app is always repeating the same process, but normally then program doesn´t crash. Any idea?
|
| imagelist in vb.net | 09 Sep 2005 10:32 GMT | 1 |
When i put images in imagelist in vb.net i get very bad pictures in the exe. The images are 420/1024 pixels (RGB) and are 40Kb with extension jpg Is there a solution? Thanks for any respose
|
| VB6 IDE Crash | 08 Sep 2005 23:10 GMT | 4 |
I am experiencing a bug in the vb6 ide. To reproduce: 1) Open vb with a simple standard exe project. 2) grab the right hand side of the initial form vb creates for you and
|
| Activity | 08 Sep 2005 03:00 GMT | 2 |
Is there a group somewhere that is more active than this one. Hello.....Hellooooooo..... Is anyone here...??? :-)
 Signature Regards,
|
| Opening a file from the windows right-click popup menu | 08 Sep 2005 00:07 GMT | 3 |
I have a problem. I am writing an RTF application. In windows, you can right click on a file and open it with any application you choose. But if I say Open test.rtf with my application, nothing happens. My application opens, but there is no text in the editing Rich Text Box.
|
| NewLine in an ini entry | 07 Sep 2005 19:57 GMT | 4 |
How do you write a newline in an ini file? For Example: [Patient] name=denis
|
| me.width doesn't work | 07 Sep 2005 15:21 GMT | 3 |
This is a repost of a question I asked in the vb.general discussion area. The full article is there and will show up first if you search for Me.Width. Any help you can offer would be fantastic as i've run out of things to try. I have never seen such a bizarre situation and I ...
|