I had modified this long ago to allow me to change the text based on language selection.
The attached dll will work just like the old one, but it also has ConnToCaption property you can set
- Code: Select all
CtrlRoomSelector1.ConnToCaption(caption as string, right to left as bool)
so to set the caption blank, do something like:
- Code: Select all
CtrlRoomSelector1.ConnToCaption(VBNullString, False)
Also, the code for the original dll is posted on this site. You can download the project and mod it to how ever you want it.