Click here to Skip to main content
15,918,742 members
Home / Discussions / C#
   

C#

 
GeneralRe: Designer time and Run time Pin
Paul Watson4-Aug-02 20:51
sitebuilderPaul Watson4-Aug-02 20:51 
GeneralRe: Designer time and Run time Pin
leppie4-Aug-02 9:38
leppie4-Aug-02 9:38 
GeneralRe: Designer time and Run time Pin
Rama Krishna Vavilala4-Aug-02 14:26
Rama Krishna Vavilala4-Aug-02 14:26 
GeneralRe: Designer time and Run time Pin
Nish Nishant4-Aug-02 14:33
sitebuilderNish Nishant4-Aug-02 14:33 
GeneralRe: Designer time and Run time Pin
James T. Johnson4-Aug-02 21:14
James T. Johnson4-Aug-02 21:14 
GeneralRe: Designer time and Run time Pin
Rama Krishna Vavilala5-Aug-02 3:38
Rama Krishna Vavilala5-Aug-02 3:38 
QuestionFont combo? Pin
Nish Nishant3-Aug-02 22:06
sitebuilderNish Nishant3-Aug-02 22:06 
AnswerRe: Font combo? Pin
Todd Smith4-Aug-02 3:23
Todd Smith4-Aug-02 3:23 
AnswerRe: Font combo? Pin
James T. Johnson4-Aug-02 4:10
James T. Johnson4-Aug-02 4:10 
GeneralQuestion about Control Pin
Li-kai Liu (Angus)3-Aug-02 16:55
Li-kai Liu (Angus)3-Aug-02 16:55 
Question6.Net equivalent of ActiveX control in browser? Pin
Anonymous3-Aug-02 12:51
Anonymous3-Aug-02 12:51 
AnswerRe: 6.Net equivalent of ActiveX control in browser? Pin
Todd Smith3-Aug-02 19:33
Todd Smith3-Aug-02 19:33 
GeneralRe: 6.Net equivalent of ActiveX control in browser? Pin
James T. Johnson4-Aug-02 4:34
James T. Johnson4-Aug-02 4:34 
AnswerRe: 6.Net equivalent of ActiveX control in browser? Pin
Rocky Moore3-Aug-02 21:58
Rocky Moore3-Aug-02 21:58 
GeneralRe: 6.Net equivalent of ActiveX control in browser? Pin
Anonymous4-Aug-02 3:01
Anonymous4-Aug-02 3:01 
GeneralRe: 6.Net equivalent of ActiveX control in browser? Pin
Todd Smith4-Aug-02 3:20
Todd Smith4-Aug-02 3:20 
GeneralRe: 6.Net equivalent of ActiveX control in browser? Pin
James T. Johnson4-Aug-02 4:41
James T. Johnson4-Aug-02 4:41 
GeneralRe: 6.Net equivalent of ActiveX control in browser? Pin
Anonymous4-Aug-02 6:00
Anonymous4-Aug-02 6:00 
I got close by trying a worksaround, but it's not quite working unfortunately. I got the idea from here:

http://msdn.microsoft.com/msdnmag/issues/02/07/NetSmartClients/default.asp

What I did was create a Windows Form which has the Active X instance on it. It actually works for some ActiveX controls, unfortunately the one I need can't be created when running under IEExec.exe due to threading model issue, it throws and IllegalThreadStateException or some such:

"Additional information: Could not instantiate ActiveX control 'fa13a9fa-ca9b-11d2-9780-00104b242ea3' because the current thread is not in a single-threaded apartment."

Does anybody know how to work around this latest snag? The .exe runs fine normally, but not through IE / IEExec.exe. Altering the threading model of the ActiveX is not an option, it's a vendors and I don't have the source.

So far what I've done is really easy, just build any old Windows Form application, then put the exe and all required associated assemblies up on a webserver. IE 5.5/6.0 can launch it directly and run via IEExec.exe, as long as .Net framework is installed.

Thanks,
Ryan

GeneralRe: 6.Net equivalent of ActiveX control in browser? Pin
Anonymous4-Aug-02 10:45
Anonymous4-Aug-02 10:45 
AnswerRe: 6.Net equivalent of ActiveX control in browser? Pin
Rama Krishna Vavilala5-Aug-02 12:11
Rama Krishna Vavilala5-Aug-02 12:11 
GeneralShortcut key Pin
Mazdak3-Aug-02 6:14
Mazdak3-Aug-02 6:14 
GeneralRe: Shortcut key Pin
Nnamdi Onyeyiri3-Aug-02 6:30
Nnamdi Onyeyiri3-Aug-02 6:30 
GeneralRe: Shortcut key Pin
Mazdak3-Aug-02 11:38
Mazdak3-Aug-02 11:38 
GeneralUnicode Pin
Mazdak3-Aug-02 4:49
Mazdak3-Aug-02 4:49 
GeneralRe: Unicode Pin
Mazdak3-Aug-02 5:32
Mazdak3-Aug-02 5:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.