Dialog tutorial

  • Thread starter Thread starter Ron Harter
  • Start date Start date
R

Ron Harter

Can someone point me in the direction on where to find a good tutorial on
dialogs. I need to retrieve a string from a dialog I am writing and can't
figure it out.
 
Ron, if you are the designer of the Dialog, then you can simply add a public
getter method for the string you wish to return. After the dialog closes
your caller can then ask for the string value.

JIM
 
Back
Top