As a followup...I stumbled across this msdn article....it looks like it
cover exactly what I'm trying to do.
http://msdn.microsoft.com/msdnmag/is...h/default.aspx
"J Smithers" <A@B.COM> wrote in message
news:%23qcDEYzAFHA.3120@TK2MSFTNGP12.phx.gbl...[color=blue]
> From your earlier post I can see what you are generally up to. You might
> want to break it up into two tasks - first is your ActiveX control which
> you can develop in your VB6 IDE (your VB6 experience will help you there -
> along with the VB6 news groups) and then what should be a relatively
> simple task of imbedding it in an HTML or ASPX page via the <OBJECT> tag.
> AFAIK, you can't create an ActiveX control in .NET - as ActiveX is a COM
> technology (although .NET has wrappers for COM interop).
>
> Good Luck!
>
>
> "Rob T" <RTorcellini@DONTwalchemSPAM.com> wrote in message
> news:%23uyIjvyAFHA.2104@TK2MSFTNGP14.phx.gbl...[color=green]
>> I'm hoping someone can point me in the right direction...I've been
>> picking through MSDN all day and I'm more confused now what I was when I
>> started this! Hopefully I have the right terminology.... I'm a VB
>> programmer....C# is basically greek to me.........
>>
>> I want to create an ActiveX control. To keep it simple, let's say I want
>> a windows form that just has a label that says "Hello World". I would
>> like my web form to load this control and display it. I don't want it to
>> be a pop up or anything....just display it as part of the page.
>> Eventually I want to pass info back/forth to the control...but baby steps
>> are good for me!
>>
>> Are there any good examples or tutorials on how to do this?
>>
>> Thanks, Rob T.
>>[/color]
>
>[/color]