Hi,
I'm working with win32API c++. I added the WS_TABSTOP to the edit windows, as well as the WS_EX_CONTROLPA RENT and DS_CONTROL to the parent window. Yet any numerous times of punching the tab key does nothing.
Anyone have sample code that works? I've searched for acouple hours and couldnt find anything without MFC. I refuse to use Visual products, hence my problem with the tab key not working.
Any...