chinniwhites
July 25th, 2005, 10:25 AM
I developed my program with a screen resolution of 1024x768. My actuall form size is 1036x780. I have posted this question before and someone said use
screen.primaryscreen.borders. Problem there is that primaryscreen does not have a borders member. So i want trying to do something like this but it constantly gives me compile errors about calling a non-static function:
In Initialize Components,
this->DesktopBorders = Screen::PrimaryDisplay
or
this->DesktopBorders = Screen::get_Borders(Screen::WorkingArea);
I have been trying several different things but nothing works. So please, respond to this post!
screen.primaryscreen.borders. Problem there is that primaryscreen does not have a borders member. So i want trying to do something like this but it constantly gives me compile errors about calling a non-static function:
In Initialize Components,
this->DesktopBorders = Screen::PrimaryDisplay
or
this->DesktopBorders = Screen::get_Borders(Screen::WorkingArea);
I have been trying several different things but nothing works. So please, respond to this post!