F
Fade
In my app, I use clipboard to paste some html text into ppt. The
program runs correctly in VS2005 development server, and IIS 5.1 in
WinXP SP2. But it failed on WinServer 2003. The thread blocks when any
clipboard functions are called.( ClipBoard operations must be in a STA
thread, so I create a new thread to do it)
What should I do if I want to use clipboard in IIS 6? Is there any
config work about clipboard permission need to be done?
By the way, is there any way of showing html in ppt without using the
troublesome clipboard?
program runs correctly in VS2005 development server, and IIS 5.1 in
WinXP SP2. But it failed on WinServer 2003. The thread blocks when any
clipboard functions are called.( ClipBoard operations must be in a STA
thread, so I create a new thread to do it)
What should I do if I want to use clipboard in IIS 6? Is there any
config work about clipboard permission need to be done?
By the way, is there any way of showing html in ppt without using the
troublesome clipboard?