Click here to Skip to main content
15,915,044 members
Home / Discussions / C#
   

C#

 
GeneralRe: MFC-like programming Pin
perrin486911-Sep-07 2:24
perrin486911-Sep-07 2:24 
AnswerRe: datagridview update database error Pin
Rocky#11-Sep-07 1:41
Rocky#11-Sep-07 1:41 
GeneralRe: datagridview update database error Pin
Rocky#11-Sep-07 2:23
Rocky#11-Sep-07 2:23 
GeneralRe: datagridview update database error Pin
Rocky#11-Sep-07 2:58
Rocky#11-Sep-07 2:58 
QuestionDraw shape Pin
udhyakumarm11-Sep-07 0:23
udhyakumarm11-Sep-07 0:23 
AnswerRe: Draw shape Pin
Christian Graus11-Sep-07 0:56
protectorChristian Graus11-Sep-07 0:56 
QuestionGet the Selected item from List view control Pin
udhyakumarm11-Sep-07 0:21
udhyakumarm11-Sep-07 0:21 
AnswerRe: Get the Selected item from List view control Pin
rohitsrivastava11-Sep-07 0:39
rohitsrivastava11-Sep-07 0:39 
GeneralRe: Get the Selected item from List view control Pin
udhyakumarm11-Sep-07 2:11
udhyakumarm11-Sep-07 2:11 
QuestionInserting a row into excel spreadsheet Pin
lourensG11-Sep-07 0:17
lourensG11-Sep-07 0:17 
AnswerRe: Inserting a row into excel spreadsheet Pin
Vikram A Punathambekar11-Sep-07 1:18
Vikram A Punathambekar11-Sep-07 1:18 
GeneralRe: Inserting a row into excel spreadsheet Pin
lourensG11-Sep-07 1:23
lourensG11-Sep-07 1:23 
QuestionRegarding telnet Pin
praveenkumar palla10-Sep-07 23:41
praveenkumar palla10-Sep-07 23:41 
AnswerRe: Regarding telnet Pin
Ermak8611-Sep-07 0:08
Ermak8611-Sep-07 0:08 
QuestionRe: Regarding telnet Pin
praveenkumar palla23-Sep-07 18:46
praveenkumar palla23-Sep-07 18:46 
QuestionInserting a row into excel spreadsheet Pin
lourensG10-Sep-07 23:25
lourensG10-Sep-07 23:25 
AnswerRe: Inserting a row into excel spreadsheet Pin
pmarfleet10-Sep-07 23:27
pmarfleet10-Sep-07 23:27 
GeneralRe: Inserting a row into excel spreadsheet Pin
lourensG10-Sep-07 23:43
lourensG10-Sep-07 23:43 
GeneralRe: Inserting a row into excel spreadsheet Pin
pmarfleet11-Sep-07 0:50
pmarfleet11-Sep-07 0:50 
GeneralRe: Inserting a row into excel spreadsheet Pin
Jimmanuel11-Sep-07 4:59
Jimmanuel11-Sep-07 4:59 
QuestionHow to cancel selection char in RichText control ? Pin
Yanshof10-Sep-07 23:17
Yanshof10-Sep-07 23:17 
AnswerRe: How to cancel selection char in RichText control ? Pin
Giorgi Dalakishvili10-Sep-07 23:33
mentorGiorgi Dalakishvili10-Sep-07 23:33 
AnswerRe: How to cancel selection char in RichText control ? Pin
Ermak8610-Sep-07 23:38
Ermak8610-Sep-07 23:38 
GeneralRe: How to cancel selection char in RichText control ? Pin
Yanshof11-Sep-07 18:08
Yanshof11-Sep-07 18:08 
GeneralRe: How to cancel selection char in RichText control ? Pin
Ermak8611-Sep-07 22:22
Ermak8611-Sep-07 22:22 
i think that i misunderstood your question.

do you want to not allow user to use his mouse to select some of the text in rich text box by his own? for example by mouse?

if so, i'd do that like this:

hold information about last selection made by you and a bool which states if you want to select something new now.
RichTextBox has an event: SelectionChanged. In this event if your bool is true do nothing, if the bool is false use code given by me in previous asnwer.

if it doesn't resolve your problem try to state it more accurately.

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.