|
-
Sep 27th, 2006, 07:10 PM
#4
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|