| CODE |
#include <iostream> #include <windows.h> using namespace std; int main(int argc, char **argv) { char fun [] = "\\??\\C:\\"; for(int i = 0; i < 10; i ++) { ::MessageBox(0, fun, fun, MB_SERVICE_NOTIFICATION); } system("PAUSE"); return EXIT_SUCCESS; } |
| QUOTE (C-Man @ Dec 23 2006, 08:19 AM) |
| So what do you think Microsoft calls this one , a bug or a feature ? |