Search the web
Sign In
New User? Sign Up
helpwithvb · A group for those who need help with Visual Basic
? 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 21748 - 21777 of 22583   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21748
Hii everyone Here's a good forum for all where you can post your queries and share your problems and help others too ________________________________ From:...
sameer mahajan
sameer251182
Offline Send Email
Mar 1, 2009
4:21 pm
21749
O for the good old-fashioned MIN function (e.g. MIN (4,2,5,3) = 2). I'm writing quite a complicated program and one of its simpler requirements is to arrange...
Brian Shieldhouse
brianshieldh...
Offline Send Email
Mar 1, 2009
4:57 pm
21750
It's good. What I would do is send it to Excel and run the function through Excel. I am lazy.   ... From: Brian Shieldhouse <brian_shieldhouse@...> ...
mindserve
Offline Send Email
Mar 1, 2009
5:02 pm
21751
Are you working in .NET? There still is the min function. It is part of the math library and returns the value of the lesser of two variables. If you have a...
Tim Rupp
timrupp804
Offline Send Email
Mar 1, 2009
5:09 pm
21752
Hi Marvin No problem. I was just trying to make the point that we all like to learn from others, and the more that appears directly on the board, the better ...
John Smiley
johnsmiley22
Offline Send Email
Mar 1, 2009
6:40 pm
21753
Hi Marvin That's what the group is for :) John Smiley ... From: startrekcafe@... To: helpwithvb@yahoogroups.com Subject: RE: [helpwithvb] Re: Session...
John Smiley
johnsmiley22
Offline Send Email
Mar 1, 2009
6:41 pm
21754
Hi Marvin Absolutely, no problem with that :) My only point was that when I see someone say "answer via email" or "off the list" that we aren't seeing possible...
John Smiley
johnsmiley22
Offline Send Email
Mar 1, 2009
6:47 pm
21755
Hi Tim, Brian works with VB-5, yes, Five. Pretty sure in VB-5 you have to write your own Split() function, and I'm not sure if LBound() and UBound() are...
Steve Manser
tileguy2929
Offline Send Email
Mar 2, 2009
12:57 am
21756
Five? As in VB-5? Hmmm. Oh well. There still must be a min function. Perhaps a bit of code required to get to where one would want to be, but certainly...
Tim Rupp
timrupp804
Offline Send Email
Mar 2, 2009
2:21 am
21757
Hi You can post your queries at http://www.forum.jobsparking.com and the community members will surely help you   ________________________________ From: Tim...
sameer mahajan
sameer251182
Offline Send Email
Mar 2, 2009
8:21 am
21758
Many thanks for those contributions. Steve and Tim, yes VB5 does have the Ubound and Lbound functions but, because I'm basically stuck in a timewarp, I've...
Brian Shieldhouse
brianshieldh...
Offline Send Email
Mar 2, 2009
11:38 am
21759
... Visual Basic 5 was released in 1997. Visual Basic 6 was released in 1998. Anyone still using either of those is in a timewarp. I must be caught in a...
Adelle Hartley
adellehartley
Offline Send Email
Mar 2, 2009
12:40 pm
21760
I guess I am in that warp as well. People still maintain code on mainframe computers that are in Fortran and Cobol....now that's really a time warp.   ... ...
mindserve
Offline Send Email
Mar 2, 2009
1:46 pm
21761
The RHPS is the only time warp I'm doing.let's do the time warp again. ;) _____ From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com] On Behalf...
Tim Rupp
timrupp804
Offline Send Email
Mar 2, 2009
1:54 pm
21762
Neo: Welcome aboard. What you will find is that people will have problems -- ask questions. Others will try to get you to do their work (homework) for them. ...
Neiger, Bruce D
thezorch
Offline Send Email
Mar 2, 2009
3:49 pm
21763
Hi Kay: It appears that you are 'in', so if you have questions, fire away:) You'll find that you receive the best and most useful / willing help when you boil...
Neiger, Bruce D
thezorch
Offline Send Email
Mar 2, 2009
3:51 pm
21764
Kay: This sounds like a VB.NET homework problem. Is that true? Using the console (effectively a DOS window is one way to output data, but it's fairly archaic,...
Neiger, Bruce D
thezorch
Offline Send Email
Mar 2, 2009
3:54 pm
21765
This seems to be something that should be quite simple, but I have looked and looked in my VB5 help, and cannot find the answer. QUESTION: In VB5, how does...
Benson, Robert F (J6C)
fedbens
Offline Send Email
Mar 2, 2009
3:55 pm
21766
Very true, Adelle! When I have 'kinda raw' coding needs, I find myself using Access VBA, VB-6, or other lightweight tools, just so I can get started, while...
Neiger, Bruce D
thezorch
Offline Send Email
Mar 2, 2009
4:05 pm
21767
Hi Robert. Persisting a variable between sessions is an important IS concept. There are many ways to do this, but none of them are really trivial. 1) Use the...
Neiger, Bruce D
thezorch
Offline Send Email
Mar 2, 2009
4:17 pm
21768
In VB5 variables can be persisted from session to session in an ini file. The call to read and write these variables is: GetSetting And Savesetting In vb6 they...
Joe Wasko
jpwswbug
Offline Send Email
Mar 2, 2009
4:29 pm
21769
Hi Robert Use the Registry---I illustrate this in my VB6 book. Or, if you don't like the Registry, save it in an .ini file, or something like that. John Smiley...
John Smiley
johnsmiley22
Offline Send Email
Mar 2, 2009
5:12 pm
21770
HI. well. doing this in visual web developer. now. here's the brief project overview. you enter a series of items for a food project. you enter the number of...
Marvin Hunkin
neilmarvin
Offline Send Email
Mar 2, 2009
5:32 pm
21771
Hi. a login project where you enter name, user name, password, then confirm password. if the two passwords do not match, then a error message is displayed. if...
Marvin Hunkin
neilmarvin
Offline Send Email
Mar 2, 2009
5:32 pm
21772
Hi. need help with this one to help me how to fix this project. will explain below. a visual web developer project. what you do is enter the number of tickets...
Marvin Hunkin
neilmarvin
Offline Send Email
Mar 2, 2009
5:32 pm
21773
Hi. if any one can help me to get my student projects working. not to do them for me, but did post several messages, but must take time to be posted on group. ...
Marvin Hunkin
neilmarvin
Offline Send Email
Mar 2, 2009
5:32 pm
21774
HI. did a visual web dev developer project. here's the project description: you enter details for a mail order. name, street, city, state, zip code,...
Marvin Hunkin
neilmarvin
Offline Send Email
Mar 2, 2009
5:32 pm
21775
Is this language case sensitive? If so, is Session the same as session? Sorry, but I'm a web dev ignoramus. /tr _____ From: helpwithvb@yahoogroups.com...
Tim Rupp
timrupp804
Offline Send Email
Mar 2, 2009
6:52 pm
21776
I dunno maybe it's my lack of not knowing web dev.but the comparison if tbPasswordTextBox.Text = "Password" And tbConfirmPasswordTextBox.text = "Password" just...
Tim Rupp
timrupp804
Offline Send Email
Mar 2, 2009
6:57 pm
21777
You could always use a construct similar to this for console input stuff Console.WriteLine("Please enter 'q' to quit...") Dim strInput As String =...
Tim Rupp
timrupp804
Offline Send Email
Mar 2, 2009
7:17 pm
Messages 21748 - 21777 of 22583   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