Hi all, I really need some help!!! I am not a programmer but have been using VB6 in Excel for a few years to develop code for internal use workbooks, i.e. no...
Hello Group: My Name is Nelson Martínez. Actually, i live in Argentina. I have a software factory that focus their job in software migration between old...
For better or for worse, I have Vista on a Laptop and XP on a Desktop. Hitherto, I have programmed on the XP Desktop. However, I should like to use my VB6,...
I have Vista on both desktop and laptop computers and have not had a compatibility problem with my VB6 programs. What type of problem do you have? Bart _____ ...
Hi everyone, Hope this is ok to post here... You can see a list of my groups on Grouply at the link below. Maybe you'll find some you want to join. Naveen ...
Hi Michael As another OAP I have tried to learn the new Visual Basic and failed To me this new version is a step backwards and a lot more complicated to enter...
Many thanks for the 3 responses, 1b, 1c and 1d, in Digest 2784. In trying to find accurate answers to Bart's question - "What type of problem do you have?" - I...
Hi Guys. Some time ago I encountered a problem with error handling (VB6). I had to drop the matter as other more important matters arose. However I would now...
Mike, I found it imperative to have an error checker when my program is in beta testing at a client and I don't know what the client did to cause the error. My...
Thanks for the reply Bart. This looks impressive for tracking down errors in code (particularly complicated or lengthy code). However my problem is not trying...
Hi All. Got it! Under 'Tools/Options/General/Error Trapping' Was set to 'Break on All Errors' - now set to 'Break on Unhandled Errors'. Now VB will run the...
Over 50,000 Free Software <http://www.soft-kingdom.com/> http://www.soft-kingdom.com/ <http://www.soft-kingdom.com/> [Non-text portions of this message have...
to all member of my group i am a group crater my name is ron. now all the query of the vb are send me on my ronrnv@... account and deffenatily receive...
to all member of my group i am a group crater my name is ron. now all the query of the vb are send me on my ronrnv@... account and deffenatily receive...
Hi guys! Does anyone know of a method or technique to suspend execution and resume execution at a later point in VB6? For example, I notice that virus scanning...
I have the following in my Form.Load event, which works fine--with one small exception. I like my Office shortcut bar at the top of the screen, and there is a...
Hi malaydiwako, Since the "For...Next" statement uses values, you can convert the characters to their character codes. When you want to display the character,...
Hello malaydiwako, Another solution is to use the following code: For I = 65 To 90 MsgBox "" & Chr$(I), vbOKOnly, "Alphabet from A to Z" Next I Good luck, ...
hi can any one help me with code, how to compare column names, data type of two oracle tables using vb. thanks in advance Bollywood news, movie reviews, film...
hi i have two databases and in both database i have table called consumers. how to compare the columnnames,datatypes of the consumers table. i have taken two...
Hi check this: 1. the databa maybe broken, use Access to repair and compact. 2. Verify version of Access, remember that Access 2003+ change the database...
which version of access did u use to create the database.... Or just use the repairs feature of access to repair the database Rgds JOASH. D. AJUOGA, P.O.Box...
Thank you the compact & repair did the trick ... From: Csar To: visualbasic6programming@yahoogroups.com Sent: Thursday, April 23, 2009 1:53 PM Subject: Re:...