how to pass arguments to an HtmlFile from C sharp.

Posted by Pramodh on Stack Overflow See other posts from Stack Overflow or by Pramodh
Published on 2010-05-07T10:56:26Z Indexed on 2010/05/07 10:58 UTC
Read the original article Hit count: 214

Filed under:

hi

how to pass arguments to an HtmlFile from C sharp.

likeSystem.Diagnostics.Process.Start("Sample.html","Argumtnts");

if i execute the above code the "Sample.html" file should be opend and it should do some thing with the "arguments"

© Stack Overflow or respective owner

Related posts about c#3.5