CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: user control

  1. #1
    Join Date
    Feb 2006
    Posts
    32

    Unhappy user control

    hi
    i want create a user control that display hscroll control and time axis scala that configer by giving the rang of time.

    for example :
    i want the control display the days from now to 1 week after so i could pic the spesiphic day by the scroller

    please help me

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: user control

    Quote Originally Posted by nati33
    hi
    i want create a user control that display hscroll control and time axis scala that configer by giving the rang of time.

    for example :
    i want the control display the days from now to 1 week after so i could pic the spesiphic day by the scroller

    please help me
    Why create a new control, use the NumbericUpDown control.

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

Featured