Ok, I've basically been able to use the simplicity of the VB forms and just draw whatever I need for a program. But for C++, you kinda need to use the API to draw your windows! Now, I don't intend to sit here and make my own windows so I don't have to bother with VB ones, but I was wondering how you would use API to capture the key presses ,clicks, resizes, all that good stuff, sent to that window. I know the API, but a little unsure of how to make it work. Can anyone example something for me?