creating process
hi expert
i have an application
in my main form i have a button
and i have a method too
i wanna when i click the button,a process create and run my method
note that i dont want use a thread , in fact i dont permission to use the thread and System.Dinostigs.Process.Start() too
i here there is a function whit CreateProcess name or simillarly this name
i should this function for creating and running my method in my mainForm
how can i use the CreateProcess function? and what argumant should i pass to this method?
thanks for your help(s)
all the best
angelboy
|