Segunda parte del uso de ActiveX, profundizando un poco en el artículo
anterior con ejemplos diversos.
Salu2.
In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Nuevo artículo en Xailer.info
-
- Mensajes: 1310
- Registrado: Mié Sep 26, 2007 7:12 pm
Nuevo artículo en Xailer.info
"Bingen Ugaldebere" <bingen@muninser.com> schrieb im Newsbeitrag
news:4745dcd1$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Segunda parte del uso de ActiveX, profundizando un poco en el artículo
> anterior con ejemplos diversos.
>
> Salu2.
Bingen
very nice samples but when showing pdf the webbrowser disappears after
changing the size of the form.
What's to do?
Regards
Ingo
news:4745dcd1$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Segunda parte del uso de ActiveX, profundizando un poco en el artículo
> anterior con ejemplos diversos.
>
> Salu2.
Bingen
very nice samples but when showing pdf the webbrowser disappears after
changing the size of the form.
What's to do?
Regards
Ingo
-
- Mensajes: 1310
- Registrado: Mié Sep 26, 2007 7:12 pm
Nuevo artículo en Xailer.info
> very nice samples but when showing pdf the webbrowser disappears after
> changing the size of the form.
Yes is a problem of the PDF viewer, but try this:
METHOD FormSize( oSender, nSizeType, nClientWidth, nClientHeight ) CLASS
TForm1
If ::cPdfFile <> Nil
::oOcx1:Navigate( "file:///"+::cPdfFile )
Endif
RETURN Nil
When resize navigate again the file.
Regards.
> changing the size of the form.
Yes is a problem of the PDF viewer, but try this:
METHOD FormSize( oSender, nSizeType, nClientWidth, nClientHeight ) CLASS
TForm1
If ::cPdfFile <> Nil
::oOcx1:Navigate( "file:///"+::cPdfFile )
Endif
RETURN Nil
When resize navigate again the file.
Regards.