if(MessageBox(hMainWnd,_T("WARNING: Debugging this process may result in loss of data.\nAre you sure you wish to attach the debugger?"),_T("Task Manager Warning"),MB_YESNO|MB_ICONWARNING)!=IDYES)
if(MessageBox(hMainWnd,_T("WARNING: Terminating a process can cause undesired\nresults including loss of data and system instability. The\nprocess will not be given the chance to save its state or\ndata before it is terminated. Are you sure you want to\nterminate the process?"),_T("Task Manager Warning"),MB_YESNO|MB_ICONWARNING)!=IDYES)
if(MessageBox(hMainWnd,_T("WARNING: Terminating a process can cause undesired\nresults including loss of data and system instability. The\nprocess will not be given the chance to save its state or\ndata before it is terminated. Are you sure you want to\nterminate the process?"),_T("Task Manager Warning"),MB_YESNO|MB_ICONWARNING)!=IDYES)
if(MessageBox(hMainWnd,_T("WARNING: Changing the priority class of this process may\ncause undesired results including system instability. Are you\nsure you want to change the priority class?"),_T("Task Manager Warning"),MB_YESNO|MB_ICONWARNING)!=IDYES)