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

Search:

Type: Posts; User: Lexis

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    426

    Yes, already digging in this direction....

    Yes, already digging in this direction.
    http://www.codeproject.com/system/hooksys.asp

    Thanks!
  2. Replies
    2
    Views
    3,140

    Thanks a lot! Working perfect with: dwStyle &=...

    Thanks a lot! Working perfect with:
    dwStyle &= ~WS_OVERLAPPEDWINDOW;
  3. Replies
    2
    Views
    3,140

    Removing Non-Client area of a window

    How can I remove non-client area of a window (border, title), which belongs to another process (separate application)? I have only HWND of that window, and cutting its DC using...
  4. Replies
    2
    Views
    426

    Handling of window opening

    1) How to handle opening of a window, which belongs to another process (separate application)? The window has unique title, but not unique class. I need more intelligent way, than just calling...
  5. Replies
    15
    Views
    10,143

    First one - is a default result of placing...

    First one - is a default result of placing controls on CTabCtrl, and second - after use of hollow brush. You can see different background colors on a first image, that's the problem and it resolved...
  6. Replies
    15
    Views
    10,143

    Yeah, if I set it to classic style - the tabs bg...

    Yeah, if I set it to classic style - the tabs bg color is the same as bg color of dialog, statics, spin and all other controls, so then I have no problem, but when I use theme - tabs are painted...
  7. Replies
    15
    Views
    10,143

    What about other controls?

    Oh yes, it shows statics really right with hollow brush, but what about other controls? I am using check & option boxes, spin and group box, all of them shown wrong and using hollow brush doesn't...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured