Results 1 to 2 of 2

Thread: Refresh By HWND??

  1. #1

    Thread Starter
    PowerPoster i00's Avatar
    Join Date
    Mar 2002
    Location
    1/2 way accross the galaxy.. and then some
    Posts
    2,390

    Refresh By HWND??

    there is a refresh form thing in vb: me.Refresh
    ... but how do i refresh a window by it's window handler??

    (i want to refresh a non vb program)

  2. #2
    jim mcnamara
    Guest
    Code:
    Const WM_PAINT = &HF
    
    dim retval as long
    retval = SendMessage(hWnd, WM_PAINT, 0&,0&,0&)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width