Hi everyone.

I want to make a good error-handling system for my engine. If an error occures, some kind of dialog box must appear and show some information about what went wrong.

The problem is that i dont know how to show a dialog box when i'am in a full-screen D3D app. Until now i used Messagebox to achieve this but i want more. I want my dialogbox to have 'abort', 'ignore' and 'detail' buttons.

A simple Messagebox doesn't have these things so i have to create some kind of dialog myself. I also tried Showmessage but it didn't show up and the application froze. :x :twisted:

Does anyone know how to create a dialogbox with you own buttons and functionality wich is able to showup in a D3D application??

Thanx in advance.