A
Alex
Hi,
I'm completely new to C#, so here is my question:
Why my C# program (COM dll which I can call from C++ application)
cannot see namespace
System.Windows.Forms..
When I'm typing in "using System..." after the System. the only "W"
prompt is Web, so I cannot use in my program something like
MessageBox.Show( "blah, blah, blah" );
Thanks,
Alex
I'm completely new to C#, so here is my question:
Why my C# program (COM dll which I can call from C++ application)
cannot see namespace
System.Windows.Forms..
When I'm typing in "using System..." after the System. the only "W"
prompt is Web, so I cannot use in my program something like
MessageBox.Show( "blah, blah, blah" );
Thanks,
Alex