I want to display an html page (with gif/jpg images) and links in the main VFP window. Is it possible? I want to build something like a menu (instead of sidebar or toolbar), with nice picture buttons.
I want to display an html page (with gif/jpg images) and links in the main VFP window.
You would have to create a form (that could look like the VFP main screen ) and add a web browser class to it. There is a sample of that in the Solutions.
I want to build something like a menu (instead of sidebar or toolbar), with nice picture buttons.
Take a look at thread184-399613 Mike Gagnon
If you want to get the best response to a question, please check out FAQ184-2483 first
If you don't want to re-create the main VFP form, you can create a form with no title or borders but with a web browser control in it, and fill the VFP form with it, and hook the _SCREEN.Resize event (easy in VFP8, not too much harder in older VFPs) to make sure it stays the right size as the VFP main screen changes size.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.