0
Reply

Testers wanted for windows forms database controls

Len L

Len L

Mar 23 2008 10:51 PM
1.8k
Hi all,

I am getting towards the end of developing a suite of database controls derived from standard form controls and  custom components for navigating the derived form controls.

for example, setting a couple of propertis of the derived form controls you are able to set focus to the next control in a control group with two lines of code as follows

in the key down event

    if(lizardFocusGroup1.keyDownHandler(this, sender, e))
      lizardFocusGroup1.FocusNext();

this will handle field cannot be empty scenarios and flash its associated label and prompt user for imput on the control.

you can set up any number of groups, set field entry order, exclude a field etc..

anyone interested should send email to [email protected]