RE: Re[2]: [GD-Windows] Security/access when writing to registry
Brought to you by:
vexxed72
From: Jon W. <hp...@mi...> - 2003-01-22 19:02:19
|
My message was a reply to Tom where he said that adding button labels to a custom dialog required changing the resource file. If you have a custom dialog, all you need is one for each number of buttons you want; setting the lable on the buttons can be done by the dialog box proc and thus the wrapper he suggested can be easily implemented. Cheers, / h+ > 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. |