| Thread | Last Post | Replies |
|
| HTML Help Workshop 4.74.8702.0 | 11 Nov 2004 20:22 GMT | 1 |
I am using HTML Help Workshop to make help system for an VB 6.0 application. I work following step by step instructions to make Context-sensitive help. I have [MAP] and [TEXT POPUPS] sections in my help project. When testing the help system from VB 6.0 application I got following
|
| How to add a shortcut to desktop when use Package & Deployment Wizard? | 11 Nov 2004 20:19 GMT | 4 |
I need to make a installation program and put my program icon on desktop. How can I add it to it? Thank you!
|
| Faking a hyperlink | 11 Nov 2004 19:14 GMT | 7 |
For the first time I've had a need to make a label look and behave like a hyperlink. I searched this group to find a good hand cursor because I know this has come up in the past. Now I've got everything hooked up, cursor and all, and I've run into a problem: when I click on the ...
|
| Global Variable | 11 Nov 2004 18:32 GMT | 5 |
Hi group, Which is the sintax on vb6 to define a variable as global? I have the following code, and i wanna call all this variables on other Subs in the same form.
|
| Run-Time Error 7: Out of Memory | 11 Nov 2004 18:14 GMT | 7 |
VB5 on Win98, Win2000, WinXP, Win2000AS same results. Trapping for Err=7 just makes problem worse (Hiesenberg Uncertainty Principle) Problem is sporadic. Cannot link it to any particular DLL, form, or process.
|
| mystery messages in log | 11 Nov 2004 17:56 GMT | 1 |
I have an apparently flaky workstation install of visual studio and VB6. It will run and compile tiny projects, but when I load the local rich client app and try to compile it to a .exe or run it, I never get the .exe, and running may or may not work, and at some point I get a
|
| XP Home or XP Pro? | 11 Nov 2004 16:15 GMT | 5 |
Are there any good reasons to run VB 6 (And Visual Studio 6) under Win XP Pro rather than Home? I'll be buying a new computer soon, and it costs extra to get XP Pro. I'll be keeping my old machine around, which is a Pentium III dual
|
| Copying Objects | 11 Nov 2004 15:10 GMT | 2 |
I have written a function to copy any number of elements from any type of array to another array (of the same type). One oversight on my behalf was when the data type is an object. This is because the following only sets a reference to the original variable not a
|
| Problems reading File on Chinese PC | 11 Nov 2004 14:56 GMT | 2 |
One of my customers located in China reported a problem regarding my VB application. The customer uses a WinXP SP2 CHT(chinese version). I could narrow down the problem to the code below
|
| Kinda like Trim$, only removes all whitespace, not just space$()? | 11 Nov 2004 14:51 GMT | 14 |
List: Is there a function that removes all leading and trailing whitespace the way Trim$() does with spaces? I need to parse some files in the UNIX "rc file" ideom.
|
| How to fill an array with a text file... | 11 Nov 2004 14:10 GMT | 3 |
How do I fill an array with a text file line by line? Just looking around the net and could not find any samples for my query. Thanks, Gary
|
| Creating html-files from vb.net | 11 Nov 2004 13:39 GMT | 5 |
Hi All,, Im trying to creating a html-file from vb-net.. But the letters "Æ, Ø, Å", does not get the right format??? If i open the created html-file, and just push "Save". Then it get's the
|
| Visual Basic program on pda | 11 Nov 2004 12:11 GMT | 2 |
Is it possible to run Visual Basic programs on a pda? tia John
|
| NTSvc.ocx based DCOM Server on Windows 2003 | 11 Nov 2004 10:50 GMT | 2 |
I have a VB NT Service which uses NTSvc.ocx and also implements a DCOM interface. It works fine on Windows NT and 2000, but on Windows Server 2003 when I try to start it a dialog appears saying "System Error &H80004015", and so far as I can tell from adding logging none of my code ...
|
| CPU serial | 11 Nov 2004 08:49 GMT | 1 |
How can i get the CPU serial number by VB code? thanks,
|