We have found some strange behavior for Vista using the Aero theme. Sample could not be simpler:
If you run this with any other Windows OS or any other theme in Vista, the "X" button at the top right is disabled. It is grayed out and clicking on it does nothing--the button cannot be depressed. However, if you run this in Aero, the button is enabled. Clicking on it will still do nothing, but the button can be depressed.
Does anybody know why this is or have any thoughts? It will be annoying to have to create my own msgbox functions just because of this tiny issue.
Thanks!
Code:
FUNCTION PBMAIN () AS LONG MSGBOX "test",%MB_YESNO, "test title" END FUNCTION
Does anybody know why this is or have any thoughts? It will be annoying to have to create my own msgbox functions just because of this tiny issue.
Thanks!
Comment