Pass string to Dialog in VB.net

Posted by Dan on Stack Overflow See other posts from Stack Overflow or by Dan
Published on 2010-03-24T13:21:52Z Indexed on 2010/03/24 13:43 UTC
Read the original article Hit count: 125

Filed under:

I have a form and from this I call

dialogPrintDiet.ShowDialog()

which launchs my dialog. I need to pass a string value and need the easiest way to do this in VB.NET

Thnaks

© Stack Overflow or respective owner

Related posts about vb.net