P
Paul
I have been able to create a powerpoint app from a .net windows application,
do you know if this can be done with a .net web application?
I need to convert this line to something that would work in a .net web app.
Do While oApp.SlideShowWindows.Count >= 1
System.Windows.Forms.Application.DoEvents()
Loop
do you know if this can be done with a .net web application?
I need to convert this line to something that would work in a .net web app.
Do While oApp.SlideShowWindows.Count >= 1
System.Windows.Forms.Application.DoEvents()
Loop