Using a MSFlexGrid control
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I need to simulate the mouse click on a row being part of a MSFlexGrid control. In other words, is need to highlight a specific row by the code (let this row to ). I have used the SetRowSel but it doesn't do what i want. It only set the focus in the specified row but it doesn't paint the row. How can I do ???