question about setting cursor on Cstatic
C / C++ / MFC
6
Posts
4
Posters
0
Views
1
Watching
-
CStatic is not editable (by the user of the UI), so no cursor can be set on it
Don't know where to start ?
Refer the Forums Guidelines and ask a friend -
Use a read only edit control with no borders instead.
Steve
-
Use a read only edit control with no borders instead.
Steve
-
I believe you use the
CEdit::GetSel
function(s).Steve
-
Is your purpose
GetCursorpos
?
WhiteSky