TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Len L
NA
25
0
Testers wanted for windows forms database controls
Mar 23 2008 10:51 PM
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]
Reply
Answers (
0
)
Hide/Show Forms?
codes & uses for toolstrip??