|
|
|
#1
|
||||
|
||||
|
how to hide this button?
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
WizardForm
Code:
procedure InitializeWizard(); begin RedesignWizardForm; langBtn.Hide; Cancel Form Code:
LanguageChangeButton2 := TNewButton.Create(Panel4); with LanguageChangeButton2 do begin Parent := Panel4; Height := ScaleY(30); Left := ScaleX(5); Top := ScaleY(372); Width := ScaleX(31); Caption:='En'; OnClick := @LangClick2; hide; end;
__________________
if you understand read more |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RG Catalyst | Bilawal | Conversion Tutorials | 78 | 26-09-2017 22:03 |
| Graphic glitches with Catalyst 10.9 (HD4650) and some games | Myloch | General Gaming | 2 | 20-09-2010 16:02 |
| Problem with Catalyst 5.10 | jimbo82 | Hardware | 2 | 17-10-2005 18:47 |
| ATI Catalyst Drivers 5.10 released | spidross01 | Hardware | 5 | 17-10-2005 14:38 |