VFP 9 SP2
WINDOWS 7 ULTIMATE
AERO THEME
Simple IE automation form.
When i do automation with IE, basically crateobject('InternetExplorer.Application')
set it to visible, load a URL,
then, I am using SetParent() to position the IE inside the VFP form. Works well, except the VFP IDE menu will turn like its bleeding white and transparent.
I turned windows 7 aero them, and it stopped bleeding.
However, on the client side, i cannot control their themes.
I tried, _screen.themes = .f. and for the form as well, and it bleeds
I noticed, if i do excel automation inside the form, it does NOT bleed. Just the IE, as its titlebar already looks bit transparent, so, when it moves inside the vfp, it almost like leaves a mark where it was.
Ez Logic
Michigan
WINDOWS 7 ULTIMATE
AERO THEME
Simple IE automation form.
When i do automation with IE, basically crateobject('InternetExplorer.Application')
set it to visible, load a URL,
then, I am using SetParent() to position the IE inside the VFP form. Works well, except the VFP IDE menu will turn like its bleeding white and transparent.
I turned windows 7 aero them, and it stopped bleeding.
However, on the client side, i cannot control their themes.
I tried, _screen.themes = .f. and for the form as well, and it bleeds
I noticed, if i do excel automation inside the form, it does NOT bleed. Just the IE, as its titlebar already looks bit transparent, so, when it moves inside the vfp, it almost like leaves a mark where it was.
Ez Logic
Michigan