I am a self-taught (very novice) programmer currently in the process of writing a small fullscreen OpenGL application using PBCC4.04.
For some reason, creating a 1024x768 graphic window with GRAPHIC WINDOW will cover the Windows XP toolbar (which is what I want to do), but creating a window with CreateWindowEx makes a window whose bottom portion is covered by the toolbar.
As I mentioned, I have only recently "graduated" from QBasic 4, and my Windows programming skills are nominal at best; I have been splicing code sections together from various examples here on the PowerBASIC site to get the desired results (obviously not the best way to go about programming...). However, I'm not really interested in making anything marketable at present, so it's a good way to tinker around with things for the moment.
I know my problem (as stated) may be a bit too vaguely described; please let me know if it would help for me to actually post some of the code segments I'm working with.
Anyways, what I need to do is to figure out how to raise a window created with CreateWindowEx so it will cover the Windows toolbar.
For some reason, creating a 1024x768 graphic window with GRAPHIC WINDOW will cover the Windows XP toolbar (which is what I want to do), but creating a window with CreateWindowEx makes a window whose bottom portion is covered by the toolbar.
As I mentioned, I have only recently "graduated" from QBasic 4, and my Windows programming skills are nominal at best; I have been splicing code sections together from various examples here on the PowerBASIC site to get the desired results (obviously not the best way to go about programming...). However, I'm not really interested in making anything marketable at present, so it's a good way to tinker around with things for the moment.
I know my problem (as stated) may be a bit too vaguely described; please let me know if it would help for me to actually post some of the code segments I'm working with.
Anyways, what I need to do is to figure out how to raise a window created with CreateWindowEx so it will cover the Windows toolbar.
Comment