Click here to Skip to main content
16,005,141 members
Home / Discussions / C#
   

C#

 
GeneralRe: Checking Remote File Size? Pin
Nick Parker16-Jul-04 8:54
protectorNick Parker16-Jul-04 8:54 
AnswerRe: Checking Remote File Size? Pin
LongRange.Shooter16-Jul-04 9:17
LongRange.Shooter16-Jul-04 9:17 
GeneralRe: Checking Remote File Size? Pin
Nick Parker16-Jul-04 9:32
protectorNick Parker16-Jul-04 9:32 
AnswerRe: Checking Remote File Size? Pin
Andy Brummer16-Jul-04 10:01
sitebuilderAndy Brummer16-Jul-04 10:01 
AnswerRe: Checking Remote File Size? Pin
Javier Lozano16-Jul-04 19:42
Javier Lozano16-Jul-04 19:42 
GeneralInsertion Point's location in a RichTextBox Pin
bneacetp16-Jul-04 7:07
bneacetp16-Jul-04 7:07 
GeneralRe: Insertion Point's location in a RichTextBox Pin
LongRange.Shooter16-Jul-04 9:41
LongRange.Shooter16-Jul-04 9:41 
GeneralRe: Insertion Point's location in a RichTextBox Pin
bneacetp16-Jul-04 9:49
bneacetp16-Jul-04 9:49 
Thanks for your help. I finally figured out how to do this and it might help others who might need or want to know how to do this. Below is the bit of code I used to get the Point location of the insertion point.

rchEdit.GetPositionFromCharIndex(rchEdit.SelectionStart)

This did it. GetPositionFromCharIndex(...) when passed the selection start index, returns a Point instance at the insertion point's index (or at the beginning of a selection).

Happy Programming and may God Bless!

"Your coding practices might be buggy, but your code is always right."

Internet::WWW::CodeProject::bneacetp
GeneralDirectoryServices - NT authentication Pin
Ruchi Gupta16-Jul-04 6:51
Ruchi Gupta16-Jul-04 6:51 
GeneralRe: DirectoryServices - NT authentication Pin
Member 76135316-Jul-04 7:05
Member 76135316-Jul-04 7:05 
GeneralExcel App In Win Form Pin
Mehbub16-Jul-04 6:36
Mehbub16-Jul-04 6:36 
GeneralRe: Excel App In Win Form Pin
LongRange.Shooter16-Jul-04 9:19
LongRange.Shooter16-Jul-04 9:19 
GeneralExcel App in Win Form Pin
Mehbub16-Jul-04 6:29
Mehbub16-Jul-04 6:29 
GeneralUser rights in .NET Pin
Member 76135316-Jul-04 5:57
Member 76135316-Jul-04 5:57 
GeneralRe: User rights in .NET Pin
Nick Parker16-Jul-04 6:25
protectorNick Parker16-Jul-04 6:25 
GeneralRe: User rights in .NET Pin
Member 76135316-Jul-04 6:51
Member 76135316-Jul-04 6:51 
GeneralRe: User rights in .NET Pin
Nick Parker16-Jul-04 8:19
protectorNick Parker16-Jul-04 8:19 
GeneralRe: User rights in .NET Pin
LongRange.Shooter16-Jul-04 9:24
LongRange.Shooter16-Jul-04 9:24 
QuestionHow To Change the cursor direction? Pin
kings_116-Jul-04 5:39
kings_116-Jul-04 5:39 
AnswerRe: How To Change the cursor direction? Pin
Nick Parker16-Jul-04 6:06
protectorNick Parker16-Jul-04 6:06 
GeneralRe: How To Change the cursor direction? Pin
kings_116-Jul-04 10:23
kings_116-Jul-04 10:23 
GeneralRe: How To Change the cursor direction? Pin
Nick Parker16-Jul-04 12:04
protectorNick Parker16-Jul-04 12:04 
AnswerRe: How To Change the cursor direction? Pin
LongRange.Shooter16-Jul-04 9:30
LongRange.Shooter16-Jul-04 9:30 
Generalreading access database Pin
funaki16-Jul-04 3:14
funaki16-Jul-04 3:14 
GeneralRe: reading access database Pin
Nick Parker16-Jul-04 3:46
protectorNick Parker16-Jul-04 3:46 

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.