Results 1 to 5 of 5

Thread: [2005] User Control's task

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2006
    Location
    Surabaya, Indonesia
    Posts
    163

    [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
    Attached Images Attached Images  

  2. #2
    Frenzied Member circuits2's Avatar
    Join Date
    Sep 2006
    Location
    Kansas City, MO
    Posts
    1,027

    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.
    Show the love! Click (rate this post) under my name if I was helpful.

    My CodeBank Submissions: How to create a User Control | Move a form between Multiple Monitors (Screens) | Remove the MDI Client Border | Using Report Viewer with Visual Studio 2012 Express

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Sep 2006
    Location
    Surabaya, Indonesia
    Posts
    163

    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
    Last edited by michaelrawi; Nov 17th, 2006 at 04:46 AM.

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width