Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Access control properties using Installscript?


1 reply to this topic

aroon

aroon
  • Full Members
  • 3 posts

Posted 14 August 2008 - 10:09

Hi All,

I want to access the Visible property on the fly/dynamically for a control like PushButton with use of InstallScript.
What could be the exact syntax to aceess control properties like transperant, visible in InstallScript?
Is this possible? If so, how to do it?

This is very urgent...Thanks in advance!!!

Aroon


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 15 August 2008 - 10:25

Not sure about transparent, but to hide a control on the fly you could call ShowWindow().