4
Answers

Implementing a text box using GDI+

Photo of Administrator

Administrator

22y
5k
1
Hi, I am trying to implement a text box in GDI+ so that I can achieve similar behaviour to what tools like Visio and PowerPoint provide. I want my user to be able to draw a shape on the screen and then add text to that shape. 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. Does anyone have any ideas about how I can achieve this? Cheers, bmac.

Answers (4)

0
Photo of Ramesh Palanivel
NA 9.5k 138.6k 8y
Hi Santosh,
 
Try this links, It may help you!..
 
https://www.codeproject.com/Tips/607801/SimpleplusChatplusprogramplusinplusC
 
http://www.c-sharpcorner.com/UploadFile/97ec13/how-to-make-a-chat-application-in-C-Sharp/