Click here to Skip to main content
15,918,808 members
Home / Discussions / C#
   

C#

 
QuestionThree ComboBoxes, a DataTable, and a BindingSource ? Pin
Matthew Klein25-Feb-10 14:25
Matthew Klein25-Feb-10 14:25 
AnswerRe: Three ComboBoxes, a DataTable, and a BindingSource ? Pin
Arindam Tewary25-Feb-10 19:22
professionalArindam Tewary25-Feb-10 19:22 
QuestionEnter/Leave debug methods? Pin
Jim Turner25-Feb-10 11:46
Jim Turner25-Feb-10 11:46 
AnswerRe: Enter/Leave debug methods? Pin
Abhinav S25-Feb-10 12:17
Abhinav S25-Feb-10 12:17 
AnswerRe: Enter/Leave debug methods? Pin
Eddy Vluggen25-Feb-10 13:08
professionalEddy Vluggen25-Feb-10 13:08 
AnswerRe: Enter/Leave debug methods? Pin
David Skelly25-Feb-10 22:19
David Skelly25-Feb-10 22:19 
QuestionListview Control problem - thumbnail display Pin
Eagle3225-Feb-10 8:03
Eagle3225-Feb-10 8:03 
AnswerRe: Listview Control problem - thumbnail display Pin
Saksida Bojan25-Feb-10 11:15
Saksida Bojan25-Feb-10 11:15 
you used line:
string[] pathes = new string [] { @"c:\\sample\\Goldfish.jpg", @"c:\\sample\\Rabbit.jpg" };


Lose either @ or replace '\\' to '\'. If you use @, then string will ignore escape characters.
GeneralRe: Listview Control problem - thumbnail display Pin
Eagle3226-Feb-10 4:09
Eagle3226-Feb-10 4:09 
QuestionERROR in starting service Pin
noamtzu0025-Feb-10 6:51
noamtzu0025-Feb-10 6:51 
AnswerRe: ERROR in starting service Pin
Saksida Bojan25-Feb-10 7:42
Saksida Bojan25-Feb-10 7:42 
GeneralRe: ERROR in starting service Pin
noamtzu0025-Feb-10 8:12
noamtzu0025-Feb-10 8:12 
GeneralRe: ERROR in starting service Pin
Saksida Bojan25-Feb-10 11:06
Saksida Bojan25-Feb-10 11:06 
AnswerRe: ERROR in starting service Pin
The Man from U.N.C.L.E.25-Feb-10 8:06
The Man from U.N.C.L.E.25-Feb-10 8:06 
GeneralRe: ERROR in starting service Pin
noamtzu0025-Feb-10 8:14
noamtzu0025-Feb-10 8:14 
GeneralRe: ERROR in starting service Pin
Wes Aday25-Feb-10 9:03
professionalWes Aday25-Feb-10 9:03 
GeneralRe: ERROR in starting service Pin
The Man from U.N.C.L.E.25-Feb-10 22:17
The Man from U.N.C.L.E.25-Feb-10 22:17 
Questionbehavior of Windows.Forms.Timer vs WM_TIMER Pin
manustone25-Feb-10 5:50
manustone25-Feb-10 5:50 
AnswerRe: behavior of Windows.Forms.Timer vs WM_TIMER Pin
Saksida Bojan25-Feb-10 6:20
Saksida Bojan25-Feb-10 6:20 
GeneralRe: behavior of Windows.Forms.Timer vs WM_TIMER Pin
manustone25-Feb-10 11:33
manustone25-Feb-10 11:33 
AnswerRe: behavior of Windows.Forms.Timer vs WM_TIMER Pin
Rob Philpott25-Feb-10 6:57
Rob Philpott25-Feb-10 6:57 
GeneralRe: behavior of Windows.Forms.Timer vs WM_TIMER Pin
manustone25-Feb-10 11:36
manustone25-Feb-10 11:36 
GeneralRe: behavior of Windows.Forms.Timer vs WM_TIMER Pin
Paulo Zemek26-Feb-10 3:02
Paulo Zemek26-Feb-10 3:02 
Questionfree c#.net slider without using javascript Pin
heidi stapel25-Feb-10 5:38
heidi stapel25-Feb-10 5:38 
AnswerRe: free c#.net slider without using javascript Pin
Saksida Bojan25-Feb-10 6:02
Saksida Bojan25-Feb-10 6:02 

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.