|
Question : Resizing a web Browser inside a acces form
|
|
I have added a ActiveX web browser and all is working well with it. The only probem is i cant resize it once i set the size on creation. I would like to have it adjust with the window on resize. I have done this before with sub forms and other objects, but when i try to adjust the height and width of the activeX web browser it wont resize. Any thoughts
|
|
Answer : Resizing a web Browser inside a acces form
|
|
googled this for you
"RESIZING THE WEB BROWSER CONTROL Once you add the Microsoft Web Browser control, you may have trouble resizing. Here is a workaround for this apparent bug. If you can't resize your Web Browser control, select it and press Ctrl-X to cut the control from the form. Next, press Ctrl-V to copy it back to the form. Now, resize your control and save your form.
No one seems to understand why this simple cut-and-paste task does the trick, but it definitely does. Now you can resize it."
|
|
|
|