I have an application that must works in background of a gamming enviroment.
The problem by example, I have some window sized like 1000x400,
continuing with the example, run a game that switch to 800x600 truecolor video mode. Ok?
now, when the game is closed, all my VB forms are CLIPPED to 800 width visualy.
why it happens?, what have to do any low resolution games old or new, with VB desktop apps anyway?
how to fix this issue, is there a way to know using an event when the screen resolution is changed? or I must test screen size each second.
It is a full resize reflecting it on the width/height properties? or it is like a windows bug or something?
The problem by example, I have some window sized like 1000x400,
continuing with the example, run a game that switch to 800x600 truecolor video mode. Ok?
now, when the game is closed, all my VB forms are CLIPPED to 800 width visualy.
why it happens?, what have to do any low resolution games old or new, with VB desktop apps anyway?
how to fix this issue, is there a way to know using an event when the screen resolution is changed? or I must test screen size each second.
It is a full resize reflecting it on the width/height properties? or it is like a windows bug or something?