Search the web
Sign In
New User? Sign Up
vbhelp · Visual Basic Help Center Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 15686 - 15715 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15686
Need help bad. Have tried everything I can think of. I've tried several variations of array declarations, the way I call RdYR, and the the way I form the...
solo9xx
Offline Send Email
May 1, 2008
9:29 am
15687
I use VB6, and I am not sure whether this relates to the areas changed between VB5 and VB6. But what the heck, I tried your code in VB6. I would get rid of the...
crombierob
Offline Send Email
May 1, 2008
11:46 am
15688
That is all I got - perhaps search the Camera Support for Vista issues?...
Theophan Petipren
THEOPHANC
Offline Send Email
May 1, 2008
8:54 pm
15689
HI Rob Thanks much for your reply. Sorry I haven't been able to get back to you sooner. I've been using MS QuickBasic 4.0 since 1988 which sufficed until...
blanchard tucker
solo9xx
Offline Send Email
May 4, 2008
5:53 am
15690
Hi, I don't have my VB5 disk handy to check this, but in VB6 it is possible to pass arrays to Subs & Functions provided that: * The array is not declared as a...
Adelle Hartley
adelle@...
Send Email
May 4, 2008
7:37 am
15691
... I should proofread my own posts. I meant to say "Arrays are more commonly iterated by using a non-For-Each loop". A "For Each" loop is a loop. It even...
Adelle Hartley
adelle@...
Send Email
May 4, 2008
7:39 am
15692
Hi gang, If on frm2 I have a colunm of 50 labels, not on a grid or anything, just all the "lefts" lined up and the visible property set to False. In hopes of...
mikecisar
Offline Send Email
May 4, 2008
3:05 pm
15693
Hi Mike, are we talking vb6 or vb.net to do this? ... -- Don Roberts - don@... http://www.myspace.com/donroberts [Non-text portions of this message...
Don Roberts
droberts_00
Offline Send Email
May 4, 2008
4:53 pm
15694
We are talking VB6.--- In vbhelp@yahoogroups.com, "Don Roberts" ... set to ... the ... make ... the ... lbl3A....you get...
mikecisar
Offline Send Email
May 4, 2008
8:47 pm
15695
You're going to have the change the naming a little. Put the "a" before the number (i.e., lblA) and create an array of labels (e.g., lblA(0), lblA(1), etc.)....
Don Roberts
droberts_00
Offline Send Email
May 4, 2008
11:51 pm
15696
Hi bill, Glad I could help. You can email me direct if you have further problems. robhp AT iprimus DOT com DOT au Rob ... back to you sooner. ... ...
crombierob
Offline Send Email
May 5, 2008
2:25 am
15697
There are reasons why the .NET documentation shys away from variant types. I don't know exactly how to explain what that is, because I don't use VB in .NET....
James Stevens
jimbobob21
Offline Send Email
May 6, 2008
12:19 am
15698
Thanks Don. So far so good, but............... I don't want  visibility in all labels all in one shot. Say I have 100 records. I scroll to record 10, click a...
Mike Cisar
mikecisar
Offline Send Email
May 8, 2008
2:13 am
15699
In your click event for the command button, say you have record 10 selected, you just have to do something like this: Form2.lblA(10).Visible = True ... ...
Don Roberts
droberts_00
Offline Send Email
May 12, 2008
12:26 am
15700
Hi, Ideally, I would like to be able to replace: "Option1(0)" with: a$ where: a$="Option1(0)" I could then make up a$ by, for example: ...
angeladerekjenny
angeladerekj...
Offline Send Email
May 12, 2008
8:26 pm
15701
I believe that's impossible in vb6, maybe a better programmer than me would know. On Mon, May 12, 2008 at 10:00 AM, angeladerekjenny <p_l_reed@...> ......
Don Roberts
droberts_00
Offline Send Email
May 12, 2008
10:04 pm
15702
... This example is for command buttons, but it will work for other controls. Dim ctl As CommandButton Set ctl = Me.Controls("Command" & CStr(x%))(0) ...
Adelle Hartley
adelle@...
Send Email
May 13, 2008
3:42 am
15703
I have been attempting to read an Access DB using VB.Net, sounds easy. The following code creates an DB and add a table and loads to table with data. Dim...
Ron
ronhvb03
Offline Send Email
May 21, 2008
5:28 pm
15704
How would you not use ADO.NET, datasets, tables? You can try that to open a datatable: Public Shared Function OpenQuery(ByVal query As String) As DataTable Dim...
Caio Kinzel Filho
caiokfbb
Offline Send Email
May 21, 2008
8:43 pm
15705
haii friends, can we display message for few seconds and continue next step instead of msgbox commands. With msgbox the user has to hit to proceed ... so if...
sureshsubhap
Offline Send Email
May 22, 2008
1:10 pm
15706
Can you help me to use object mSflexgrid in order to add data or select codes from the master information through combo boxes with samples codes. Suresh...
sureshsubhap
Offline Send Email
May 22, 2008
1:27 pm
15707
It is possible to use the API to close the messagebox after a few seconds. However it is just as easy to create a Form that simulates a messagebox. You can add...
crombierob
Offline Send Email
May 22, 2008
3:57 pm
15708
you could always just write your own custom simple messagebox assembly, and use that instead of the standard MessageBox. To: vbhelp@...:...
James Stevens
jimbobob21
Offline Send Email
May 24, 2008
6:28 am
15709
hi suresh, I think this is not possible with default msgbox. But just you make one proccedure for msgbox. and call that proccedure with timer control. and put...
mitul mehta
mitul_mehta949
Offline Send Email
May 26, 2008
4:40 pm
15710
I wrote a short program to spell check. It has about 45,000 words in memory. It will not show the form to ask if user wants to make a correction. I tried...
Have A_nice_day
halfof4is2
Offline Send Email
May 27, 2008
5:03 am
15711
How are you storing them in memory ? Rob ... in ... look ... words....
crombierob
Offline Send Email
May 27, 2008
11:49 am
15712
Sounds like you are using a loop to go through each word? Try a doevents after each one. On Tue, May 27, 2008 at 2:03 AM, Have A_nice_day...
Don Roberts
droberts_00
Offline Send Email
May 27, 2008
12:49 pm
15713
Hi friends, I have one error in my project of VB 6.0. When I call crystal report then error is occur. Err. number is "20534" and Err. description is "Error...
mitul mehta
mitul_mehta949
Offline Send Email
May 28, 2008
12:38 am
15714
Haii Mitul, &nbsp; Thanks for ur reply and help.&nbsp; Pls. could you provide me&nbsp;sample of coding for the same -&nbsp; msgbox time controls &nbsp; Suresh ...
Suresh Kumar
sureshsubhap
Offline Send Email
May 30, 2008
4:39 am
15715
I have a copy of VB6 that I have not used for several years. Can you good people tell me if I would have problems installing and using it on a Vista system. ...
centigrade@...
Send Email
May 30, 2008
5:33 am
Messages 15686 - 15715 of 15862   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