create ActiveX control with a picture box

  • Thread starter Thread starter Supriya
  • Start date Start date
S

Supriya

Hi ,
Can anybody give me some information on how to create an activeX Control
in C# with a Picturebox.
Thank you,
Supriya
 
Supriya,

What do you mean create an active x control with a picturebox? Do you
want to create a picturebox inside an active x control? Or do you want them
on the same control? What exactly are you trying to do?
 
Hi,
Thanks for the responce. Yes ,I wanted to create an ActiveX control with a
picturebox in c#.
Then I want to use it on the web page.
One more thing is I am not sure that whether to create Windows User
control or Web User Control.
I tried , but not succeeded.
Can you give me guidelines please.

Nicholas Paldino said:
Supriya,

What do you mean create an active x control with a picturebox? Do you
want to create a picturebox inside an active x control? Or do you want
them on the same control? What exactly are you trying to do?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Supriya said:
Hi ,
Can anybody give me some information on how to create an activeX Control
in C# with a Picturebox.
Thank you,
Supriya
 
Here is a link to get you started.
http://support.microsoft.com/kb/555687/en-us You can skip the event part in
the article and focus on embedding the windows user control in the web form.

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET - MS Press
Professional VSTO 2005 - Wrox/Wiley
OWC Black Book www.lulu.com/owc

Supriya said:
Hi,
Thanks for the responce. Yes ,I wanted to create an ActiveX control with
a picturebox in c#.
Then I want to use it on the web page.
One more thing is I am not sure that whether to create Windows User
control or Web User Control.
I tried , but not succeeded.
Can you give me guidelines please.

Nicholas Paldino said:
Supriya,

What do you mean create an active x control with a picturebox? Do you
want to create a picturebox inside an active x control? Or do you want
them on the same control? What exactly are you trying to do?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Supriya said:
Hi ,
Can anybody give me some information on how to create an activeX
Control in C# with a Picturebox.
Thank you,
Supriya
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top