Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Real Enabled ?

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
Thank you for your help.


STEP 1:
1.Run "Notepad.exe"
2.CLick "Help Menu -> About Notepad" to active the ABOUT DIALOG BOX

STEP 2:
//Run the program with source shown here
//HWND tmp = ::FindWindow(NULL,"something.txt - Notepad"); // That notepad above
//if(!tmp) return;
//::EnableWindow(tmp,true);

As the result,the main NOTEPAD window is actived.But all Accelerators such as "Ctrl+A" are NOT available.Who can tell me WHY n HOW TO make the Accelerators available?Thank you.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top