Problem with WebBrowser

P

Phil

I placed a WebBrowser activex control on a form.
In runtime, the activex control has a little size.
I don'w want keep the height and with that I gave it in creation mode.
He works, he shows me the internet address I give to him, but in a very
little square.
How can I avoid this problem ?

Thanks for response.

I use Access 2000
 
R

Rick Brandt

Phil said:
I placed a WebBrowser activex control on a form.
In runtime, the activex control has a little size.
I don'w want keep the height and with that I gave it in creation mode.
He works, he shows me the internet address I give to him, but in a
very little square.
How can I avoid this problem ?

Thanks for response.

I use Access 2000

There is a bug with that control concerning the size. You have to resize it,
cut it to the Windows clipboard, repaste it, and then save the form. The
same bug also prevents resizing the control from code.

I purchased the WOWctl2 control from EZTools which is a wrapper around the
Microsoft control that solves that issue as well as provides some additional
features. So far I really like it and it was only 100 bucks for unlimited
developer distribution.

www.eztools-software.com
 
R

Richard

Hi

check out the nbit control ... basically a webBrowser wrapper for $US22.95

Regards

Richard
 
P

Phil

Thanks for tour response.
Good !

Rick Brandt said:
There is a bug with that control concerning the size. You have to resize
it,
cut it to the Windows clipboard, repaste it, and then save the form. The
same bug also prevents resizing the control from code.

I purchased the WOWctl2 control from EZTools which is a wrapper around the
Microsoft control that solves that issue as well as provides some
additional
features. So far I really like it and it was only 100 bucks for unlimited
developer distribution.

www.eztools-software.com
 
Top