A form I use to obtain Height and Weight has Option buttons associated with the Height and Weight text field. The obvious is as follows Height Field with two...
Hi everyone, I was wondering if you could help with this little program i have in visual basic 6. I have to produce a program that allows the user to buy and...
I suggest using two timers and the random number generator function in VB6. The function name is probably rand(), or something like it. If it's like most ...
This will not force the checking which I would like to happen some nursing staff see height & weight as in and lb while others see cm & Kg optCM.Value = True ...
I guess I don't understand why you can't initialize the option buttons in form_load. Anyway, I would not use the validate event. Rather, use the keypress ...
If someone would like to beta test a very small app I wrote that does a calculation and is written so the user can NOT mess up the data entry I would be...
Good Morning, If we had a simple form, just as an example, with a Frame Control that held two Option Buttons which happen to be in an array, and three text...
Thanks Steve, Do you reckon you could help me out with any code? Or anyone? Im a bit of a beginner and im finding tough to implement the below? Still trying ...
What level of beginner are you? Have you ever done anything with VB? Can you open VB6 and create a new form and add a couple of labels and a couple of timers...
I thought about doing that or just limit the input to Inches and Kg this may seem odd but the nurse relates to Inches for Patient height and the beds that they...
I have 2 timers in place so far. one to generate the number and add it to my price. 1 to clear this value just before the next is displayed. Im having trouble...
Interesting that you mention that. About three years ago, I had contracted staph infection from surgery. Staph is usually caused by either the personnel...
You can read a file, it's your choice. Are you sure you want to change the back color rather than the text color (i.e. forecolor)? To set color to red do this:...
That worked. Thanks Do you know how to read a text document line by line? Cheers ... that text is on. ... number and add ... anyway ... below? ... <seecwriter@...
Hi Bruce, I am really glad you heard from Laurie, I hope she continues to get better and eventually returns to this list group....we miss her! Jamie "Neiger,...
I have found that vb 2005 has a lot of cool tools, but is lacking in some important areas. Namely loading alot of data at one time. VB6 handled this well. I...
I prefer reading it into an array, and then perform any processing on the array: Dim strArray() As String Dim strFileIn As String Dim lngCount As Long ...
Hi Bruce Thanks for the update---I tried to email her a few months ago, but all I had was her work email address, and I didn't hear back. If you happen to be...
That is certainly good news Bruce, thanks for that! If you should correspond further do give her my best. /tr P.S. I guess I do qualify as an "old timer" but...
Bruce Your off topic post is really just a reminder that this is a very friendly group some of whom have been here a long time and make unselfish contributions...
People, would you be so kind and snip your letters to just what you are replying to? I am on digest and I get these huge emails to scroll thru with 2 or 3...
I am using GetPrivateProfileString to load data from an INI file. I have a string set up as String * 100 to receive the values. My problem is that when I...
I know of what you speak, and have used this myself (and recommend for those still in VB6 land -- in .NET land, it's app.config, or another XML file for the...
Slowly we stopped getting emails in programming groups such as this, from India and elsewhere. Now it seems that the only posters are us USAers. Does anyone...
Thanks Bruce. I was able to revamp. I determined that the rest of the string was filled with null characters(ASCII 0), so I added logic to account for that....