The "PropBag" VB sample is a sample DHTML Application. The documentation explains how to test the application, but I can't find anything explaining how to use it outside of VB.
I see that in the debugging tab of the PropBag project specifes that the application is tested in VB by starting the DHTMLPg1 component, but I don't know how to start that component outside of VB. I tried a VB script with the following:and that executes without an error, but does nothing else either. I assume I need to execute a method, but I don't know what method to execute.Code:Set Page1 = CreateObject("PropBag.DHTMLPg1")
Note that I asked this question about 25 hours ago in the CodeGuru forum; see: PropBag sample: how to execute.




Reply With Quote