| Thread | Last Post | Replies |
|
| Only mouse hand cursor fails on me in Vista | 10 May 2008 18:18 GMT | 1 |
I can't believe it! My WinXP developed VB6 SP6 app seems to work fine in Vista apart from one small problem. I didn't want to use a load of API stuff to get the 'hand' cursor when the
|
| HTML attachment displayed in message body in MS Outlook | 10 May 2008 16:45 GMT | 1 |
Just troubleshooting an outlook client issue. Everything online says that if you add an attachment, and it shows up in the body (but you want it on the 'attach' bar) of the email; in order to fix it, go Tools>Options>MailFormat, and compose message in HTML, or Plain text.
|
| Mousepointer question | 10 May 2008 15:46 GMT | 27 |
I want the mousepointer to change to an hourglass while a routine is running after a command button is clicked and then change back to a pointer when the routine is done. Which is best way to do this:
|
| No more connections can be made to this remote computer at this ti | 10 May 2008 03:40 GMT | 3 |
I have a VB .Net program that goes to different remote computers (all have XP Professional) to access files. It used to be fine, till a few months ago, when the following error appears quite frequently. No more connections can be made to this remote computer at this time because
|
| App.ExeName is not what it should be | 10 May 2008 01:15 GMT | 8 |
does anybody know what really determines what will be the App.ExeName? I always hardcoded it, but for 1 project I really need it softcoded, so I would like to clear this issue up. Tried to change it in Project->Name but it only works for new projects
|
| raising event from form in ActiveX dll | 09 May 2008 20:19 GMT | 5 |
Have a VB6 ActiveX dll with a class a normal module and a form. This ActiveX dll is called from Excel VBA. Excel needs to pick up events raised by the form sofar no luck with this. This is what I have:
|
| You should really read this! | 09 May 2008 20:14 GMT | 1 |
http://tech.slashdot.org/article.pl?no_d2=1&sid=08/05/05/2335252 What a garbage?
|
| Byte array to string | 09 May 2008 19:47 GMT | 5 |
Relative newbie here using VB6 SP5. Isn't there a faster way than looping through each element of a byte array to extract a string? I seem to recall seeing a way to do it in one simple function call but for the life of me I can't find it now. Or am I remembering wrong?
|
| Run time error 91 | 09 May 2008 14:35 GMT | 3 |
I have a small VB app that's been download around 200,000 times so far with out an issue Today a user emailed me that it throws run time error 91 on his XP Home machine and then abends. It was written and compiled on an XP Pro machine. ( 2K pro to begin with ) Compiles with no ...
|
| Passing Global Values through different projects | 09 May 2008 13:29 GMT | 3 |
I have the following scenario: Group Project XYZ > DLL Project C > Common Module Foo
|
| VB/VBA File Open As when Filename has no extension | 09 May 2008 10:24 GMT | 26 |
I'm trying to use the Shell command to have Adobe Acrobat Reader open a PDF File. However, here is the catch: The file name doesn't have a valid .PDF extension
|
| Program to an interface not an implementation | 09 May 2008 05:45 GMT | 15 |
more boring newb design questions <g> given the advice per the subject line.... should I have an interface for "every" class i'm using? ex:
|
| VB6 sendkeys question | 09 May 2008 00:32 GMT | 11 |
I am moving my development environment to Vista and therefore I have installed VB6 (Visual Studio 6) on Vista. I notice the following: 1. My compiled programs (.exe) with sendkeys function ok on Vista (compiled in the Vista environment).
|
| Silverlight | 08 May 2008 21:52 GMT | 86 |
Just curious whether anyone has played with this IE plug-in. The VB tie-in caught my eye, but it's apparently it really just means VB2008 if I read that correctly. Like I said; just a curiousity,
|
| Create Mapped Drive from VB | 08 May 2008 21:17 GMT | 1 |
I have a pretty big number of workstations running my application. Each workstation has a mapped drive. Now there is a need to move all the contents of the mapped drive to another drive. After that I need to remove the old mapped drive and create a new one with the same letter ...
|