Hi Alain, > I made an ActiveX control . I can capture all the key > events unless the ENTER key.
I would recommend you subclass the ".parent.hwnd" during your _initialize event, and end subclassing during _terminate. Look in the VB Programmers Guide to the Win32 API: http://reliableanswers.com/scripts/amazon.asp?0672315904 Regards, Shawn K. Hall http://12PointDesign.com/ http://ReliableAnswers.com/ '// ======================================================== "If you can't stand the heat, get out of the kitchen." -- Harry Truman '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [email protected] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
