Click here to Skip to main content
15,898,036 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Experts
I have a problem
I have to display notepad text inside a message box by using dll in mfc
how can i do this??..
plz let me know...
thanks in advanced...
Posted

1 solution

Please observe the MSDN topics about :) :
- CFile::Open(..)
- CFile::Read(..)
- CString(char*) or CString(WCHAR*)
- AfxMessageBox(..)
 
Share this answer
 
Comments
R. S. Verma 29-Jul-11 5:16am    
Thanks for replying
Appreciating but i need something else
Actually i want to ask that if my mouse hooked notepad application and then i need to extract its file name information and its file data if it is exist.
and also application menu item name n all dat...
my question was regarding this...
am able to find any winodw handle using hook ' WM_MOUSE'
I hope u understand now..
thanks...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900