I've been researching/coding how to add a WebBrowser to a Access form all day. I've made a lot of progress, but I ran into another problem I cannot seem to get around.
I'm working on handling pop-up windows (the web site my application will connect to has pop-ups that the user should have access to). I can't seem to change the Height of the webbrowser and it extends beyond the height of my access form--beyond the application-acceptable 600 pixel height also. Does anyone know a solution for this?
I'm using the Form_Open event, attempting to set the "Me.WebBrowser.Height"; as I step through the code it doesn't get set--like it's read-only or something.
I appreciate the help.
...SLeeP-DeP'd
I'm working on handling pop-up windows (the web site my application will connect to has pop-ups that the user should have access to). I can't seem to change the Height of the webbrowser and it extends beyond the height of my access form--beyond the application-acceptable 600 pixel height also. Does anyone know a solution for this?
I'm using the Form_Open event, attempting to set the "Me.WebBrowser.Height"; as I step through the code it doesn't get set--like it's read-only or something.
I appreciate the help.
...SLeeP-DeP'd