|
-
Dec 31st, 2011, 06:17 AM
#8
Lively Member
Re: VB - An InputBox Form
 Originally Posted by MartinLiss
ButtonClicked is a Property that you can check from another form. For example in Form1
MsgBox frmInputBox.ButtonClicked
 Originally Posted by LaVolpe
I think this is for convenience. You see Ok & Cancel buttons on the form, it makes sense to return a vbOk or vbCancel value instead of 0 or 1 for example.
I understand now.
I do not use all the properties, so I use a simpler InputBox form of my own. Nevertheless, I would not have thought of a form acting as InputBox without this thread.
Learning to Program on Earth until I go into Outer Space...

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
|