PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD19] ActiveX control displaying outside of window
[WD19] ActiveX control displaying outside of window
Iniciado por guest, 26,feb. 2015 16:26 - 5 respuestas
Publicado el 26,febrero 2015 - 16:26
I have an ActiveX control placed in a window. When I run the window the ActiveX control displays outside the window at (0,0) of my monitor. Otherwise everything else works, and the ActiveX control displays what it should.

It is set up as a Microsoft Web Browser. My window is fairly identical to the RSS Reader example supplied with WinDev.
Publicado el 28,febrero 2015 - 20:25
Hi I use that activex control and have never had a problem with it, what os is it?

ISO
Publicado el 28,febrero 2015 - 20:29
Is there any particular reason you are using it rather than wd html control?
Publicado el 02,marzo 2015 - 15:29
Win 7 64 bit
Publicado el 04,marzo 2015 - 13:35
I'm experiencing the exact same issue in windev 18.
If I call the window from a project with just 2 windows it works as expected but if I use the same window in a much bigger project it opens the ActiveX control on the top left corner of the screen.

Did you manage to workaround this?

Thanks,
David
Publicado el 05,marzo 2015 - 13:10
I've figured out why was this happening.
In my big project I'm using a .NET assembly, when I removed it the ActiveX control worked as expected.