Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Container-Control on top of webbrowser-control
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Container-Control on top of webbrowser-control
Divers
Thread ID:
01649485
Message ID:
01649485
Vues:
197
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform