CccT
July 2nd, 2002, 16:05
Xplorex is a simple program that is essentially an additional start button in the top left corner. It's gray, without icon yet.
What and where must be added so that the button will stay flat on mousedown and mouseclick without a 3D border ?
object Form1: TForm1
Left = 0
Top = 0
BorderStyle = bsNone
Width = 32
Height = 32
OnCreate = FormCreate
Visible = False
object dirtree1: Tdirtree
Visible = False
end
object SecretPanel1: TSecretPanel
Left = 0
Top = 0
BorderStyle = bsNone
Width = 32
Height = 32
object RxSpeedButton1: TRxSpeedButton
Left = 0
Top = 0
Width = 32
Height = 32
Flat = True
OnClick = RxSpeedButton1Click
end
end
object FormStorage1: TFormStorage
end
end
XploreX :
http://www.exetools.com/forum/attachment.php?s=&postid=3248
What and where must be added so that the button will stay flat on mousedown and mouseclick without a 3D border ?
object Form1: TForm1
Left = 0
Top = 0
BorderStyle = bsNone
Width = 32
Height = 32
OnCreate = FormCreate
Visible = False
object dirtree1: Tdirtree
Visible = False
end
object SecretPanel1: TSecretPanel
Left = 0
Top = 0
BorderStyle = bsNone
Width = 32
Height = 32
object RxSpeedButton1: TRxSpeedButton
Left = 0
Top = 0
Width = 32
Height = 32
Flat = True
OnClick = RxSpeedButton1Click
end
end
object FormStorage1: TFormStorage
end
end
XploreX :
http://www.exetools.com/forum/attachment.php?s=&postid=3248