Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Container-Control on top of webbrowser-control
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Container-Control on top of webbrowser-control
Miscellaneous
Thread ID:
01649485
Message ID:
01649485
Views:
196
Hi there,

I have a form saved as class. Rgis form is used in a POS-App and is displayed on a second screen.
The form has a container with some labels and a web-browser-control on it. The labels show transactions like article-descritpion and price to the customer.
The web-browser shall show some advertising in times when there is no activity.
My problem is, that I can not show the container on top of the browser. Here is what I do on the init:
this.obrowser.Top = this.top
this.obrowser.left = this.left
this.obrowser.height = this.height
this.obrowser.width = this.width
this.obrowser.navigate("www.some-website.de")
this.obrowser.ZOrder(1)
this.ct1.ZOrder(0)
Can someone tell me what I am doing wrong?

Thanks in advance

Thomas
Next
Reply
Map
View

Click here to load this message in the networking platform