Quick question regarding Hyperlinks.
On a form, if you don't want to be able to select or highlight a textbox, you set the disabled property to true.
I have a couple of textboxes, with some fairly long strings, that I require as a hyperlink to open a form.
I can't set the disabled propery to true, or I won't be able to click the link.
With the disabled property set to false, the textbox takes the focus whenever the form is clicked, and highlights the entire string. It looks crap.
Does anyone know how to disable the focus of a hyperlinked textbox?
On a form, if you don't want to be able to select or highlight a textbox, you set the disabled property to true.
I have a couple of textboxes, with some fairly long strings, that I require as a hyperlink to open a form.
I can't set the disabled propery to true, or I won't be able to click the link.
With the disabled property set to false, the textbox takes the focus whenever the form is clicked, and highlights the entire string. It looks crap.
Does anyone know how to disable the focus of a hyperlinked textbox?