Hii everyone Here's a good forum for all where you can post your queries and share your problems and help others too ________________________________ From:...
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...
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@...> ...
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...
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 ...
Hi Marvin That's what the group is for :) John Smiley ... From: startrekcafe@... To: helpwithvb@yahoogroups.com Subject: RE: [helpwithvb] Re: Session...
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...
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...
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...
Hi You can post your queries at http://www.forum.jobsparking.com and the community members will surely help you  ________________________________ From: Tim...
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...
... 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...
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. Â ... ...
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...
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. ...
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...
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,...
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...
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...
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...
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...
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...
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...
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...
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...
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. ...
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,...
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...
I dunno maybe it's my lack of not knowing web dev.but the comparison if tbPasswordTextBox.Text = "Password" And tbConfirmPasswordTextBox.text = "Password" just...