Implementing a text box using GDI+

Feb 10 2005 1:26 AM
Hi, I am trying to implement a text box in GDI+ so that I can achieve similar behaviour to what tool like PowerPoint provide. I want my user to add a picture/image on the picture box and then add text to that picture/image. I need to have functionality that basically provides them with an interactive text box on the drawing page. This supports key presses, deletion of text, selection of text and placement of the text cursor so that the text should see like it has been placed on the picture/image. Does anyone have any ideas about how I can achieve this? Thank you, Abhay N.