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

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #11  
Old 31-05-2013, 12:40
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,754
Thanks: 2,191
Thanked 11,220 Times in 2,312 Posts
Razor12911 is on a distinguished road
hmm, okay, this is how you do it,

Create a button or use existing button.

this is how you set up a new button

[Code]
var
Button1: TButton;

procedure InitializeWizard;
begin
Button1:= TButton.Create(WizardForm);
with Button1 do
begin
Left:=Number Here
Top:=Number Here
Width:=Number Here
Height:=Number Here
Parent:= WinControl Here
Caption:= Text Here
end;

Last edited by Razor12911; 31-05-2013 at 13:25.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
nicola16 (02-06-2013)
 

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



All times are GMT -7. The time now is 05:58.


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