change caption of nsDialogs page
what's the equivalent of the following in nsDialogs?
WriteINIStr "$PLUGINSDIR\io.ini" "Settings" "Title" "bla"
i need to change the caption at runtime
Archive: change caption of nsDialogs page
change caption of nsDialogs page
what's the equivalent of the following in nsDialogs?
WriteINIStr "$PLUGINSDIR\io.ini" "Settings" "Title" "bla"
i need to change the caption at runtime
SendMessage $hwndparent ${wm_settext} 0 "STR:Foo" ?
or use pageex to set the sub caption