|
-
Dec 21st, 2004, 02:06 AM
#1
Thread Starter
Member
PropBag sample: how to execute
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:
Code:
Set Page1 = CreateObject("PropBag.DHTMLPg1")
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.
Note that I asked this question about 25 hours ago in the CodeGuru forum; see: PropBag sample: how to execute.
-
Dec 21st, 2004, 04:36 AM
#2
Re: PropBag sample: how to execute
search the forum for property bag. I know a little about it, but not much.
what is the sample supposed to do?
-
Dec 21st, 2004, 09:56 PM
#3
Thread Starter
Member
Re: PropBag sample: how to execute
I did search the forum for "PropBag" and there are no messages about it. Searching for "property bag" would be totally useless. The PropBag sample does not use PropertyBags. It is called PropBag to confuse people.
I hope you are able to help, but since you don't know what a "DHTML Application" is and you have not looked at the sample, it is probably unlikely you can help. I will be grateful if you or anyone else can help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|