Search the web
Sign In
New User? Sign Up
visualbasic6programming · VB help for all versions!
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 31837 - 31866 of 32051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31837
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...
loaa3406
Offline Send Email
Apr 2, 2009
2:55 pm
31838
Is it possible to use a procedure for the following? MhMaskInput1.Mask = "9999" MhMaskInput1.TextLength = 4 MhMaskInput1.CMask(0) = "9" ...
Allen J. Bennett
bigbaud2000
Offline Send Email
Apr 2, 2009
9:40 pm
31839
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...
NELSON DANIEL MARTINEZ
danym69
Offline Send Email
Apr 3, 2009
10:59 pm
31840
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,...
Michael Hodge
braxtoncotta...
Offline Send Email
Apr 6, 2009
2:59 pm
31841
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 _____ ...
batoole
toole130
Offline Send Email
Apr 6, 2009
5:16 pm
31842
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 ...
Naveen Khare
khare4net
Offline Send Email
Apr 7, 2009
12:34 am
31843
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...
Brian Auty
brisanrus
Offline Send Email
Apr 7, 2009
9:03 am
31844 cliffzzz
cliff_1100
Offline Send Email
Apr 7, 2009
9:10 am
31845
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...
Michael Hodge
braxtoncotta...
Offline Send Email
Apr 7, 2009
3:15 pm
31846
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...
solarquark
Offline Send Email
Apr 9, 2009
11:24 am
31847
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...
batoole
toole130
Offline Send Email
Apr 9, 2009
2:26 pm
31848
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...
Michael Malone
solarquark
Offline Send Email
Apr 9, 2009
4:10 pm
31849
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...
Michael Malone
solarquark
Offline Send Email
Apr 9, 2009
5:55 pm
31850
hi i want to know about database programing and msflexgrid object [Non-text portions of this message have been removed]...
veronica earth
veronica_earth
Offline Send Email
Apr 11, 2009
6:22 pm
31851
my visual basic programme how connect crystal report. Therefore create some require report...
protech78
Offline Send Email
Apr 13, 2009
1:09 pm
31852
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...
johnyalbert346
Offline Send Email
Apr 14, 2009
9:35 pm
31853
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...
ronrnv
Offline Send Email
Apr 15, 2009
8:54 am
31854
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...
ronrnv
Offline Send Email
Apr 15, 2009
8:55 am
31855
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...
solarquark
Offline Send Email
Apr 16, 2009
10:21 am
31856
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...
Allen J. Bennett
bigbaud2000
Offline Send Email
Apr 19, 2009
10:24 pm
31857
hi,               im looking for a code that will show an alphabet from A to Z   something like this         For x = A to Z         ...
malaydiwako
Offline Send Email
Apr 21, 2009
5:44 am
31858
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,...
Raymond C Chow
eraymondchow...
Offline Send Email
Apr 21, 2009
3:30 pm
31859
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, ...
christmile
Offline
Apr 21, 2009
10:48 pm
31860
You are invited to join my social network, check my friends list here: http://moparhe.zoomshare.com/files/myphoto.htm...
myacefreinds
Offline Send Email
Apr 22, 2009
3:25 pm
31861
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...
thejesh kumar
theju_var
Offline Send Email
Apr 23, 2009
9:09 am
31862
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...
thejesh kumar
theju_var
Offline Send Email
Apr 23, 2009
9:20 am
31863
HELP Whats gone wrong I have a database named Horsedate.mdb installed on drive c and for years the following code accessed it for me set cn=new...
Brian Auty
brisanrus
Offline Send Email
Apr 23, 2009
11:12 am
31864
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...
Csar
ccrr_ruiz
Offline Send Email
Apr 23, 2009
12:53 pm
31865
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...
Joash Ajuoga
jajuoga
Offline Send Email
Apr 23, 2009
1:44 pm
31866
Thank you the compact & repair did the trick ... From: Csar To: visualbasic6programming@yahoogroups.com Sent: Thursday, April 23, 2009 1:53 PM Subject: Re:...
Brian Auty
brisanrus
Offline Send Email
Apr 24, 2009
8:13 am
Messages 31837 - 31866 of 32051   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help