PDA

View Full Version : How do I have message display once


gschaefer
12-10-2003, 10:51 PM
I am creating a cd rom for limited distribution. It has to contain a distribution warning when the CD Rom starts. I used the on load command and put the information in a popup. That works great but everytime the person comes back to the initial page the information pops up again. How can I have this message display when the cd rom starts but not again until the entire cd rom is started again. Not just accessing the initial page. Any help would be appreciated. Thanks.

Gary

tbybee
12-10-2003, 11:06 PM
I would accomplish this by using a temporary registry setting the when the CD is run.

Although, an easier method would be to have 2 identical pages with the exception of the message popup box. When the program starts you use the first page that has the message box. From then on you always go to the second page, which is identical except for the message.

Tony

gschaefer
12-10-2003, 11:06 PM
I figured it out. Just made it part of the project so it loads before the cd rom. That way it is not part of the initial page. Thanks.

tbybee
12-10-2003, 11:08 PM
That's an even better solution. Good Job!!