Rodger Posted December 11, 2007 Posted December 11, 2007 Hello, Is there a way to change the Icon for all System Modal MessageBoxes with flag 4096? Thanks, Rodger
Nahuel Posted December 11, 2007 Posted December 11, 2007 Use the MsgBox Wizard in the examples folder. MsgBox(4144,"","Warning") MsgBox(4160,"","Informational") MsgBox(4112,"","Critical") MsgBox(4128,"","Question") MsgBox(4096,"","None")
Rodger Posted December 11, 2007 Author Posted December 11, 2007 I want to change the Icon displayed next to the Title....
rover Posted December 11, 2007 Posted December 11, 2007 Rodger This link to an old archived post by Dev Jos should explain it Change Icon Msgbox Titlebar? The 4096 system modal messagebox is meant for system messages, the little white box icon cannot be changed I see fascists...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now