I am making a C++/Windows/DirectX program, and when it runs in windowed mode (using
d3dpp.Windowed = (!FULLSCREEN);
where FULLSCREEN is defined as 0), the three icons that are usually at the top of any window (minimize, maximize/restore, and close) are not there. Also, it's not like just an image with no border or anything, it looks identical to a normal window, minus the aforementioned three icons.
So, what could cause a window to lose the three icons in the top corner without changing any other aspect of it?