|
|
От: | -prus- | |
| Дата: | 05.09.09 09:24 | ||
| Оценка: | |||
MessageBox(NULL,"Device not ready. Please attach it and click OK","Not ready!", MB_OK |
MB_ICONINFORMATION|MB_SETFOREGROUND|MB_TOPMOST);MB_SETFOREGROUND
The message box becomes the foreground window. Internally, the system calls the SetForegroundWindow function for the message box.