B
Bernie Yaeger
I have developed a .dll to display a form that controls a simple routine.
Oddly, you can't use
messagebox.show
unless you do one of two things:
either use an imports system.windows.forms
or
system.windows.forms.messagebox.show etc
Now this is strange, because the form inherits as below:
Inherits System.Windows.Forms.Form
Why is this and what other problems may I expect to encounter?
Thanks for any advice.
Bernie Yaeger
Oddly, you can't use
messagebox.show
unless you do one of two things:
either use an imports system.windows.forms
or
system.windows.forms.messagebox.show etc
Now this is strange, because the form inherits as below:
Inherits System.Windows.Forms.Form
Why is this and what other problems may I expect to encounter?
Thanks for any advice.
Bernie Yaeger