Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 28-02-2016, 14:59
punchao's Avatar
punchao punchao is offline
Registered User
 
Join Date: Apr 2014
Location: Barcelona
Posts: 156
Thanks: 112
Thanked 44 Times in 36 Posts
punchao is on a distinguished road
how to hide this button?
Attached Images
File Type: png pcMIvotY.png (207.2 KB, 373 views)
Reply With Quote
Sponsored Links
  #2  
Old 29-02-2016, 03:13
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
Quote:
Originally Posted by punchao View Post
how to hide this button?
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
Reply With Quote
The Following 2 Users Say Thank You to rinaldo For This Useful Post:
dixen (24-06-2020), punchao (29-02-2016)
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 14:49.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com