VC is definitely in VS.

You don't need to use FindWindow to get the handle of your window - you get it when you create the window to start with:
Code:
HWND hWnd_Main = CreateWindowEx(...);
// or
HWND hWnd_Main = CreateDialog(...);
Are you still at school, Matthew? Because you can then get it on academic pricing.