تسجيل الدخول

مشاهدة النسخة كاملة : Howto write text into a picturebox on runtime



C# Programming
07-14-2009, 02:00 AM
Hi,
i try to build a user interface like Paint, or a primitive kind of it.
It should be possible to click onto a picturebox and write something to that ********.

I don't know where and when to initialise the textbox-object. Before runtime and just "activate" it when text is written, or dynamical if needed?
What is the best appoach to realise that the user can just click onto the picturebox (if the PrintText button was pressed) and get a curser where the text can be written.

Hopefully somebody can help.

Bye,
Michael