1 Attachment(s)
[2005] User Control's task
I want to make a user control which has a task like my attached image.
I've searched over MSDN, and can't find anything. All I know (maybe), that it has something to do with application setting. Can anyone give or know any tutorial about this ? An application sample would be great too.
Thanks
Michael
Re: [2005] User Control's task
What exactly are you trying to achieve by using the task? Can you not just create a user control with a PictureBox on it? If the PictureBox is the only thing on the control then you could just use the PictureBox on your form. Please ellaborate.
Re: [2005] User Control's task
I'm not 100% sure about this but I believe that they are called Smart Tasks and that they are created by extending the IDE itself, rather than anything contained in your actual components. I believe that you would require the Visual Studio 2005 SDK to created Smart Tasks for your own components.
Re: [2005] User Control's task
@circuits2:
I want to make my own usercontrol, but can have it's own smart task (that's what it's name right ? ). That's why, I want to know how to make it.
I saw Ascendnet componet (created in C#) from CodePlex been able to use this smart task. So, I conclude that VS2005 programmer can make this too.
@jmcilhinney:
So I have to have those SDK ? Well, suprised that I actually have already installed it :) . So, that's the SDK use for ? But still, I lack of reference and sample that I need. Can you give some reference, sample (link or some little sample would be great) ?
EDIT: OMG, I've just realized that you include Ascendnet component from your signature :p
Re: [2005] User Control's task
I don't know more than I've already posted. I haven't downloaded the VS SDK myself so I haven't looked at any documentation it may have.