Results 1 to 8 of 8

Thread: [RESOLVED] Program in fullscreen show taskbar

  1. #1

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

    Resolved [RESOLVED] Program in fullscreen show taskbar

    I have made a program to replace the windows desktop although i would like the taskbar to still be in view.

    The program is fullscreen so i think i need the code to show the taskbar.

    thanks chris1990

  2. #2
    PowerPoster
    Join Date
    Sep 2003
    Location
    Edmonton, AB, Canada
    Posts
    2,629

    Re: Program in fullscreen show taskbar

    depending on how you made it, and how you have your taskbar configured.. make sure the taskbar is always on top (right click on taskbar -> Properties), and make sure your program isn't always on top.. this should work, but in case it doesn't, make your program the height of the screen minus the size of your taskbar.

    this might not work on others' computers because it relies on how their taskbar is configured as well, so if they have a larger taskbar than you do your program won't be the right size.. but, if it's just for personal use then it should be fine.
    Like Archer? Check out some Sterling Archer quotes.

  3. #3

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

    Re: Program in fullscreen show taskbar

    thnks for your help, much appreciated

    but does any one else have any ideas as i would like it to work on my other pcs as well

    does anyone know any codes


    thnks

  4. #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.

  5. #5

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

    Re: Program in fullscreen show taskbar

    I have thought of a simpler explanation,

    I have a button on my form which shows the taskbar. Is there any way i can get the button "pressed" on form load or a code which brings the taskbar to the front

    "the form is fullscreen"

    thnks

  6. #6
    Oi, fat-rag! bushmobile's Avatar
    Join Date
    Mar 2004
    Location
    on the poop deck
    Posts
    5,592

    Re: Program in fullscreen show taskbar

    this might be a solution to your problem

  7. #7

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

    Re: Program in fullscreen show taskbar

    thank you very much i have bin looking for this code on the internet for ages


    would you be able to help me on my other problem plz
    http://www.vbforums.com/showthread.php?t=430379

  8. #8
    Oi, fat-rag! bushmobile's Avatar
    Join Date
    Mar 2004
    Location
    on the poop deck
    Posts
    5,592

    Re: [RESOLVED] Program in fullscreen show taskbar

    perhaps the "Always on Bottom" link in my sig can help 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