So, anyone know a good way to do this? I don't want to ever see the cursor in my textbox, which I'm using as a label, because it has a .hWnd property and labels don't.

And no, setting

.Locked = False
or
.Enabled = False

won't work.

Cheers,
RJ