cambalinho 142 Practically a Posting Shark

using the WM_KEYUP message: how can i combine the keys?

if(wParam== VK_CONTROL & 'a') MessageBox(NULL,"hi", "hi",MB_OK);

if i click on control key, the message is showed.... but my combination key is ctrl+a.... so how can i combine the keys? :(

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.