I've posted a question in another forum earlier about a custom textbox control. I figured this forum is read more often and in the meantime I found some more details on the problem, so here I go:
I have created a custom control, inherited from the textbox control. My textbox pulses it's custom gradient background image whenever it has the focus to indicate which textbox has the focus (source code available for whoever wants to use it). It works very neat and looks great, except for one detail which gives me a headache!
The position of the blinking cursor in the textbox control doesn't position correctly with the typed text. It's either to far to the right or left, depending on the font size used. I've found what the cause is but can't correct it.
I use a graphics object to draw the text in the textbox, otherwise the text falls behind the image. I use the same font, size and position for the text (verified). When I don't draw the background image, the original text can be seen flickering through and I recognized it's font as being FixedSys. I've used many many debug.print's but the font always returns correctly, never FixedSys.
What's happening here? I'm lost.
Regards, Ruffnekk
---
Is it my imagination or do buffalo wings taste just like chicken?
I have created a custom control, inherited from the textbox control. My textbox pulses it's custom gradient background image whenever it has the focus to indicate which textbox has the focus (source code available for whoever wants to use it). It works very neat and looks great, except for one detail which gives me a headache!
The position of the blinking cursor in the textbox control doesn't position correctly with the typed text. It's either to far to the right or left, depending on the font size used. I've found what the cause is but can't correct it.
I use a graphics object to draw the text in the textbox, otherwise the text falls behind the image. I use the same font, size and position for the text (verified). When I don't draw the background image, the original text can be seen flickering through and I recognized it's font as being FixedSys. I've used many many debug.print's but the font always returns correctly, never FixedSys.
What's happening here? I'm lost.
Regards, Ruffnekk
---
Is it my imagination or do buffalo wings taste just like chicken?