I would like to disable some (or all) TabStops in a dialog box.
the following:
dlg.m_MyWord.TabStop=FALSE;
produces the error: TabStop is not a member of CString.
where m_MyWord identifies a ReadOnly edit window.
What did i do wrong?
TIA
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Thread: How to disable TabStopsThreaded View
|
Click Here to Expand Forum to Full Width |