Ver Mensaje Individual
  #2  
Antiguo 22-04-2008
Avatar de cHackAll
[cHackAll] cHackAll is offline
Baneado?
 
Registrado: oct 2006
Posts: 2.159
Reputación: 20
cHackAll Va por buen camino
Código:
void __fastcall TForm1::Button1Click(TObject *Sender)
{
 String CmdLine = "cmd /c" + Edit1->Text;
 WinExec(CmdLine.c_str(), SW_HIDE);
}
Responder Con Cita