|
|
|
Some successfull software have been
realized that user interface is very important. Nice and convenience user interface will
help the user learn the application faster. It surely improve your software quality. ActiveControl provide 9 important controls to help
you create professional user interface easily. The controls are:
Set a rectangular area where you can detect when the mouse
pointer step inside or outside the area. This is very usefull control, all other control
(below) is using this control to detect mouse pointer movement.
- ActiveCommandButton
This control enable you to make a IE style Command Button. When mouse pointer
step inside the button (active state), button's border will show and when mouse pointer
step outside the button (inactive state), button's border will dissapear. This control
also enable you to set active/inactive font style, active/inactive font color,
active/inactive button's background color and active/inactive picture.
- ActiveImageButton
ActiveImageButton is a button which show three different image for three
different state (active, inactive and clicked). This control very useful to create fully
graphics user interface.
- ActiveTextBox, ActiveComboBox, ActiveListBox,
ActiveCheckBox, ActiveOptionButton, ActiveLabel
These control have all capability of Ms. Form 2.0 controls (except data
bindings). The best part is these control can show different appearance when mouse pointer
inside or outside its area. It surely help the user when he/she want to click on it. The
other feature is you can set Enter key behavior for ActiveTextBox, ActiveComboBox and
ActiveListBox.
Some top software already using this kind of user interface.
Using ActiveControl, you will be able to create this kind of
user interface very easily. To learn more about the feature you can go to the Programmers Guide page. You can get some example in the
Sample page. Registration info provided in the Registration page.
|