Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
AnswerRe: activex .ocx with c# and visual studio .net Pin
Judah Gabriel Himango10-Feb-06 4:03
sponsorJudah Gabriel Himango10-Feb-06 4:03 
GeneralRe: activex .ocx with c# and visual studio .net Pin
kopi_b10-Feb-06 4:15
kopi_b10-Feb-06 4:15 
GeneralRe: activex .ocx with c# and visual studio .net Pin
Judah Gabriel Himango10-Feb-06 4:25
sponsorJudah Gabriel Himango10-Feb-06 4:25 
GeneralRe: activex .ocx with c# and visual studio .net Pin
kopi_b10-Feb-06 5:08
kopi_b10-Feb-06 5:08 
AnswerRe: activex .ocx with c# and visual studio .net Pin
Dave Kreskowiak10-Feb-06 5:38
mveDave Kreskowiak10-Feb-06 5:38 
GeneralRe: activex .ocx with c# and visual studio .net Pin
Judah Gabriel Himango10-Feb-06 6:03
sponsorJudah Gabriel Himango10-Feb-06 6:03 
GeneralRe: activex .ocx with c# and visual studio .net Pin
Judah Gabriel Himango10-Feb-06 6:32
sponsorJudah Gabriel Himango10-Feb-06 6:32 
GeneralRe: activex .ocx with c# and visual studio .net Pin
Dave Kreskowiak10-Feb-06 7:32
mveDave Kreskowiak10-Feb-06 7:32 
Judah Himango wrote:
Since one can build ActiveX control by exposing your type to COM


An ActiveX control is, for all intensive purposes, an OLE object that supports, at a minimum, the IUnknown interface.

You can exposed a .NET component to COM, but that doesn't make it an ActiveX control. You're actually just registering a COM Callable Wrapper for a .NET Assembly. By default, the standard wrapper automatically generates the interfaces for IUnknown, IDispatch, and INew, among others. Any of which can be overridden with a custom implementation, or removed entirely.

If his other app that needs these controls can work with a COM-exposed .NET component, great! Obviously, his clients will still have to have the .NET Framework installed for this thing to work. So knowing that, it kind of makes it a pain to write an "ActiveX" component in .NET, drop into a web page, and expect it to work on all clients. A normal ActiveX control doesn't really need any other support for it to work.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: activex .ocx with c# and visual studio .net Pin
Judah Gabriel Himango10-Feb-06 8:39
sponsorJudah Gabriel Himango10-Feb-06 8:39 
GeneralRe: activex .ocx with c# and visual studio .net Pin
Dave Kreskowiak10-Feb-06 8:41
mveDave Kreskowiak10-Feb-06 8:41 
GeneralRe: activex .ocx with c# and visual studio .net Pin
Judah Gabriel Himango10-Feb-06 9:08
sponsorJudah Gabriel Himango10-Feb-06 9:08 
QuestionNot accept numbers or string in textbox? Pin
WayKlaro!10-Feb-06 3:08
WayKlaro!10-Feb-06 3:08 
AnswerRe: Not accept numbers or string in textbox? Pin
Judah Gabriel Himango10-Feb-06 4:05
sponsorJudah Gabriel Himango10-Feb-06 4:05 
Questionapp.config Pin
fmardani10-Feb-06 2:48
fmardani10-Feb-06 2:48 
AnswerRe: app.config Pin
Judah Gabriel Himango10-Feb-06 4:06
sponsorJudah Gabriel Himango10-Feb-06 4:06 
AnswerRe: app.config Pin
SimonS10-Feb-06 6:14
SimonS10-Feb-06 6:14 
QuestionHow to insert a new column in anywhere of DataSet? Pin
bengoan10-Feb-06 2:25
bengoan10-Feb-06 2:25 
AnswerRe: How to insert a new column in anywhere of DataSet? Pin
Maqsood Ahmed10-Feb-06 4:37
Maqsood Ahmed10-Feb-06 4:37 
GeneralRe: How to insert a new column in anywhere of DataSet? Pin
bengoan10-Feb-06 23:18
bengoan10-Feb-06 23:18 
GeneralRe: How to insert a new column in anywhere of DataSet? Pin
Maqsood Ahmed12-Feb-06 19:37
Maqsood Ahmed12-Feb-06 19:37 
GeneralRe: How to insert a new column in anywhere of DataSet? Pin
bengoan15-Feb-06 18:06
bengoan15-Feb-06 18:06 
QuestionRead mouse buttons when opening form Pin
John Reinhold10-Feb-06 2:22
John Reinhold10-Feb-06 2:22 
AnswerRe: Read mouse buttons when opening form Pin
Judah Gabriel Himango10-Feb-06 4:22
sponsorJudah Gabriel Himango10-Feb-06 4:22 
QuestionCheck to see if VS 2005 is installed? Pin
daktmacfan10-Feb-06 2:15
daktmacfan10-Feb-06 2:15 
AnswerRe: Check to see if VS 2005 is installed? Pin
Judah Gabriel Himango10-Feb-06 5:10
sponsorJudah Gabriel Himango10-Feb-06 5:10 

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.