I am changing screen resolutions using:
inside of a MODAL dialog. When I change resolution from low (say 640x480) to high (1280x1024) all is well. When I then close the dialog (DIALOG END) - the Taskbar climbs halfway up the screen! It is resized easily by the user, but...
Does anyone know of a reason *why* this might be occurring? and how to prevent it?
TIA
Code:
GLOBAL ScreenMode as DEVMODE ... set mode; set flags; etc. ... i = ChangeDisplaySettings(ScreenMode, %CDS_UPDATEREGISTRY)
Does anyone know of a reason *why* this might be occurring? and how to prevent it?
TIA

Comment