Thread: Custom Controls

  1. #1

    Custom Controls

    Does such a place exist where you can grab custom controls that are just pure api with no MFC?

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    Here's an example you can dig into.
    The rest of the site is mostly MFC however.

    Here's a technical article on subclassing.

    This article discusses subclassing of common controls.

    Should be enough to get your learn on.

    Why use someone else's crappy control when you can make your own - and learn alot in the process

    gg

  3. #3
    Originally posted by Codeplug
    Why use someone else's crappy control when you can make your own - and learn alot in the process
    I was hoping to find some good exaples to improve my own controls, which although are coming along steadily are at this point in time completely useless for the lack of better words.

  4. #4
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    Any particular type of control?

    I might have an example (of how not to do it).
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

  5. #5
    Bar controls mainly.

  6. #6
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    Is there any reason you don't use MFC?

    It is quicker and easier to use but does not give you the understanding of the WIN32 API that allows realy uneque looking apps.
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

  7. #7
    Well the main reason is that I don't have MSVC++. Of course I could do it but I see no real reason at this time because like you said you don't get the same understanding of the API.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Unable to remotly register my custom controls.
    By Yarin in forum Windows Programming
    Replies: 8
    Last Post: 08-13-2007, 12:20 PM
  2. custom controls
    By eXistenZ in forum Windows Programming
    Replies: 5
    Last Post: 04-18-2005, 06:09 AM
  3. Creating Custom Controls
    By Grayson_Peddie in forum C# Programming
    Replies: 1
    Last Post: 12-29-2003, 01:41 PM
  4. Custom controls
    By Mithoric in forum Windows Programming
    Replies: 3
    Last Post: 12-02-2003, 04:58 AM
  5. I need help disabling Keyboard and Mouse input on Edit controls
    By Templario in forum Windows Programming
    Replies: 4
    Last Post: 01-07-2003, 12:59 AM