tabstop2
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, I'm sorry this is the last silly question of the day :-) To disable tabstop i do ModifyStyle(WS_TABSTOP,0,0); What should i do to enable tabstop again ? Thanx, Desmo16.
ModifyStyle(0, WS_TABSTOP, 0); it is this easy
tanvon I Blog here my VC++ My all articles at codeproject here