|
|
#1 |
|
Junior Member
Join Date: Apr 2010
Posts: 39
|
Hi Everyone,
I want to hide 1 combobox and label associated with that combobox at some specific condition, I have written following code but is not working for me: !insertmacro INSTALLOPTIONS_READ $mbMachineNameCombobox "InstallServerComponentsList.ini" "Field 22" "HWND" ShowWindow $MachineNameCombobox ${SW_Hide} !insertmacro INSTALLOPTIONS_READ $mbMachineNameLabel "InstallServerComponentsList.ini" "" "HWND" ShowWindow $mbMachineNameLabel ${SW_Hide} Please suggest solution for it, Thanks in advance, Thanks, Dhiraj |
|
|
|
|
|
#2 |
|
Major Dude
Join Date: Jun 2001
Posts: 1,173
|
Note that you're reading the value into a variable that starts with 'mb', then call ShowWindow on a different variable.
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|