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.
Forum Rules