Shall we change button style of messagebox?
-
Hi all, in message box the buttons are looking as flat button i want to show button of message box like dialog box button,or xp style button. is it possible. please tell me . i m waiting for your valuable suggestions. thanks in advance.
IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH
-
Hi all, in message box the buttons are looking as flat button i want to show button of message box like dialog box button,or xp style button. is it possible. please tell me . i m waiting for your valuable suggestions. thanks in advance.
IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH
Message boxes are xp/vista style by default. If you're seeing flat buttons maybe that's because of the parent window. Don't use HWND_DESKTOP (or 0) and make sure you have created and initialized the parent window to use. Hope it helps :)
-
Hi all, in message box the buttons are looking as flat button i want to show button of message box like dialog box button,or xp style button. is it possible. please tell me . i m waiting for your valuable suggestions. thanks in advance.
IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH
"_$h@nky_" wrote:
Shall we change button style of messagebox?
Yes we shall. When? lol anyway you need something like MessageBoxIndirect API?
OK,. what country just started work for the day ? The ASP.NET forum is flooded with retarded questions. -Christian Graus Best wishes to Rexx[^]
-
Message boxes are xp/vista style by default. If you're seeing flat buttons maybe that's because of the parent window. Don't use HWND_DESKTOP (or 0) and make sure you have created and initialized the parent window to use. Hope it helps :)