Hi,
I create a messageBox like following. The caption from the buttons "Yes" and "No" are automatically shown in the language. How can I set the caption programmatically?
Sample:
-------
local doContinue =
Dialog.Message( "Info",
"Continue ?", MB_YESNO, MB_ICONQUESTION, MB_DEFBUTTON1);
if( IDNO == doContinue ) then
Christian

Reply With Quote

