G
Greg
i am trying to create an auto generated power point
presentation based on data submitted by users using asp. i
got it to work and the only problem i have is it takes a
very long time for a fairly small amount of data to be
processed. i ported code to vb and ran it localy, it looks
like the only way i can get it to work is by setting
powerpoint object to visible=true, as the result every
modification program makes to slide gets displayed, and i
think that is the major reason it takes so long to
generate the file since it has to refresh screen every
time. asp runs on webserver so videocard is very lame. is
there are any way to hide powerpoint or any other way
around it?
presentation based on data submitted by users using asp. i
got it to work and the only problem i have is it takes a
very long time for a fairly small amount of data to be
processed. i ported code to vb and ran it localy, it looks
like the only way i can get it to work is by setting
powerpoint object to visible=true, as the result every
modification program makes to slide gets displayed, and i
think that is the major reason it takes so long to
generate the file since it has to refresh screen every
time. asp runs on webserver so videocard is very lame. is
there are any way to hide powerpoint or any other way
around it?