| Thread | Last Post | Replies |
|
| ActiveX EXE with MultiUse class crashes in RaiseException | 02 Feb 2004 17:06 GMT | 6 |
Occasionally, seemingly randomly, our ActiveX EXE with a MultiUse class (each object of which runs in a separate thread) will crash in the Kernel32.dll routine RaiseException. We have been able to get Dr.Watson logs from some of the sites that experienced the crash. In every ...
|
| Icon for my program | 02 Feb 2004 15:03 GMT | 2 |
I have vb 6 pro. How do I get my program to use an icon of my choice when installing it from a setup.exe I am useing inno setup compiler. Rigjt now it defaults to a plain default icon. I can manually select my icon after the install of course, but I was
|
| Weekend OT Question | 02 Feb 2004 11:21 GMT | 8 |
I'm trying to learn how to play chess at this late stage in my life. Would anyone who has a graphic of the initial chessboard layout / setup, email it to me at shad[at]thepub.co.za Who moves first, black or white?
|
| Forms | 02 Feb 2004 10:15 GMT | 8 |
Is there a way to load a form from an event and to have the event wait until the form has closed before it continues? I need to have other events run regardless.
|
| Error 3426 | 02 Feb 2004 09:25 GMT | 1 |
I have a problem with this error which appears while running a software designed by VB6 If anyone can help send me an email
|
| Exponential Looping | 02 Feb 2004 03:43 GMT | 9 |
Got a problem in my loop and I'm not certain how to code it. I am not supposed to use x ^ y and I have to use multiplication in a loop to do this. Here's what I have...
|
| Variables Help | 02 Feb 2004 02:47 GMT | 3 |
I am unsing a text box to store a string. Then i use the "val" function to change the function to a intager. The basic string that is being stored is like "z+2" and i want the z variable to be equal to a number in a for/next statement. How would i go about getting the value of z + 2 ...
|
| character access to a string | 02 Feb 2004 02:32 GMT | 2 |
what do most VB programmers do when they want to set a particular character in a string to a new value? I dont really want to create a new function to do it, but i will if i have to. If i wrote a new function i would convert it to a byte array, swap values and convert back.
|
| pb function command and short name | 02 Feb 2004 00:58 GMT | 2 |
I would like that the function "command" return long name because i want to get a file name. But it returns names as "c:\My~1\file~1.doc" and i can't get the LONG name Can you help me
|
| Previous/Next Question | 01 Feb 2004 23:03 GMT | 1 |
Can anyone please help me on how to move to the next and previous question? Here is a snippet of my code: Private Sub cmdNext_Click()
|
| Quick way of parsing string out of HTML file | 01 Feb 2004 22:59 GMT | 2 |
Hi, I was wondering whats a quick way to find and extract strings out of a string thats in HTML format: I have something like this:
|
| Move to the next question and return to the previous question | 01 Feb 2004 20:38 GMT | 4 |
Can anyone please help me on how to move to the next and previous question? Here is a snippet of my code: Private Sub cmdNext_Click()
|
| Incomplete copied files after broken connection | 01 Feb 2004 20:00 GMT | 17 |
If I initiate a process on computer AAA to copy a file from computer AAA to computer BBB and the connection breaks I've on computer BBB an incomplete and corrupt file with the same name and the same size than the original file because the copy process which is running on computer ...
|
| Lost My Reg. Code | 01 Feb 2004 19:20 GMT | 2 |
Spent an arm and a leg buying .NET Studio. Installed it and everything was fine. I should have known better. A Virus ate my hard drive and I have to reinstall. No big, except I can't find the darn CD case with the REG. Code
|
| Build SubMenu Items at Runtime | 01 Feb 2004 18:25 GMT | 2 |
I've got a menu Item called mnuReports with nothing underneath it, a folder with a number of crystal reports, and a desire to build submenu items under mnuReports for each Crystal Report to be executed. I know I can accomplish this with a listbox or combobox, but has anyone
|