Thread
:
Execute code from string?
View Single Post
#
2
04-02-2012, 02:29 PM
FG28_Kodiak
Approved Member
Join Date: Dec 2009
Location: Swabia->Bavaria->Germany
Posts: 884
Prozess.Start is for starting external programms for example:
Process.Start("http://google.com/search?q= Help me");
would start your browser with a google search for "Help me".
Its not for execute little c# snippets
.
FG28_Kodiak
View Public Profile
Send a private message to FG28_Kodiak
Find all posts by FG28_Kodiak