|
-
Sep 9th, 2000, 11:30 AM
#1
Thread Starter
Hyperactive Member
You gurus have helped me extend inputbox functionality before. How about this one: how could I create an input box where the input is of two option buttons and not a text box, and save the selected value to a local variable in a form? I could use a form to do that and store the selected value in a global variable, but that seems to be such a waste of resources.
-
Sep 9th, 2000, 11:42 AM
#2
I don't think you can do this without creating your own form.
-
Sep 9th, 2000, 01:45 PM
#3
Hyperactive Member
But there are soe advantages for making your own form.
You can make it look however you want it to and not jut gray background etc.
Although I know what you mean but apps do require a lot of forms depending on their acapability.
But you do make a good point. I wish there was something like mystring = optionbox(blablablabla).
But if you want to save on forms, make a form for the whole process, instead making a million Inputboxes and Msgboxes. A form that includes some textboxes, lists and stuff...
And it will look a whole lot better 
I hope I helped.
-
Sep 9th, 2000, 01:53 PM
#4
Thread Starter
Hyperactive Member
Originally posted by Asaf_99
But there are soe advantages for making your own form.
You can make it look however you want it to and not jut gray background etc.
yes Asaf_99, you are right on that point. I agree that message boxes and input boxes are fairly boring. But in my case right now I am worried more about speed and size than appearance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|