Archive: questions of custom pages!


questions of custom pages!
I defined a custom page.I added a Lable and an EditBox on it.
I want to change the font of text on lable("Information"),How to do it?
When this page is shown,the focus is resting on the EditBox automatically.I want it to rest on the "Next" button,then when I press "Enter" Key,it can jump to the next page.How to do it?
Thanks to reply!!!!!!!!!!!!!!!!!!!!!!
//////////////////////////////////////////////
page custom mypage ""
function mypage
....
functionend
*********************************************************
[Field 1]
Type=label
Left=120
Right=180
Top=20
bottom=40
Text="Information"
[Field 2]
Type=Text
Left=120
Right=-1
Top=40
Bottom=193
State=""
Flags=MULTILINE|VSCROLL|READONLY
*******************************************************:)


Search the forums for CreateFont and SetFocus.

Stu