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.
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.
Show the love! Click (rate this post) under my name if I was helpful.
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.
@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
Last edited by michaelrawi; Nov 17th, 2006 at 04:46 AM.