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

Search:

Type: Posts; User: Sormik

Search: Search took 0.02 seconds.

  1. Re: How to create multiple trackbars each with its own custom bitmap thumb and channe

    Hi Victor,

    Thank you for your answer, I have found the solution, the problem lied in comparing the lpNMCustomDraw->hdr.hwndFrom to each trackbar window instead to hBitmapThumb hBitmapChannel.
  2. How to create multiple trackbars each with its own custom bitmap thumb and channel?

    As abeginner in WIN32 programming in C language, in my example below I am trying to create two trackbars with their own bitmaps for the thumb and channel:



    #include <Windows.h>
    #include...
  3. How to create custom trackbar control appearance(channel,thumb) using Custom Draw?

    Hello,

    I will state that I am a beginner in WIN32 programming and want to make custom drawing trackbar channel and thumb but without using MFC library, i.e. only with pure WIN32 in C/C++.
    ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured