Hi fellows,
Does somebody know where (and how) Windows finds the appropriate text for messagebox buttons?
For instance, if you only specify the style flag %MB_OKCANCEL then Windows not only 'knows' that the messagebox should have 2 buttons, but also that their content should be "OK" and "Cancel" respectively.
I guess this information is in USER32.DLL, but I don't know how to retrieve it. Most likely it is an undocumented FUNCTION?
Thanks for any help or hint.
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
Does somebody know where (and how) Windows finds the appropriate text for messagebox buttons?
For instance, if you only specify the style flag %MB_OKCANCEL then Windows not only 'knows' that the messagebox should have 2 buttons, but also that their content should be "OK" and "Cancel" respectively.
I guess this information is in USER32.DLL, but I don't know how to retrieve it. Most likely it is an undocumented FUNCTION?
Thanks for any help or hint.
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
Comment