Few Lines to add in your Form_Load event and you will get full control over your form and all included (TextBox - Lables-Buttons-Grid-Recordset) and all related events<br> (Leave-paint-Keypress-AfterColEdit-OnAddNew-Click-MouseEnter-MouseLeave-MouseDown-Enter)<br>
You can:<br> Navigate first ,previous , next and last <br> Add new records ,edit it ,save it , or delete it
Retrieve related names to your fields code<br> Trigger sensitive DataHelp to select from by pressing F1
Trigger sensitive Help by pressing F12 <br> Validate your entry by restrict it to predefined type(Numeric-Alphabetic-AlphaNumeric-Date-Decimal) or to your defined characters <br> Notify you with red forecolor if your entry is not proper<br> Format data by define decimal places for numeric entry , or define letter case for charactes entry <br> Change button image according to mouse movement or focus change <br> Support MultiLanguage Application , by populate form labels with predefined translation automatically <br> Support Eastern Language , we support right to left application by changing alignment to right and orientation by flip form horizontally 180 <br> Enable you navigate through controls with Return key as with tab key