Results 1 to 8 of 8

Thread: [RESOLVED] Program in fullscreen show taskbar

Threaded View

  1. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2006
    Location
    Greater Manchester, UK
    Posts
    476

    Re: Program in fullscreen show taskbar

    I have found a code to show the taskbar but i cant get it to show it on form load, and when the form is refreshed it also dosent show.

    any suggestions

    code:
    Private Sub form load()
    'show th taskbar
    rtn = FindWindow("Shell_traywnd", "") 'get the Window
    Call SetWindowPos(rtn, 0, 0, 0, 0, 0, SWP_SHOWWINDOW) 'show the Taskbar
    End Sub
    Last edited by chris1990; Sep 28th, 2006 at 09:11 AM.

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