SitesMasstec
Programmer
Hi colleagues!
When executing a form with some buttons in Windows 7 Professional all the buttons inside the form are invisible, except if the user pass the mouse pointer on them (invisible area used by the button). Each button appears when the mouse pointer is over it, and when the mouse is out, the button desappears again.
This do not happen in Windows 7 Home/Premium, Windows 8, Windows 10, as I have tested.
In the Form, the ShowWindow Property is set to 0 - In Screen (Default).
I have used this property for years, without any problem with buttons in forms. The problem appears on Windows 7 Professional.
To solve this I changed (by chance) the form ShowWindow Property to 1-In Top-Level Form, and the problem was solved!
Why this happens? (I searched in many of my VFP books, but haven't found an answer).
Thank you,
Thank you,
SitesMasstec
When executing a form with some buttons in Windows 7 Professional all the buttons inside the form are invisible, except if the user pass the mouse pointer on them (invisible area used by the button). Each button appears when the mouse pointer is over it, and when the mouse is out, the button desappears again.
This do not happen in Windows 7 Home/Premium, Windows 8, Windows 10, as I have tested.
In the Form, the ShowWindow Property is set to 0 - In Screen (Default).
I have used this property for years, without any problem with buttons in forms. The problem appears on Windows 7 Professional.
To solve this I changed (by chance) the form ShowWindow Property to 1-In Top-Level Form, and the problem was solved!
Why this happens? (I searched in many of my VFP books, but haven't found an answer).
Thank you,
Thank you,
SitesMasstec