Apr 14, 2005 #1 BeejCyr MIS Aug 1, 2002 49 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 Mar 24, 2001 3,742 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