
svengalamr asked a question.
Problem in closing Custom Dialog Boxes
Hi All,
I'm working with InstallShield 2009 on Win 2003 Server machine. I have created few custom dialog boxes as per the requirement. I have few controls placed on the Dialog Box. One of them is Help button, when I clicked on that HELP button it is opening a locally copied html page.
The problem what I have is , when I click on the "X"(Right Top Corned) mark button, its performing the same action what I explained in the above para. Actually it should prompt for closing the installer, but it is not happening.
Anyone please let me know why is it happening,
Regards
Seshu
vengalamseshu@gmail.com
I got the solution..
actually I set the "Cancel" property to 'TRUE' for that button.
its a small modification only..
:)