CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jozemaner

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    699

    Child control properties

    Hi. Does anyone knows if there's a way of adding the properties of a control to its parent? Without having to rewrite all the properties...
    For example, if I have an user control with a button...
  2. Re: Adding multiple images to a property of an usercontrol

    I know there's got to be a way to do this :P... but I just can't get it hehehehe.

    with the code...


    Private _imglst as ImageList.ImageCollection
    Public Property imglst as...
  3. Re: Adding multiple images to a property of an usercontrol

    Thanks for the answer, but I guess that's not what I need right now.

    What I need is to do this:
    1) Place an Usercontrol in the Mainform
    2) When you click on the Usercontrol, in the...
  4. Re: Adding multiple images to a property of an usercontrol ( Vb .net 2.0.5)

    Sorry, didn't get that. I'm a newbie in this stuff :P.

    I can't get the code...

    Public Property thelistofimages as (List of(), MyImageList)
    ...to work. I tried some variations, but nothing....
  5. Adding multiple images to a property of an usercontrol

    Hi.
    If anyone could help me, I would aprecciate that.
    I have an imagelist control in a usercontrol I made.
    I would like to create a property for this usercontrol, to select multiple images (in an...
  6. Newbie - Knob/Slider Ocx help [SharpDevelop 3.1 - .net fw 3.5 - vb]

    Hi!
    Newbie here.
    I searched in the forum but didn't find what I was looking for.
    What I need is some kind of control that when you click on it and move your mouse vertically (or horizontally) it...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured