I have a combobox that I use as a url address bar in my app. The problem I am having is I can't use my mouse to highlight certain parts of the text. When I click on the text, it is all highlighted, but then when I try to click at the end of the text and drag my mouse over it as to highlight certain parts of it, it doesn't work.

For example, if I have this text in the combobox:
http://www.vbforums.com/something.htm
and I want to highlight the /something.htm part of it so I can delete it, I can't. I would have to position the cursor at the end, and push the backspace key.

Is there a way to fix this?