Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using Visual Studio .NET 2010 with VB.NET.

I am showing a form in panel by settings its TopLevel to false. This is ok and working fine.

Problem is that "Enter" key doesn't work when i handle and keypress, keydown event. I mean these event doesn't trigger when "Enter" key is pressed.

How to solve this problem?

Regards,
Arfan Qadir
Posted
Comments
Dave Kreskowiak 3-Dec-10 7:36am    
Not enough information. Are you handling the keypress in the parent form of the Panel or in the child form inside the Panel?

1 solution

Can you give a sample of the code you are using to make this event happen?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900