vb.net

M

Matt

Hey,

If anyone knows of a good vb.net form or you can help with
my problem, that would be great.

I want to open a program using the
System.Diagnostics.Process.Start("WordPad")
That starts wordpad just fine, I am trying to open a file
called Lockout_PRO and it errors out when I use
("Lockout_PRO")
Does the _ have anything to do with why it errors out?
Also is there a way to open a file after you have the
program open, or open a file directly which would then
open the program?

Thanks,

Matt
 
B

Bob Lehmann

You may have better luck getting an answer here....

microsoft.public.dotnet.languages.vb

Bob Lehmann
 
Top