Link to home
Start Free TrialLog in
Avatar of mromeo
mromeo

asked on

Is there any equivalent Forms AcceptButton in the .Net Compact Framework?

Hi. I know you can set the AcceptButton in the .Net Framework to let a button be processed when the user hits "Enter."  The compact framework does not have this property on its Form class.  How can the compact framework do the equivalent of the AcceptButton?  Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mromeo
mromeo

ASKER

I kinda figured I'd have to do something like this.  Ok, thanks for the help.