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

Search:

Type: Posts; User: technogothica

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    5,864

    Re: Problem with Common Controls

    I've just noticed another problem. The line:


    CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "12_child_windows.manifest"

    ...should be in a resource script file (*.rc), not in a C/C++ module....
  2. Replies
    3
    Views
    5,864

    Re: Problem with Common Controls

    I would recommend calling InitCommonControls() before any windows are created or window classes registered, i.e. as the first line in WinMain:



    int WINAPI WinMain( HINSTANCE hInstance,...
  3. Replies
    0
    Views
    982

    Wrapping toolbar problem

    Hi all,

    I've set up a Toolbar control with the TBSTYLE_WRAPABLE style. On the parent window's WM_SIZE, I send TB_AUTOSIZE to the toolbar to get it to adjust its size accordingly. I then get the...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured