Board index » Visual Studio » ALT problem

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


-
 

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

Quote
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









-