When I try:
Public TIP As New TextInputPanel
TIP.SetInPlaceVisibility True
I get the following error: -2147467259 (80004005)
I would like to be able to bring up (or hide) the TIP at will. I'd prefer a method that doesn't require external references (so my programs would still work on non-Tablet PCs)
I don't suppose anyone knows how to do this? I don't want to have to simulate the mouse clicking the TIP icon on the taskbar. It would be very inelegant