Search:

Type: Posts; User: iWizardPro

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    2,792

    How would I go about implementing that code? I am...

    How would I go about implementing that code? I am not getting the WM_DRAWITEM message.
  2. Replies
    5
    Views
    2,792

    Static Text on Tab Controls

    Hello Everybody.

    I currently have a tab control that has a static control that is made for each tab. Then each static text is then added onto the static control to make it possible for tab...
  3. Replies
    1
    Views
    1,742

    Tab Control Text

    Now that I have created a tab control, I am trying to add static text to the tab control. But, I am not exactly sure as to how I can make it so that it is only added to one of the tabs. And I am...
  4. Replies
    1
    Views
    1,114

    #define DLLEXPORT __declspec(dllexport) That will...

    #define DLLEXPORT __declspec(dllexport) That will help to make it more neat and tidy.

    Then use the following for all functions:

    DLLEXPORT double function(void)
  5. Replies
    1
    Views
    4,699

    C++ Formating Tab Control

    Hello everybody.

    I am trying to format my tab control that I am making. I am currently using CreateWindowEX to create the tab control.


    hwnd_tabs =...
Results 1 to 5 of 5