[Help} Killing a Widget and Showcase label problems

I use Avedesk 1.2 and am very happy with it with the exception of a few minor bugs, and love the showcase feature.

I use the showcase to hide all the icons I use to set things up. For instance, I hit F9 to bring them up, and up comes a button that brings up my dock, create margin, and destroy margin.

What I want to do is add a shortcut that can potentially kill a widget, or ave desk itself possibly. This is because I use the searchbar, and have it set to on top of all windows, but when I play a full screen game, there it is, and it's anoying, therefore forcing me to manually shut down Avedesk. So I was wondering if there was anyway to create a shortcut to kill a widget, and and then create another to bring it back up?

Secondly, the labels on my showcase buttons reset everynow and then. I have them set to dock, create margin, and destroy margin. And they reset to yzdock.exe createmargin.hie destroymargin.hie. Any suggestions?

Thanks in advance

#268073

I was able to fix the searchbar problem I was having by creating a new graphic, if anyone is interested I'll post it, however the second problem still remains at large. Any ideas?

#269338

Dim aveDesk' as AveDesk.Appplication

set aveDesk = CreateObject("AveDesk.Application")

aveDesk.Close

set aveDesk = nothing

#269348

Dim aveDesk' as AveDesk.Appplication
set aveDesk = CreateObject("AveDesk.Application")
aveDesk.Close
set aveDesk = nothing

this is neat tech-no info, where can a beginner apply this?

#269364

Save it in Booh.vbs and double click that file.

#269368