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
Divers
Thread ID:
01649485
Message ID:
01649486
Vues:
72
AFAIK, You can't. It is a problem with active-xs. Try hiding it and show it only when required.

>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
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform