Dear all,
I'm new to C# winform. I wanted to know how to create a C# Windows
Application that get parameters on form_load from VB6/ASP ?
Besides that, when the C# Windows Application is running can I hide the
form, how to do it ?
Please provides some examples on this.
Thank you.
Cheers,
Mae
Herfried K. Wagner [MVP] - 27 Oct 2004 17:49 GMT
"Mae Lim" <MaeLim@discussions.microsoft.com> schrieb:
> I'm new to C# winform. I wanted to know how to create
> a C# Windows Application that get parameters on
> form_load from VB6/ASP ?
Can you describe in more detail how you would expect your application to get
parameters from a VB6/ASP application?
> Besides that, when the C# Windows Application is
> running can I hide the form, how to do it ?
\\\
this.Hide();
///

Signature
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/