G
Guest
Hello,
I am using a COM object which requires the use of Single Thread Apt.. I
have used this before in Windows/Console applications which have the Main[]
methods
[STAThread]
static void Main(string[] args)....
How can I use this in a regular web page?
thanks
I am using a COM object which requires the use of Single Thread Apt.. I
have used this before in Windows/Console applications which have the Main[]
methods
[STAThread]
static void Main(string[] args)....
How can I use this in a regular web page?
thanks