PDA

Click to See Complete Forum and Search --> : Power Point and VB


som432
Oct 2nd, 2002, 09:14 AM
Hello All

First I will explain functionality of my project and then the problem so that you will understand my problem better.

This a web based application where the user can create a ppt file on the web. The user will select the images/ slides which has to appear in the ppt file. Once he clicks Submit a text file will be created with the path to the selected slides.

Later I wrote a code in VB which runs in background watching a folder for a txt file. As soon as the text file is created it will pick up the slides path,create a ppt file and will insert them into ppt file.

This application is working fine on Power Point 97 verison, where as when I ran the application on Power Point 2002 the exe file didn't picked up the text file and it is not creating any ppt file.

Can any one of you guys can help me.


Thanks
Som