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

C#

 
QuestionWinForms and WinForms Pin
ziwez04-Nov-07 20:46
ziwez04-Nov-07 20:46 
AnswerRe: WinForms and WinForms Pin
N a v a n e e t h4-Nov-07 22:07
N a v a n e e t h4-Nov-07 22:07 
AnswerRe: WinForms and WinForms Pin
Christian Graus4-Nov-07 22:09
protectorChristian Graus4-Nov-07 22:09 
AnswerRe: WinForms and WinForms Pin
Pete O'Hanlon4-Nov-07 22:21
mvePete O'Hanlon4-Nov-07 22:21 
QuestionGetting Contents of Address Bar..... Pin
pavya_Cool4-Nov-07 20:29
pavya_Cool4-Nov-07 20:29 
AnswerRe: Getting Contents of Address Bar..... Pin
Michael Sync4-Nov-07 20:38
Michael Sync4-Nov-07 20:38 
AnswerRe: Getting Contents of Address Bar..... Pin
Guffa4-Nov-07 20:50
Guffa4-Nov-07 20:50 
Questiontimers, list boxes and Checked List boxes Pin
galto4-Nov-07 20:27
galto4-Nov-07 20:27 
I was trying to add a timer to a checked list box and all I get is a check box without any text. I also tried creating a derived class and overriding the ToString function with no help. Anyone have any ideas?
It works fine with the TimeSpan struct, but not the Timer class.

private void button1_Click(object sender, EventArgs e)<br />
        {<br />
            Timer t = new Timer();<br />
            checkedListBox1.Items.Add(t);<br />
            ListBox1.Items.Add(t);<br />
        }


I want to use the List box collection to keep track of all the timers I intend to create, having the user enable and disable them with the check boxes. Is there a better way to do this? And does anyone know why this isn't working? I thought that the list box and friends just used ToString for the display values.

Thanks for you time!
AnswerRe: timers, list boxes and Checked List boxes Pin
TJoe5-Nov-07 3:32
TJoe5-Nov-07 3:32 
GeneralRe: timers, list boxes and Checked List boxes Pin
galto5-Nov-07 9:57
galto5-Nov-07 9:57 
Questionhow to create manus Pin
ps.srinivasan4-Nov-07 20:11
ps.srinivasan4-Nov-07 20:11 
AnswerRe: how to create manus Pin
galto4-Nov-07 20:32
galto4-Nov-07 20:32 
AnswerRe: how to create manus Pin
Giorgi Dalakishvili4-Nov-07 20:33
mentorGiorgi Dalakishvili4-Nov-07 20:33 
AnswerRe: how to create manus Pin
Ravi Bhavnani5-Nov-07 2:15
professionalRavi Bhavnani5-Nov-07 2:15 
QuestionHow to pass variable to vb6 exe use in C# project? Pin
help as an alias4-Nov-07 19:54
help as an alias4-Nov-07 19:54 
AnswerRe: How to pass variable to vb6 exe use in C# project? Pin
Michael Sync4-Nov-07 20:34
Michael Sync4-Nov-07 20:34 
GeneralRe: How to pass variable to vb6 exe use in C# project? Pin
help as an alias4-Nov-07 20:39
help as an alias4-Nov-07 20:39 
QuestionCopy from server Pin
P_Elza4-Nov-07 19:49
P_Elza4-Nov-07 19:49 
AnswerRe: Copy from server Pin
N a v a n e e t h4-Nov-07 20:08
N a v a n e e t h4-Nov-07 20:08 
Questionincosistent performance before Deploying [modified] Pin
sindhutiwari4-Nov-07 19:40
sindhutiwari4-Nov-07 19:40 
QuestionMerge Modules...in setup project? [modified] Pin
Pankaj - Joshi4-Nov-07 19:30
Pankaj - Joshi4-Nov-07 19:30 
QuestionCAB/SCSF - How to load the modules asynchronously on-demand Pin
Michael Sync4-Nov-07 19:24
Michael Sync4-Nov-07 19:24 
QuestionNavigate Focus with Arrow Keys on Container having Multiple Panels/Controls Pin
Sukhjinder_K4-Nov-07 19:19
Sukhjinder_K4-Nov-07 19:19 
QuestionHow to implement localization for crystal reports (VS2005)? Pin
huheng_0_04-Nov-07 18:27
huheng_0_04-Nov-07 18:27 
Questionresolution issue Pin
Tauseef A4-Nov-07 16:32
Tauseef A4-Nov-07 16:32 

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.