Board index » Visual Studio » ALT problem
|
sanjuangal
|
|
sanjuangal
|
ALT problem
Visual Studio170
hi all, I have a grid control that may fill the selected cols with some math rule by the ALT + F5. The feature is ok in the VB test project but doesn't work in the VC propertysheet-like project. In VC project, ALT key is catched by the WM_SYSCOMMAND. Any tips will be appreciated. Alan - |
| Tom
Registered User |
Tue Aug 12 16:30:29 CDT 2003
Re:ALT problem
This article might help you some. It talks about using accelerator keys in
dialogs. Tom www.codeproject.com/dialog/pretransdialog01.asp">www.codeproject.com/dialog/pretransdialog01.asp "Alan Li" <activeperson@sina.com>wrote in message Quotehi all, - |
