Well, I don't think its either a simple problem or that anybody else has
tried to do this before. I think your best bet would be to pop up a form
that takes the imput rather than try to fool the user into thinking they are
manipulating the text on the image itself. Good luck on the prob, tho.
> Maybe I wasn't making myself clear enough so I'll try to explain once
> more.
[quoted text clipped - 13 lines]
>
> - Peder -
pyda001@ec.auckland.ac.nz - 30 Jun 2006 23:02 GMT
Well, I never said I thought it would be a simple problem. On the
contrary. However, the dialog-box solution is exactly what I want to
avoid. I'm making a "presentation program light" as my thesis project
and would like to mimic the PowerPoint-style textboxes. They should
support in-place editing or the interface will become a joke. So far
I'm just out fishing for ideas on how to do this. I can picture
developing a new control which behaves almost exactly like the
RichTextBox, but that uses drawstring to refresh the graphics instead
of the built-in rendering of the RichTextBox. However, this will mean a
hellofalot of work if you take into account all the different events,
mouse selecting of text, cutting, copying, pasting, indenting,
bulleting, and so on.
- Peder -