I finally found out something I wanted to know for a long time! I wanted to make the Maximize disabled cause the program doesn't need to be maximized. In the main window, I just have this as the style:

WS_OVERLAPPED | WS_MINIZEBOX,

I finally know how!