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

Search:

Type: Posts; User: Valerianel

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    12,065

    Re: How are these controls created ?

    I have found similar tabs in a project on github called mCtrl, i have just started to analyze the code and make something similar as i want and showed in picture that i attached. I noticed just the...
  2. Replies
    9
    Views
    12,065

    Re: How are these controls created ?

    I came myself to conclusion that only by owner-drawing can this be achieved.
    I thought maybe c# or wpf have such controls in stock. It takes thousands of lines of codes to achieve these effects in...
  3. Replies
    9
    Views
    12,065

    Re: How are these controls created ?

    Notice under tab text there is an indentation with red which says "2" after "Articles"
    I want to know how he painted the small indentation over tab text.
    The program is called "MetaTrader". Any...
  4. Replies
    9
    Views
    12,065

    Re: How are these controls created ?

    I mean the standard tab control in mfc and win32 or any other IDE i tried, does not have indentation with red as i circled in picture.
    Could it be owner drawn or maybe custom made control from...
  5. Replies
    9
    Views
    12,065

    How are these controls created ?

    Hello
    I wonder if anyone know in what language these tab controls are created and if they are owned-drawn or standard of any language ? There is no such controls in MFC or Win32 by default, notice...
  6. Replies
    5
    Views
    11,752

    Re: Cursor and Window position problem

    I want to create a smaller window below main window to act as a resizer button. The problem is that when the main window is moved, the smaller window below it is not sending correct resize position...
  7. Replies
    5
    Views
    11,752

    Re: Cursor and Window position problem

    Please watch this gif to see how the main window rect is losing control after is moved by bottom resizer
    https://ibb.co/TtTVZSM
  8. Replies
    5
    Views
    11,752

    Cursor and Window position problem

    I'm trying to create 2 windows and magnet them so they stay close to each other by 10px: the main window and bottom window. The bottom window act as a resizer for main window when user drag it....
Results 1 to 8 of 9





Click Here to Expand Forum to Full Width

Featured