Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
GeneralRe: IsDigit( ) and IsSymbol( ) function in C# [modifed] Pin
Christian Graus19-May-06 23:20
protectorChristian Graus19-May-06 23:20 
GeneralRe: IsDigit( ) and IsSymbol( ) function in C# [modifed] Pin
Rizwan Rathore19-May-06 23:52
Rizwan Rathore19-May-06 23:52 
QuestionCustom text edit control??? Pin
Cristoff19-May-06 22:17
Cristoff19-May-06 22:17 
AnswerRe: Custom text edit control??? Pin
Christian Graus19-May-06 22:30
protectorChristian Graus19-May-06 22:30 
GeneralRe: Custom text edit control??? [modifed] Pin
Cristoff19-May-06 23:58
Cristoff19-May-06 23:58 
AnswerRe: Custom text edit control??? Pin
leppie20-May-06 4:26
leppie20-May-06 4:26 
GeneralRe: Custom text edit control??? [modifed] Pin
Cristoff20-May-06 5:02
Cristoff20-May-06 5:02 
GeneralRe: Custom text edit control??? [modifed] Pin
leppie20-May-06 5:33
leppie20-May-06 5:33 
Cristoff wrote:
much time have you spent researching, planning and creating it?


It had a few incarnations, so I am not really sure Unsure | :~ The project has been ongoing now for over 3 years Smile | :)

Cristoff wrote:
Have you ever thought writing an article about it?


Dreamt about it, yes alot! Reality, it's so much info to transfer, I am not sure I will be able to ever explain it all to anyone Hmmm | :|

I have decided to start writing small parts for documentation and post it to my blog. Hopefully one day all the info I have prodived on the blog can be compiled and edited Smile | :)

What I suggest, start off with a string[] for the lines, do a simple DrawString for the text. Find out what metrics you need like line height, and familiarize yourself with that. Then move on to selecting text, you will need some form of MeasureString here. After that make the caret, if needed, some people simply PInvoke this functionality. Finally if editing is required, do that. And then only start messing with colors and such.

Hope this helps a bit, I used a similar path. Smile | :)


GeneralRe: Custom text edit control??? [modifed] Pin
Rei Miyasaka20-May-06 8:57
Rei Miyasaka20-May-06 8:57 
GeneralRe: Custom text edit control??? [modifed] Pin
Cristoff20-May-06 15:03
Cristoff20-May-06 15:03 
Questionmessagebox with yes or no using c# in asp.net [modifed] Pin
ayyp19-May-06 21:50
ayyp19-May-06 21:50 
AnswerRe: messagebox with yes or no using c# in asp.net [modifed] Pin
Christian Graus19-May-06 22:28
protectorChristian Graus19-May-06 22:28 
AnswerRe: messagebox with yes or no using c# in asp.net [modifed] Pin
Christian Graus19-May-06 22:44
protectorChristian Graus19-May-06 22:44 
Questionhow to use compiler class in c# Pin
waheed awan19-May-06 21:24
waheed awan19-May-06 21:24 
AnswerRe: how to use compiler class in c# Pin
Stefan Troschuetz19-May-06 21:34
Stefan Troschuetz19-May-06 21:34 
Questionneed help in using Reference type for pointers Pin
Ashraj198219-May-06 21:01
Ashraj198219-May-06 21:01 
AnswerRe: need help in using Reference type for pointers Pin
Christian Graus19-May-06 21:47
protectorChristian Graus19-May-06 21:47 
QuestionDatagrid cell value................. Pin
Nagraj Naik19-May-06 20:34
Nagraj Naik19-May-06 20:34 
QuestionMake a DataGrid's row pointer to invisible [modifed] Pin
Inquire2you19-May-06 19:57
Inquire2you19-May-06 19:57 
QuestionAdding dynamic radiobutton to a gridview Pin
Ritaa19-May-06 19:35
Ritaa19-May-06 19:35 
AnswerRe: Adding dynamic radiobutton to a gridview Pin
coolestCoder19-May-06 21:22
coolestCoder19-May-06 21:22 
GeneralRe: Adding dynamic radiobutton to a gridview [modified] Pin
Ritaa21-May-06 0:30
Ritaa21-May-06 0:30 
QuestionPassing an array to a class Pin
teejayem19-May-06 13:40
teejayem19-May-06 13:40 
AnswerRe: Passing an array to a class Pin
Al Ortega19-May-06 14:33
Al Ortega19-May-06 14:33 
QuestionLast Modified date of an External webpage Pin
Patricker19-May-06 13:10
Patricker19-May-06 13:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.