L Lou Jan 18, 2007 #1 How do I use Messagebox.Show in a dll. It doesn't seem to work since i have no form? -Lou
T Tom Shelton Jan 18, 2007 #2 How do I use Messagebox.Show in a dll. It doesn't seem to work since i have no form? -Lou Click to expand... You need to add a reference to System.Windows.Forms.dll.
How do I use Messagebox.Show in a dll. It doesn't seem to work since i have no form? -Lou Click to expand... You need to add a reference to System.Windows.Forms.dll.
P Phill W. Jan 18, 2007 #3 Lou said: How do I use Messagebox.Show in a dll. It doesn't seem to work since i have no form? Click to expand... From where are you calling the Dll method that displays the MessageBox? Console application? Forms App? ASP.Net web page? Regards, Phill W.
Lou said: How do I use Messagebox.Show in a dll. It doesn't seem to work since i have no form? Click to expand... From where are you calling the Dll method that displays the MessageBox? Console application? Forms App? ASP.Net web page? Regards, Phill W.
L Lou Jan 18, 2007 #5 From a vb class COMCLASS If I try to do System.Windows; it won't let me! the "Windows" doesn't enumerate in the intellisense?
From a vb class COMCLASS If I try to do System.Windows; it won't let me! the "Windows" doesn't enumerate in the intellisense?
H Herfried K. Wagner [MVP] Jan 19, 2007 #6 Lou said: How do I use Messagebox.Show in a dll. It doesn't seem to work since i have no form? Click to expand... In addition to the other replies, why not just use 'MsgBox'?
Lou said: How do I use Messagebox.Show in a dll. It doesn't seem to work since i have no form? Click to expand... In addition to the other replies, why not just use 'MsgBox'?
R RobinS Jan 19, 2007 #7 What do you mean, it won't let you? How did you add the reference to your project? Robin S. ------------------------------
What do you mean, it won't let you? How did you add the reference to your project? Robin S. ------------------------------
L Lou Jan 20, 2007 #8 That's what I ended up doing. Herfried K. Wagner said: In addition to the other replies, why not just use 'MsgBox'? Click to expand...
That's what I ended up doing. Herfried K. Wagner said: In addition to the other replies, why not just use 'MsgBox'? Click to expand...