hey guys,
Does anybody know how to use a array proccess on the new managed syntax?
I think it´s something like this:
Thanks!Code:array<Process^>^Processes = Process::GetProcesses(); for (Int32 i = 0 ; i < Processes->Length ; i++) { p = dynamic_cast<Process^>(Processes->IndexOf); . . . }




Reply With Quote