RE: Re[2]: [GD-Windows] Security/access when writing to registry
Brought to you by:
vexxed72
From: Jon W. <hp...@mi...> - 2003-01-22 17:23:53
|
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 > Sent: Wednesday, January 22, 2003 4:07 AM > To: gam...@li... > Subject: RE: Re[2]: [GD-Windows] Security/access when writing to > registry > > > 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. :-) |