August 13th, 2006 12:03 AM
Hi,
I need to know when my application becomes gets active?
I am trying for the main window which has menus and toolbar.
Thanks
Vinod
August 10th, 2006 11:45 PM
Hi,
I need to know which is the event that an MDI application will receive when an application receives focus (active application ).
Is it WM_ACTIVATE event? I feel this event will be triggered...
October 2nd, 2003 08:48 PM
Dave, We had already tried disabling that option "enable shadow pointer" but with no effect. The cursor is created only once.
Though in the code I posted, I had used setClassLong, actually in my...
October 2nd, 2003 07:07 PM
Dave, do tell me if you get any clues on switching off the alpha shadow effect.
October 2nd, 2003 11:03 AM
I am facing a problem while creating and setting coloured cursor. Our requirement is to create a coloured cursor from a bmp made from a text(using DrawText to dc). We need to set the background of...
September 30th, 2003 10:45 PM
Hello Sandhya,
You need to set different Conversion status flags for Hiragana and katakana.
For Hiragana set flag as
IME_CMODE_JAPANESE | IME_CMODE_FULLSHAPE
For katakana set flag...