Apr 14, 2005 #1 BeejCyr MIS Joined Aug 1, 2002 Messages 49 Location US I am writting a DLL and I would like to pop up a message box for debugging purposes, yet the IDE tells me that "Name 'messagebox' is not declared." What am I missing? I can get the DLL to display a form, why not a messagebox?
I am writting a DLL and I would like to pop up a message box for debugging purposes, yet the IDE tells me that "Name 'messagebox' is not declared." What am I missing? I can get the DLL to display a form, why not a messagebox?
Apr 14, 2005 #2 JohnYingling Programmer Joined Mar 24, 2001 Messages 3,742 Location US Include a reference to System.Windows.Forms http://www.moldyoldy.com/VBComparedemo - free online Compare/Diff of snippets Upvote 0 Downvote
Include a reference to System.Windows.Forms http://www.moldyoldy.com/VBComparedemo - free online Compare/Diff of snippets