Re: Re[2]: [GD-Windows] Security/access when writing to registry
Brought to you by:
vexxed72
From: Javier A. <ja...@py...> - 2003-01-22 18:24:08
|
How would you write a wrapper like that for MessageBox? Jon Watte <hp...@mi...> wrote: > I betcha could have written a wrapper in the time it took you > to write this e-mail. The wrapper would run at dialog box init > message processing time, and just slam the string you want > into the buttons you care about. WM_SETTEXT, if memory serves. > > Cheers, > > / h+ > >> -----Original Message----- >> From: gam...@li... >> [mailto:gam...@li...]On Behalf Of >> Tom Forsyth >> >> >> Sure, it just means adding it to the resources and all that malarky. >> Which is a huge hassle for every possible message in an app. It would >> be stupidly >> helpful have a MessageBoxEx ( hWnd, "Something gnarly happened", >> "Hey dude", >> MB_CUSTOM3BUTTONS | MB_ICONBODACIOUS, "Groovy", "Downer", "Whoa" ); >> >> OK, well there already is a MessageBoxEx. Time for MessageBoxExEx. >> >> Sorry - I'm just wishlisting. :-) Javier Arevalo Pyro Studios |