![]() |
Create custom application GUI with 2 lines source code ! | Windows applications GUI skin libarary for VC C# VB.Net Delphi Visual Basic C ++ Builder win32 program |
|
|
| The frame button |
|
AppFace 2. 9 and the later versions support the custom frame buttons . The frame button means the control button which had been plaeced on the frame windows , such as close button , maximized button , minimized button ; the custom frame button means the control button besides close/min/max/help control button . Users can control the frame button's actions by responsing "WM_FRAME_BUTTON" message . The frame button has two types : CheckBox/PushButton ; four states : Normal/Hover/Click/Disable ; and it can be placed any position on any borders . The figures demonstrate the frame button: |
|
![]() |
| How to create the custom frame button ? | |
Step 1 : Click "Create a custom skin object" button in the Object Window , select "Frame Button" menu item. Step 2: Do the settings in the Option Window, and make URF . Step 3: Call SkinWindowSetEx to load the custom frame button . Remark : The frame button can be created on the frame window only . |
![]() |
|
|
| How to response the click envent of the frame button ? |
AppFace will send a WM_FRAME_BUTTON message to the frame window, when the frame button has been clicked (mouse lbuttonup). Users can process this message as they needed . Please see "How to response the click envent of the frame button ?" section in audk.chm for details . |
| How to set the state of the frame button ? |
It could set the states of the frame button by calling SkinWindowSetEx with parameter SKIN_SET_FRAMEBTN . Please see“SkinWindowSetEx” "SKIN_SET_FRAMEBTN" section in audk.chm for details . |
| Home | Overview | Skins | Buy now! | Download | FAQs | What's new? | Contact us | SiteMap |
|