Ok, long story short, my project of the day is to come up with a HTA (My choice due to the click images etc), that will be pushed out via group policy .. and that when the clients' computer users log into their laptop and b4 they see their desktop the HTA application is triggered FULL Screen.
right now what happens is the taskbar shows.. which freaks out management... they want to HTA Page to be completely covering the screen and NO Taskbar please.... ( as in NO ANCHOVIES PLEASE Song reference) .. but seriously
how do I have the HTA full screen over the TOP of the taskbar....
right now I have this and it isn't over the taskbar:
<hta:application
showintaskbar = "no"
caption = "no"
border = "thick"
contextmenu = "yes"
icon = "path_to_icon.ico"
innerborder = "no"
scroll = "no"
singleinstance = "yes"
resizable = "no"
windowState = "maximize"
>