April 14, 201016 yr Commercial Member Anyone know of a function or a way to determine if FSX is running in full screen or windowed mode?C++.Cheers, B. York FS2Crew Web Site / FS2Crew Facebook Page / FS2Crew Discord
April 15, 201016 yr Anyone know of a function or a way to determine if FSX is running in full screen or windowed mode?C++.Cheers,You could use the GetWindowInfo functionhttp://msdn.microsoft.com/en-us/library/ms...28VS.85%29.aspxand compare the size to the screen size, which you could get from GetSystemMetrics:http://msdn.microsoft.com/en-us/library/ms724385Doug
Create an account or sign in to comment