I can get this working under a console application perfectly but , when I
addit to my asp.net application nothing copies to the clipboard I think it
has something to do with the application being in MTA HOW CAN I SET THIS TO
STA?
I am using
System.Threading.Thread.CurrentThread.ApartmentState=System.Threading.ApartmentState.STA;
and it remains to be MTA after I set this property can someone help?
> hi,
>
[quoted text clipped - 6 lines]
> > using C# so I can thumbnail these out is there something free that will allow
> > me to complete this task?
smilly - 30 Mar 2005 05:57 GMT
I got it all figured out so don't reply back and thanx for the help
> I can get this working under a console application perfectly but , when I
> addit to my asp.net application nothing copies to the clipboard I think it
[quoted text clipped - 15 lines]
> > > using C# so I can thumbnail these out is there something free that will allow
> > > me to complete this task?