Click here to Skip to main content
16,010,876 members
Home / Discussions / C#
   

C#

 
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 
I can't believe I've spent half a day surfing and reading and still haven't figured this out.

What is the .Net equivallent of coding a VISUAL COMPONENT meant to run IN THE BROWSER. Nothing server-side, purely client-side. The server will be a simple, static HTML vending server, no ISS.

What I need to do is the following, it should be simple, but seems impossible!!!

- I need to place a legacy ActiveX control on a web page.

- I need to author, in C#, a component which runs IN THE BROWSER and accesses the ActiveX component, through COM/Intertop generated assemblies (I'm hoping that if I just toss the interop dll's into the same cab as the compoent and it'll just work).

Problem #1: I can't even figure out what the heck the .Net equivalent of an ActiveX control is, for running in the browser. At first it seemed like WebControls...but those have "runat=server"? Can somebody point me to some sample code, anywhere?

I've coded up a simple WebControl, but can't figure out if it's the right best, and if it is even how to insert it into a HTML page! The samples I've found show them going into asp pages as script, that's not what I want obviously. I'm wondering if I am supposed to be using a regular .Net Framework Component and IE can host it? I only need IE support. Can IE6 support .Net framework components?

Problem #2: Once I get the above working, it needs to be able to reference an ActiveX control which is also on the same page. How do I do this? Can I write some script in the webpage that "passes" the activeX control into the .net control? can the .net control enumerate items on the page and find it that way? How is this done, if at all?

Thanks in advance, I've been stuck on this for far too long.

Rhino


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 
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 
GeneralAttribute Usage Pin
Nnamdi Onyeyiri3-Aug-02 2:17
Nnamdi Onyeyiri3-Aug-02 2:17 
GeneralRe: Attribute Usage Pin
Andy Smith3-Aug-02 6:24
Andy Smith3-Aug-02 6:24 
GeneralHmm... this couldn't be right.... Pin
Ryan Cromwell2-Aug-02 8:29
Ryan Cromwell2-Aug-02 8:29 

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.