Click here to Skip to main content
15,894,896 members
Home / Discussions / C#
   

C#

 
QuestionDataGrid Pin
swjam11-Jan-07 17:57
swjam11-Jan-07 17:57 
AnswerRe: DataGrid Pin
Nader Elshehabi11-Jan-07 21:48
Nader Elshehabi11-Jan-07 21:48 
Questionerror in storage.InsertRecords [modified] Pin
tahreen shah11-Jan-07 17:11
tahreen shah11-Jan-07 17:11 
QuestionWhen is a DropDownItem not a DropDownItem? [modified] Pin
JoeRip11-Jan-07 16:55
JoeRip11-Jan-07 16:55 
AnswerRe: When is a DropDownItem not a DropDownItem? Pin
JoeRip11-Jan-07 17:29
JoeRip11-Jan-07 17:29 
AnswerRe: When is a DropDownItem not a DropDownItem? Pin
ChandruIT11-Jan-07 17:37
ChandruIT11-Jan-07 17:37 
GeneralRe: When is a DropDownItem not a DropDownItem? Pin
JoeRip11-Jan-07 18:25
JoeRip11-Jan-07 18:25 
QuestionPreview Type Window (Form) Pin
Nooie11-Jan-07 15:19
Nooie11-Jan-07 15:19 
Hi all,

I have an application that cycles through Directories and finds Duplicate Image files (By Name).

It shows the original file name (FileInfo.Name) and the possible Duplicate (FileInfo.FullName) in the a CheckedListBox container on the form

What I want to do next is create a MouseHover Event that will show a form a bit like a tooltip with a preview of both Pictures in it.

I suppose I have a few questions.

1. Is a CheckedListBox the best solution for this to show the data? As the code runs through I store them in a List<listviewitem> which I then convert to an Array and AddRange onto the container.
2. What is the best way to get the preview to come up? I want it to dissapear as the user moves from one ListItem to another. The other issue is how can I get the MouseHover event to tell me which index I am on so I can retrieve the file paths to the imagine.

Suggestions greatly appreciated, and pointing to other online info that could me also greatly appreciated.

Regards

/TH
Questiontopic for final year proj inj c# Pin
Mri1a11-Jan-07 12:56
Mri1a11-Jan-07 12:56 
AnswerRe: topic for final year proj inj c# Pin
Not Active11-Jan-07 14:42
mentorNot Active11-Jan-07 14:42 
GeneralRe: topic for final year proj inj c# Pin
Stephen Hewitt11-Jan-07 15:45
Stephen Hewitt11-Jan-07 15:45 
GeneralRe: topic for final year proj inj c# Pin
J4amieC11-Jan-07 22:28
J4amieC11-Jan-07 22:28 
GeneralRe: topic for final year proj inj c# Pin
Adam Crawford12-Jan-07 4:45
Adam Crawford12-Jan-07 4:45 
GeneralRe: topic for final year proj inj c# Pin
Stephen Hewitt14-Jan-07 12:11
Stephen Hewitt14-Jan-07 12:11 
GeneralRe: topic for final year proj inj c# Pin
ednrgc12-Jan-07 4:04
ednrgc12-Jan-07 4:04 
AnswerRe: topic for final year proj inj c# Pin
Christian Graus11-Jan-07 16:30
protectorChristian Graus11-Jan-07 16:30 
GeneralRe: topic for final year proj inj c# Pin
Stephen Hewitt11-Jan-07 17:19
Stephen Hewitt11-Jan-07 17:19 
GeneralRe: topic for final year proj inj c# Pin
Christian Graus11-Jan-07 17:45
protectorChristian Graus11-Jan-07 17:45 
GeneralRe: topic for final year proj inj c# Pin
ednrgc12-Jan-07 4:06
ednrgc12-Jan-07 4:06 
GeneralRe: topic for final year proj inj c# Pin
ednrgc12-Jan-07 4:08
ednrgc12-Jan-07 4:08 
AnswerRe: topic for final year proj inj c# Pin
PavanPareta11-Jan-07 17:48
PavanPareta11-Jan-07 17:48 
GeneralRe: topic for final year proj inj c# Pin
Stephen Hewitt11-Jan-07 18:05
Stephen Hewitt11-Jan-07 18:05 
AnswerRe: topic for final year proj inj c# Pin
DavidNohejl11-Jan-07 21:03
DavidNohejl11-Jan-07 21:03 
AnswerRe: topic for final year proj inj c# Pin
Adam Crawford12-Jan-07 4:51
Adam Crawford12-Jan-07 4:51 
QuestionHow to sort multi-column in DataGridView? Pin
Jamestown4811-Jan-07 12:26
Jamestown4811-Jan-07 12:26 

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.