The PropBag sample application demonstrates how to store state values between HTML pages in a DHTML application. See "Developing DHTML Applications," in the Building Internet Applications book of the Component Tools Guide for more information on the concepts in this sample.
File | Description |
PropBag.vbp | Main project for the sample application. |
DHTMLPage1.dsr | Designer for the first page in the application. In this application, there is no design-time HTML file because the source HTML is stored within the .dsr file until the project is compiled. |
DHTMLPage2.dsr | Designer for the second page in the application. In this application, there is no design-time HTML file because the source HTML is stored within the .dsr file until the project is compiled. |
DHTMLPage1.dsx | Binary version of DHTMLPage1.dsr. |
DHTMLPage2.dsx | Binary version of DHTMLPage2.dsr. |
Module1.bas | Module that contains the GetProperty and PutProperty functions used to store state information between pages. |
PropBag.DHTMLPage1.htm | Compiled version of the HTML page for the first page in the application. |
PropBag.DHTMLPage2.htm | Compiled version of the HTML page for the second page in the application. |
PropBag.dll | The compiled code for the project. |
PropBag.exp | The exports file generated when the project is compiled and linked. |
PropBag.lib | The static import library generated when the project is compiled and linked. |
From the Visual Basic File menu, choose Open Project and select the PropBag.vbp file, which is listed in the Samples directory. Press F5 or choose Start from the Run menu to run the application.