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

Search:

Type: Posts; User: AKE

Page 1 of 8 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    1,334

    Re: How make line insteed item of menu?

    Thanks.
  2. Replies
    2
    Views
    1,334

    [RESOLVED] How make line insteed item of menu?

    I think such
    AppendMenu(menu_file, MF_STRING, 1002, L"-");
    but it only insert "-". How correctly? Thanks
  3. Re: Are Unregistreated guests viewed in Viewes under theme?

    Ok,
    Unregistreated guests who viewed a theme are added to Label "Views"?
  4. Replies
    1
    Views
    894

    Why it is absent Delphi part?

    Why it is absent Delphi part? I like Delphi.
  5. Are Unregistreated guests viewed in Viewes under theme?

    Unregistreated guests is viewed in Viewes under theme?
  6. How simplicity read text file,which contain one or three values?

    Text file can conain one or three integer values in string. How correctly and simplicity read this string?
  7. Replies
    10
    Views
    2,200

    Re: Strange stretching

    WM_SIZING was without break
  8. Replies
    10
    Views
    2,200

    Re: Strange stretching

    Nothing in Windows Event Viewer
  9. Replies
    10
    Views
    2,200

    Re: Strange stretching

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

    Re: Strange stretching

    VictorN,
    Without any message. Only disappear :(
  11. Replies
    10
    Views
    2,200

    Re: Strange stretching

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

    [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,...
  13. Re: Why this code don't chage size of control?

    Hwnd_bottom
  14. Re: How catch the moment when form is stretching?

    Wm_size
  15. [RESOLVED] Why this code don't chage size of control?

    case WM_SIZE:
    SendMessage(hsb, WM_SIZE, 0, 0);
    {RECT WindowRect;
    GetWindowRect(hwnd, &WindowRect);
    int width = WindowRect.right-WindowRect.left;
    SetWindowPos(hProgress,...
  16. [RESOLVED] How catch the moment when form is stretching?

    How catch moment when form is stretching?
  17. Replies
    1
    Views
    1,073

    Re: Russian symbols in dialog

    I had changed dialog language on russian - no all work!
  18. Replies
    1
    Views
    1,073

    [RESOLVED] Russian symbols in dialog

    I had entered russian symbols in ABOUT_DIALOG static text. But when I run program it had "?????????????" instead text. What is problem? I tried change font, it didn't help me.
    Inspite of in other...
  19. Thread: Why error?

    by AKE
    Replies
    2
    Views
    1,121

    Re: Why error?

    I have changed define on int - now all work.
  20. Thread: Why error?

    by AKE
    Replies
    2
    Views
    1,121

    Re: Why error?

    Such work
    [CODE]
    hOpenAndTransfer = CreateWindow(L"button", L"Открыть и передать",
    WS_CHILD | WS_VISIBLE,
    20, 20, 180, 25,
    hwnd, NULL, hInst, NULL);
    [\CODE]
    Why error?
  21. Thread: Why error?

    by AKE
    Replies
    2
    Views
    1,121

    Why error?

    [CODE]
    hOpenAndTransfer = CreateWindow(L"button", L"Открыть и передать",
    WS_CHILD | WS_VISIBLE,
    20, 20, 180, 25,
    hwnd, (HMENU) ID1, hInst, NULL);
    [\CODE]...
  22. Replies
    11
    Views
    2,558

    Re: How make 3d visualisation in window?

    VictorN,
    It's other programmer, which give this work.
  23. Replies
    11
    Views
    2,558

    Re: How make 3d visualisation in window?

    VictorN, I didn't view other computer.
  24. Replies
    11
    Views
    2,558

    Re: How make 3d visualisation in window?

    VictorN, and how attach it to a project?
  25. Replies
    11
    Views
    2,558

    Re: How make 3d visualisation in window?

    VictorN,
    On my computer - 3d
    On other computer (I didn't test it) - not 3d.
    I need api function for this effect.
Results 1 to 25 of 181
Page 1 of 8 1 2 3 4





Click Here to Expand Forum to Full Width

Featured