G
Guest
Can I actually use a messagebox within my own class which is not derived from
Forms?
Thanks,
Forms?
Thanks,
raj said:If i understand correctly you want to be able to display msg box from any of
your classes
just include system.windows.forms;
or u can use it as this
//code
System.Windows.Forms.MessageBox.Show(param...);
//
HomerW said:I will have a problem to center it to the application window.
HomerW said:I will have a problem to center it to the application window.