Guest_imported
New member
- Jan 1, 1970
- 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.
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"

//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.