The information in this article applies to:
SYMPTOMSWhen running Visual Basic Dynamic HTML (DHTML) Projects on machines with Internet Explorer 5 or later installed, the following error message appears: This error occurs while calling PutProperty or GetProperty functions generated by the default template of Visual Basic. CAUSEThe first parameter of the above two functions is of type HTMLDocument and BaseWindow.Document cannot be passed to it. RESOLUTIONChange the first parameter of the PutProperty and the GetProperty declaration objDocument As HTMLDocument to objDocument As Object. As in the following example:
MORE INFORMATIONSteps to Reproduce Behavior
REFERENCESFor more information, please see the MSDN Web Workshop: http://msdn.microsoft.com/workshop/default.asp For additional information, click the article numbers below to view the articles in the Microsoft Knowledge Base: Q190249 INFO: VB 6.0 Readme Part 9: DHTML Page Designer Issues Q190050 PRB: BuildFile Property of DHTML Application Is Missing Additional query words: page designer putproperty getproperty
Keywords : kbMSHTML kbVBp600 kbGrpInet kbIE500bug kbDSupport |
Last Reviewed: December 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |