i'm supporting this application (vb6) that i didn't write and as i go thru the code there are variables (some not declared) with a $ sign or % sign. e.g. far$...
Although VB.Net is the first to really break the rule, and even then it only partially breaks it. the basic->qbasic->vb->vb.net growth has always maintained ...
... To add to Richard's reply... ' Standard Suffixes for Data Types ' Verbatim from Visual Basic Books Online (VB5) Integer variables are stored as 16-bit...
Personally, I use XP and VB6. However, my small program is being used by folk with OS varying from 98SE to Vista. When I test the program on Vista, there is a...
My little program used by others has a VB6 front end and an Access back end. However, I note a problem and would wish to be kind to the other users! The Access...
This message refers to the "design-time" error 429. I tried loading the sample code found in the ..VB\samples\CompTool\mci folder, into VB5 and got the...
I am new to visual basic and I have come to a simple problem that I just can't get. I am supposed to create a form with two text boxes into which the user ...
Thank you and David for the helpful info! ... it only ... maintained ... frequently its ... .net just to ... newer ... worse as you ... such and used ... to...
... If the DLLs are from Microsoft, then in all likelihood you should not be including them in your installer. Such DLLs typically fall into one of these...
Adelle Hartley
adelle@...
Feb 3, 2008 3:14 am
15523
... Definitely do this. Preferably, store an image of at least the 98 system so that you can easily restore it to a pristine state for testing the installer. ...
Adelle Hartley
adelle@...
Feb 3, 2008 3:14 am
15524
... 'Set the tabstop on Text1 to False '(to prevent this firing when user Tabs around screen) Private Sub Text1_GotFocus() Text2.Text = Text1.Text Text1.Text =...
I have a series of buttons in my VB6 project that react to a mouse event. I also want to execute these events via a command input from elsewhere in the...
Hello all I have created database using vb6/vb5 as front end and access as back end.For the reports I have used crystal reports 10. I have also created exe...
... back end.For the reports I have used crystal reports 10. I have also created exe file that works well with computers having vb6 and crystal reports...
... Rob, Thanks for the push in the right direction. For whatever reason the code doesn't fully execute when the code pushes the button. Line with #### does...
Hi Mark, ... Instead of playing a single file and watching the events, create a playlist (wpl) and load that into the WMP control. You can view a wpl file in...
Hi Michael, ... I live in VirtualPC when I'm developing for cross-platform systems. It's AWESOME. Don't bother buying a new system, just add a TON of RAM to...
Hi Michael, ... If the user does not have the Access application installed, it will not be able to compact using calls to the Access objects. And if they have...
Hi Chris, ... If you're only worried about people using the 'net from within your own application: http://support.microsoft.com/?kbid=171379 Otherwise, you can...
Ok... as you know I'm new to VB5. I learn from experimenting and reading. When I'm curious about something and can't find an answer in the "usual places"... I...
... Hi Bill, Try the object.SetFocus method prior to calling the MouseDown and MouseUp events and see if that helps. It couldn't hurt. :) I'm also not sure why...
... Nope, they're really different. And these few functions (and a couple others) were very much worth the upgrade to VB6. String and var handling was such a...
... The colon I am not sue how it got in there, removing it made no difference and the code seemed to work fine with it in there. I tried the other suggestion...
... No, a colon is a continuation character. You can use it on almost any line in place of a carriage return. I use this sort of thing for my variables that...
... Can you show us more of your code? We really need to see all of the potentially affected code in order to help. Is it possible you're using events on other...