how to make appear a text box (called in Vb Msgbox() ) and in vb6.0 API MessageBox in C#?
Printable View
how to make appear a text box (called in Vb Msgbox() ) and in vb6.0 API MessageBox in C#?
Try MessageBox.Show();
This works for VB and C#
Search the docs before you ask next time.