المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Full Screen



C++ Programming
10-22-2009, 05:50 AM
Okay, I need to apologize to people who I have given a bad time and I truly regret it because I need your help with problems with the project that I can rely on you guys to help.

I have been trying to get this to work but its giving me nightmares. I am trying get the Win32 client to launch into full screen but I don't know where in the source code I need to place it exactly.

I know the code is:


SetWindowPos(..)
GetSystemMetrics(SM_CXSCREEN / SM_CYSCREEN)

It's just finding the place on the source code to place it.

Thanks

Andrew McIntyre