Thread
:
Create Components
View Single Post
#
2
(
permalink
)
06-19-2007, 12:54 PM
HelloWorld
PT Admin
Awards Showcase
Total Awards
: 1
Join Date: Jun 2007
Location: In front of computer...
Posts: 1,119
iTrader: (
0
)
Code:
private Textbox *box= new Textbox;
that's to just create the textbox. add them by using the line below:
Code:
Controls->Add(box);
seems pretty simple, but I'm still wondering with what the heck is Controls for
__________________
HelloWorld
View Public Profile
Send a private message to HelloWorld
Find all posts by HelloWorld