You'd create a small VB.NET application that would be launched after the kiosk application is started. The VB.NET program would then call [api]ShowWindow[/api], after retrieving the button's window handle using [api]FindWindowEx[/api], and then terminate. [api]ShowWindow[/api] would only need to be called once, since the button will remain hidden even after the VB.NET application is closed.