I have a quandry, my VB6 app works perfectly on English and most European languages. Yet when the language is set to Korean, textual items are not working...
Hi Guys, While I like to think I have a fair amount of experience programming with visual basic (6), I know I don't know it all (or even close). I am working...
"VB won't run my application" Do you mean you just go to the Run Menu and click Start ? My first tip would be to deliberately limit the number of Forms, that ...
My second tip relates to Firefox and Thunderbird, if you have them. They both tend to consume more memory, the longer they run. It appears that restarting them...
When I click the "run" button, my application will begin to run, then the error pops up with "Out of stack space" at which point you can't run the application...
Hi Chris, ... Take a very close look at any loops and enumerations. You've probably got a loop that is calling another loop or enumeration, eating up all of ...
The only time I have gotten "out of stack space" is when I inadvertently have it so that a routine calls itself repeatedly. Sometimes it is hard to find the...
Hi Matt, Sorry for the delay. This month has been nuts. ... If you remove the object typing, you can use the same code I sent you. In fact, I had taken it...
I have just completed my first program that is going to be used by more than two or three people. So I am turning my attention to the next stage: updating, to...
Hello all I am using VB6 and finding difficulty in connecting crystal reports with it at run time ie I have already made and saved report in crystal report 10...
Hi All, I've been trying for a weeks now without getting a result or find anything that works. Hope someone know this and can help. I have a whole bunch of...
I have a small emergency. Is there a way to undelete records in an access database that have been deleted? I am assuming they are still there until the...
Hi all, I no longer get any error when I used .GetChars instead. However, I later used the following code to write it out to a file, I cannot open the file....
Hi, i am new in this group. i want some help in vb. i have an ir receiver connected at serial port. i want to programe it using vb.net. is there any sample...
hi all, i need help abt hardware interface, it's a pabx of panasonic, model TD500, and i need to develop a billing system for it, but i'm stucked in...
Hi all, I am facing a really weird problem and can't figure it out. I have my application that uses ADO to connect to SQL 2000 database. I have 3 parts to my...
I recently finished writing a VB6 program. It is currently being used by 16 people, but this may increase by 100-200 in the near future. It uses an Access...
Thanks for the reply. Actually this application should be able to be opened more then once. Most of my users work in more then one session. I need to figure...
Here is my approach/philosophy - Use as few external dependencies as possible - - I avoid the Common Controls etc - I use User Controls (CTL) which are...
I would send the update to only one person first to see how it works on their machine. Then another person, then wait for feedback again, etc. Take a really...
Hi, ... If you have not added any controls or library references to your project since its initial release, then you should not need to send any files other ...
The program concerned is written in VB6 and I use XP. The Package and Deployment Wizard includes the following on a generated text file: "You have included...
... either include dcom in the distribution package, or advise your 95/98 users that they need to download and install it before installing your proggie....