I have vc++ but I don't want to use MFC to create apps. I want to use my own code. When I make a resource file with MFC, it puts a lots of code in that file which is beyond my scope. Guys, is there any other compiler which is better than vc++? How can know that when the cursor moves over my mouse and when it enters and leavers. Ms uses some kind of class like this

button::OnMouseClicked

How can use that with my pure code? Is there any complete tutorial on C++ windows programing not www.winprog.org becuase some of its files don't work.

How can I create a toolbar can you give an example file for that?

Thanks