how to display messagebox in C# library file
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hi i tried to display message box in C# library but i din't find the message.show instead of that mbox saying code snippet for message.show is there so how to use mbox in the library file to display messageboxes thanks in advance.
You need to include the Windows.Forms ( from memory ) dll so you have access to the library. IT's just not going to be there by default, in a library project.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog