Link to home
Start Free TrialLog in
Avatar of nzfire
nzfire

asked on

Own Dialog Box

Hi All,

I would like to make my own "dialog box".

What I would like to have is something that is similar to the Common Dialog, but not working with files etc, it will be working with say for instance a list of people.

I would like to be able to call this form/dialog from anywhere in my app and return a name of a person from the list on that form.

something along the lines of:

'//
f_GetName()

frmNamePopup.Show
f_GetName = frmNamePopup.txtName.text
'//

I know that the above idea wont work!!! Its just a thought.

ASKER CERTIFIED SOLUTION
Avatar of Mike Tomlinson
Mike Tomlinson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nzfire
nzfire

ASKER

perfect!! Thanks Idle_Mind...I'll have to bear you in mind while I work on this project with a deadline!!