Results 1 to 2 of 2

Thread: How can I have all all apps to be refreshed on changed workspace size

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2001
    Location
    London
    Posts
    35

    How can I have all all apps to be refreshed on changed workspace size

    I've added code to my project to resize the desktop, but can't seem to have all apps automatically refreshing with change. Any ideas.

  2. #2
    Frenzied Member Mega_Man's Avatar
    Join Date
    Mar 2001
    Location
    North of England, South-East of Iceland
    Posts
    1,067
    You could try repainting the desktop
    VB Code:
    1. Private Declare Function InvalidateRect Lib "user32" (ByVal hwnd As Long, lpRect As Long, ByVal bErase As Long) As Long
    2.  
    3. 'Function call
    4. InvalidateRect 0&, 0&, False
    "If at first you don't succeed, then skydiving is not for you"

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