Events in edit control
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
hi All I want to display text in a window (with scroll bars). I need to trap the user mouse clicks inside the control (line number where mouse was clicked ...like that). how can i do it... thanx
-
hi All I want to display text in a window (with scroll bars). I need to trap the user mouse clicks inside the control (line number where mouse was clicked ...like that). how can i do it... thanx
easy. inherited from CEdit (if u use) to i.e. MyEdit change member var from CEdit to MyEdit (even u use data exchange) handle all messages in MyEdit. :rose: :rose: :rose: :rose: includeh10