Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Client Side ActiveX control

Reply
Thread Tools

Client Side ActiveX control

 
 
ESPN Lover
Guest
Posts: n/a
 
      10-20-2004
I need a good primer in how to program an ActiveX control that is launched
client side to communicate with the server. I've read thru three C# books
and none of them even touch on the subject. I've searched web sites and
found nothing. Is client side ActiveX programs on the way out? Is there
any online examples of how to code an ActiveX control to take to the server?


 
Reply With Quote
 
 
 
 
=?Utf-8?B?U2NvdHQgU2ltb25z?=
Guest
Posts: n/a
 
      10-20-2004
In my opinion, Active X controls were always a bad idea and always will be.
They seem to definately be on the way out now.
 
Reply With Quote
 
 
 
 
Kevin Spencer
Guest
Posts: n/a
 
      10-20-2004
ActiveX Controls are COM, which is why you can't find anything about them in
C# books. The following MSDN article should be helpful to you:

http://msdn.microsoft.com/library/de...n_actxcont.asp

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living

"ESPN Lover" <> wrote in message
news:#...
> I need a good primer in how to program an ActiveX control that is launched
> client side to communicate with the server. I've read thru three C# books
> and none of them even touch on the subject. I've searched web sites and
> found nothing. Is client side ActiveX programs on the way out? Is there
> any online examples of how to code an ActiveX control to take to the

server?
>
>



 
Reply With Quote
 
ESPN Lover
Guest
Posts: n/a
 
      10-20-2004
So what would be my alternative then. I need to prorgam a couple of things
that I can only think of that would work in an ActiveX control type of
scenario. Such as for interactive games nand multi-user games where there
would be need for a server side push rather than a client side pull. Any
ideas on how to do this in .NET?


"Scott Simons" <Scott.Simons.At.MealMagic.Com.Remove.This> wrote in message
news:6C900104-F670-4413-A40F-...
> In my opinion, Active X controls were always a bad idea and always will

be.
> They seem to definately be on the way out now.



 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      10-20-2004
ActiveX controls are "definately" fine, and are far more common than some
people might think, just not as common in web pages. They only work in IE,
but other than that, they are fine. Windows Update, for example, uses an
ActiveX control to find out what updates are already installed on your
computer. Alternatives to ActiveX include Java applets and embedded .Net
Windows Forms, which require an ActiveX Control to work.

However, if you're talking about writing a multi-player game, your best bet
is to go with a thick client, such as an executable app on the client
machine.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living

"ESPN Lover" <> wrote in message
news:...
> So what would be my alternative then. I need to prorgam a couple of

things
> that I can only think of that would work in an ActiveX control type of
> scenario. Such as for interactive games nand multi-user games where there
> would be need for a server side push rather than a client side pull. Any
> ideas on how to do this in .NET?
>
>
> "Scott Simons" <Scott.Simons.At.MealMagic.Com.Remove.This> wrote in

message
> news:6C900104-F670-4413-A40F-...
> > In my opinion, Active X controls were always a bad idea and always will

> be.
> > They seem to definately be on the way out now.

>
>



 
Reply With Quote
 
ESPN Lover
Guest
Posts: n/a
 
      10-21-2004
Can ActiveX controls be written and compiled in .NET languages like csharp
and server from ASPX pages? If so, how do I get started?


"Kevin Spencer" <> wrote in message
news:...
> ActiveX controls are "definately" fine, and are far more common than some
> people might think, just not as common in web pages. They only work in IE,
> but other than that, they are fine. Windows Update, for example, uses an
> ActiveX control to find out what updates are already installed on your
> computer. Alternatives to ActiveX include Java applets and embedded .Net
> Windows Forms, which require an ActiveX Control to work.
>
> However, if you're talking about writing a multi-player game, your best

bet
> is to go with a thick client, such as an executable app on the client
> machine.
>
> --
> HTH,
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> I get paid good money to
> solve puzzles for a living
>
> "ESPN Lover" <> wrote in message
> news:...
> > So what would be my alternative then. I need to prorgam a couple of

> things
> > that I can only think of that would work in an ActiveX control type of
> > scenario. Such as for interactive games nand multi-user games where

there
> > would be need for a server side push rather than a client side pull.

Any
> > ideas on how to do this in .NET?
> >
> >
> > "Scott Simons" <Scott.Simons.At.MealMagic.Com.Remove.This> wrote in

> message
> > news:6C900104-F670-4413-A40F-...
> > > In my opinion, Active X controls were always a bad idea and always

will
> > be.
> > > They seem to definately be on the way out now.

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ActiveX control in python vs ActiveX control in vb 6 (piece of code) vml Python 0 08-22-2007 09:57 AM
ActiveX control contained in IE and starts a client side pplicatio =?Utf-8?B?ZGF2aWQ=?= ASP .Net 0 01-03-2006 09:53 PM
ActiveX apologetic Larry Seltzer... "Sun paid for malicious ActiveX code, and Firefox is bad, bad bad baad. please use ActiveX, it's secure and nice!" (ok, the last part is irony on my part) fernando.cassia@gmail.com Java 0 04-16-2005 10:05 PM
Passing parameters to client side ActiveX control Allan Cammish ASP .Net 1 11-06-2003 03:40 PM
begginer: Client-Side control vs ActiveX? AL ASP .Net Web Controls 0 07-07-2003 12:34 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57