| > i mean , i want to change the caption text of the
buttons .
> for example 'next' changed to 'forward'
> isnt that possible either ?> i did change the 'exit' button because it takes
its
> caption text from the language file .
You'll have to use setdlgitemtext() with the windows
internal ID values, on the top property sheet object -
something not very complicated to do, but annoying (and I
don't have the magic values here - see in the msdn library,
this should be documented)
| |