S
Scherbina Vladimir Nickolaevich
hello.
I have a LinkLabel control in my form, it looks like (e-mail address removed),
so, how can I execute OutLook Express and to pass needed email to it for
sending message ?
I 'm trying to do this like
System.Diagnostics.Process.Start(@"C:\Program Files\Outlook
Express\msimn.exe (e-mail address removed)");
and it's not working:
And one more question - how to open IE with params ?
if I use cmd (it works) : C:\Program Files\Internet Explorer\IEXPLORE.EXE
some_site.some_domain, in C# I'm writing
System.Diagnostics.Process.Start(@"C:\Program Files\Internet
Explorer\IEXPLORE.EXE some_site.some_domain");
But it's not working
I have a LinkLabel control in my form, it looks like (e-mail address removed),
so, how can I execute OutLook Express and to pass needed email to it for
sending message ?
I 'm trying to do this like
System.Diagnostics.Process.Start(@"C:\Program Files\Outlook
Express\msimn.exe (e-mail address removed)");
and it's not working:
And one more question - how to open IE with params ?
if I use cmd (it works) : C:\Program Files\Internet Explorer\IEXPLORE.EXE
some_site.some_domain, in C# I'm writing
System.Diagnostics.Process.Start(@"C:\Program Files\Internet
Explorer\IEXPLORE.EXE some_site.some_domain");
But it's not working