R
Roger Stenson
Hi
I am just beginning learning Dot Net, though I am a fairly experienced VB6
traditional developer.
I have a Solution which contains of libraries of classes which I want to
reuse widely in multiple projects , including some forms which I want to
inherit. These forms need to show the output of the back -office classes
often using 'MessageBox.Show.
Because the form is stored in a class library it seems to have lost some
function including MessageBox. Is there a simple way round this by importing
the right namespace or is this a no-no for Windows forms stored in Class
Libraries
Roger Stenson
I am just beginning learning Dot Net, though I am a fairly experienced VB6
traditional developer.
I have a Solution which contains of libraries of classes which I want to
reuse widely in multiple projects , including some forms which I want to
inherit. These forms need to show the output of the back -office classes
often using 'MessageBox.Show.
Because the form is stored in a class library it seems to have lost some
function including MessageBox. Is there a simple way round this by importing
the right namespace or is this a no-no for Windows forms stored in Class
Libraries
Roger Stenson