Burtlancaster
Programmer
Created a very simple message box as follows.
code works fine but i need for the message box to be " Always On Top ", now I know i could just create my own form to act as a message box but it would make things a lot easier if there was a way of making the message box always on top. Any help would be much appreciated.
Code:
if (Application->MessageBox("test", "tes",MB_YESNO|MB_ICONQUESTION|MB_DEFBUTTON2) == IDYES)
{
}