Urgent Help On Pass and Get Parameter on Form_Load

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Mae Lim said:
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();
///
 
Back
Top