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

Search:

Type: Posts; User: AKE

Search: Search took 0.04 seconds.

  1. Replies
    10
    Views
    2,259

    Re: Strange stretching

    WM_SIZING was without break
  2. Replies
    10
    Views
    2,259

    Re: Strange stretching

    Nothing in Windows Event Viewer
  3. Replies
    10
    Views
    2,259

    Re: Strange stretching

    What is Windows Event Viewer?
  4. Replies
    10
    Views
    2,259

    Re: Strange stretching

    VictorN,
    Without any message. Only disappear :(
  5. Replies
    10
    Views
    2,259

    Re: Strange stretching

    hsb - handle of status bar.
    I tried comment "SendMessage(hsb, WM_SIZE, 0, 0);" - it didn't help me.
  6. Replies
    10
    Views
    2,259

    [RESOLVED] Strange stretching

    Strange behaviour of my application.
    In windows 7 - all work
    In windows xp after stretching main window - application close.
    Code of sizing:


    case WM_SIZE:
    SendMessage(hsb, WM_SIZE,...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured