Hi Chris Losinger Yes this is dialog-based application but arrow key functionality i need to apply in canvas/editor not in dialog. Thanks
rajmohan 123
Posts
-
Arrow Key use in MFC vc++ Application -
Arrow Key use in MFC vc++ ApplicationHi, I am new in MFC vc++ Please help me to come out from an major issue. I want to move an object(Image,Rectangle) ..etc in Canvas buy using Arrow Key(left,right,up,down) in MFC VC++ application.only i get OnKeyDown()function I am not able to use this OnKeyDown()function to get keyboard event. please provide a proper code
-
XML Image Changes im MFC RibbonHi, Working with MFC Ribbon designing Ribbon Menu with the help of XML .Now the problem is ,I want to design Menu by single-2 (.bmp)images not by the transparent Images Strip with the help of Index. I have tried so many ways but don`t get any success. Category Home-Y H IDB_WRITESMALL 110 IDB_WRITELARGE 111 Panel Clipboard D 1 Button ID_EDIT_PASTE 57637 Paste V 0 0 The most important this, we can not change main tags of XML, beside you can change any thing related IMAGE TAGS,.
-
Enable/Disable Ribbon Menu Item DynamicallyThanks for your reply pRibbon->GetItemIDsList(lstItems); In "lstItems" all the items of menu is coming, But the Main Problem is when I run this on debug mode,it is not executing the code after "pRibbon->GetItemIDsList(lstItems);" line of code.
-
Enable/Disable Ribbon Menu Item DynamicallyHi,java has