Click here to Skip to main content
15,885,216 members
Home / Discussions / C#
   

C#

 
GeneralRe: Image Filesize in Web Page Pin
Ed.Poore19-Apr-06 9:11
Ed.Poore19-Apr-06 9:11 
GeneralRe: Image Filesize in Web Page Pin
dan21519-Apr-06 11:36
dan21519-Apr-06 11:36 
GeneralRe: Image Filesize in Web Page Pin
Ed.Poore19-Apr-06 11:59
Ed.Poore19-Apr-06 11:59 
QuestionDataGridView/DataSet problem... Pin
mrkeivan17-Apr-06 7:59
mrkeivan17-Apr-06 7:59 
AnswerRe: DataGridView/DataSet problem... Pin
Drew McGhie17-Apr-06 11:02
Drew McGhie17-Apr-06 11:02 
GeneralRe: DataGridView/DataSet problem... Pin
mrkeivan18-Apr-06 8:50
mrkeivan18-Apr-06 8:50 
QuestionRichTextBox - LinkHover Event? Pin
Tristan Rhodes17-Apr-06 7:58
Tristan Rhodes17-Apr-06 7:58 
AnswerRe: RichTextBox - LinkHover Event? Pin
Ed.Poore17-Apr-06 12:18
Ed.Poore17-Apr-06 12:18 
Why don't you try deriving from the RichTextBox and overriding the OnMouseMove method. You can then use RichTextBox.GetCharIndexFromPosition to get the character under the cursor and if it's a link then fire your custom LinkHover event (of course that's a simplified plan but it should get you started).

The only trouble I see at the moment is finding out the indexes of the links. I can't seem to find anything which lists them which suggests they are handled internally by the control.

So if you can solve the last problem then you're away (also this solution is managed rather than COM Interop)

Ed
QuestionHow to minimize a form Pin
mrkeivan17-Apr-06 7:56
mrkeivan17-Apr-06 7:56 
AnswerRe: How to minimize a form Pin
Eric Dahlvang17-Apr-06 10:42
Eric Dahlvang17-Apr-06 10:42 
AnswerRe: How to minimize a form Pin
3Dizard17-Apr-06 10:48
3Dizard17-Apr-06 10:48 
AnswerRe: How to minimize a form Pin
MSNFans17-Apr-06 18:02
MSNFans17-Apr-06 18:02 
QuestionDataTable and Update Pin
zaboboa17-Apr-06 7:15
zaboboa17-Apr-06 7:15 
Questionupdating sql server using dataGrid Pin
jbu2017-Apr-06 6:25
jbu2017-Apr-06 6:25 
AnswerRe: updating sql server using dataGrid Pin
jbu2017-Apr-06 23:50
jbu2017-Apr-06 23:50 
Questionproblem in treeview folders contents display on right side Pin
chaitanyapissay17-Apr-06 6:17
chaitanyapissay17-Apr-06 6:17 
AnswerRe: problem in treeview folders contents display on right side Pin
Ravi Bhavnani17-Apr-06 6:24
professionalRavi Bhavnani17-Apr-06 6:24 
GeneralRe: problem in treeview folders contents display on right side Pin
chaitanyapissay17-Apr-06 7:11
chaitanyapissay17-Apr-06 7:11 
AnswerRe: problem in treeview folders contents display on right side Pin
Ravi Bhavnani17-Apr-06 7:15
professionalRavi Bhavnani17-Apr-06 7:15 
QuestionHow to save exported data into any location with desire file name Pin
Aayush Singh17-Apr-06 5:51
Aayush Singh17-Apr-06 5:51 
AnswerRe: How to save exported data into any location with desire file name Pin
Ravi Bhavnani17-Apr-06 6:22
professionalRavi Bhavnani17-Apr-06 6:22 
QuestionFilter DataSet in Windows Form Pin
jrprogrmr17-Apr-06 4:02
jrprogrmr17-Apr-06 4:02 
AnswerRe: Filter DataSet in Windows Form Pin
Braulio Dez17-Apr-06 7:20
Braulio Dez17-Apr-06 7:20 
Questionpassing an array of floats from C++ dll to C# Pin
Denis Shamanin17-Apr-06 3:59
Denis Shamanin17-Apr-06 3:59 
AnswerRe: passing an array of floats from C++ dll to C# Pin
Andy Moore17-Apr-06 4:06
Andy Moore17-Apr-06 4:06 

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.