I 
		
								
				
				
			
		IntraRELY
I need to convert the following code. The online conversion tool could do it
w/o error. Any help appreciated.
static void Main(string[] args) {
args = WebCommandLineHelper.CommandLineArgs(args);
string argstring = "";
foreach( string arg in args ) argstring += arg + "\r\n";
MessageBox.Show(argstring, "Args from " +
(WebCommandLineHelper.LaunchedFromUrl ? "URL" : "EXE"));
}
}
TIA,
Steve Wofford
www.IntraRELY.com
				
			w/o error. Any help appreciated.
static void Main(string[] args) {
args = WebCommandLineHelper.CommandLineArgs(args);
string argstring = "";
foreach( string arg in args ) argstring += arg + "\r\n";
MessageBox.Show(argstring, "Args from " +
(WebCommandLineHelper.LaunchedFromUrl ? "URL" : "EXE"));
}
}
TIA,
Steve Wofford
www.IntraRELY.com
