I need to display html info on an Access form. To do this I am using
the Micorsoft Web Browser control which uses shdocvw.dll
The problem with this is that
a. the control is not resizable. Once it has been position on the form
it cannot be resized and needs to be deleted and then reinserted. but
more importantly if the user resizes a form the control cannot be
resized accordingly
b. there is no way of printing the contents of the html on a report
Does anyone know of an alternative compenent (dll or ocx) that I could
use to solve either of these issues.
Alex
the Micorsoft Web Browser control which uses shdocvw.dll
The problem with this is that
a. the control is not resizable. Once it has been position on the form
it cannot be resized and needs to be deleted and then reinserted. but
more importantly if the user resizes a form the control cannot be
resized accordingly
b. there is no way of printing the contents of the html on a report
Does anyone know of an alternative compenent (dll or ocx) that I could
use to solve either of these issues.
Alex
Comment