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

Search:

Type: Posts; User: CoolPG

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    8,638

    Re: Paint outside of WNDPROC

    OK Vlad.. can you be a lil more specific? :)

    because i have read somewhere that a Window's handle can change dynamically... i hope, its in an MSDN article or somewhere...

    So, can you please...
  2. Replies
    6
    Views
    8,638

    Re: Paint outside of WNDPROC

    No need to declare the Window handle itself Global. Instead you can have a dummy temp HWND variable as global, and just assign the Handle to it. So, you can use the copy of original hWnd variable for...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured