muchas Gracias
![]() |
![]() |
|
Moderador: latindeveloper

UINT FuncionThread( LPVOID pParam)
{
CWnd *wnd = AfxGetMainWnd();
CString tmp;
for(int i = 0; i < 10 ; i++)
{
tmp.Format("corriendo %d",i+1);
wnd->SetWindowText(tmp);
Sleep(500);
}
return 0;
}AfxBeginThread(FuncionThread,NULL);

Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 0 invitados