Thread: Question about custom GUI "things"

  1. #1
    TEIAM - problem solved
    Join Date
    Apr 2012
    Location
    Melbourne Australia
    Posts
    1,907

    Question about custom GUI "things"

    Hey all,

    I want to create an object that uses visual C#'s Numeric Up/Down and a Track bar.

    The reason is that I have a GUI that uses lots of these linked together with events and I want a common event handler for all of them.

    Maybe just adding a property that is a Numeric Up/Down in the Track bar and vice-versa will allow me to create a common event for all of these pairs.

    Any advice/links would be most appreciated.
    Fact - Beethoven wrote his first symphony in C

  2. #2
    TEIAM - problem solved
    Join Date
    Apr 2012
    Location
    Melbourne Australia
    Posts
    1,907
    I've found this Walkthrough: Inheriting from a Windows Forms Control with Visual C#

    Maybe linking each paired Numeric up/down with its Track bar is the best option.
    Fact - Beethoven wrote his first symphony in C

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Homework - "custom" array
    By Wheaties in forum C Programming
    Replies: 19
    Last Post: 03-14-2011, 08:21 AM
  2. Replies: 1
    Last Post: 12-05-2008, 02:51 PM
  3. error with custom "chomp" function
    By kinghajj in forum C Programming
    Replies: 12
    Last Post: 01-05-2004, 08:52 AM
  4. "itoa"-"_itoa" , "inp"-"_inp", Why some functions have "
    By L.O.K. in forum Windows Programming
    Replies: 5
    Last Post: 12-08-2002, 08:25 AM
  5. "CWnd"-"HWnd","CBitmap"-"HBitmap"...., What is mean by "
    By L.O.K. in forum Windows Programming
    Replies: 2
    Last Post: 12-04-2002, 07:59 AM