Bonjours, j utilise create process et j aimera definir la position ou ma fentre se lance et pourtant il veut pas les prendre en compte STARTUPINFO si;//la structure devant contenir dwx PROCESS_INFORMATION pi; ZeroMemory( &si, sizeof(si) ); si.cb = sizeof(si); ZeroMemory( ? sizeof(pi) ); si.dwFlags = STARTF_USEPOSITION;//on indiki k on utilise dwx si.dwX =12; //et on le definit je lance createproces ainsi if( !CreateProcess( NULL,(char * ) tmp.c_str(), NULL, NULL,FALSE,0,NULL,NULL,&si,?) merci de m aidé.