Click here to Skip to main content
15,910,877 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problems to get SelectedValue from binded ComboBox Pin
Anthony Mushrow12-Apr-08 5:27
professionalAnthony Mushrow12-Apr-08 5:27 
GeneralRe: Problems to get SelectedValue from binded ComboBox Pin
Stefan Kneitz12-Apr-08 5:45
Stefan Kneitz12-Apr-08 5:45 
Generalcalculate elapsed seconds Pin
George_George12-Apr-08 4:47
George_George12-Apr-08 4:47 
GeneralRe: calculate elapsed seconds Pin
Anthony Mushrow12-Apr-08 5:10
professionalAnthony Mushrow12-Apr-08 5:10 
GeneralRe: calculate elapsed seconds Pin
George_George12-Apr-08 20:14
George_George12-Apr-08 20:14 
GeneralRe: calculate elapsed seconds Pin
Luc Pattyn12-Apr-08 7:21
sitebuilderLuc Pattyn12-Apr-08 7:21 
GeneralRe: calculate elapsed seconds Pin
George_George12-Apr-08 20:13
George_George12-Apr-08 20:13 
GeneralRe: calculate elapsed seconds Pin
PIEBALDconsult13-Apr-08 5:39
mvePIEBALDconsult13-Apr-08 5:39 
<br />
System.Diagnostics.Stopwatch timer = new System.Diagnostics.Stopwatch() ;<br />
<br />
timer.Reset() ; // because I use one repeatedly<br />
timer.Start() ;<br />
<br />
// do stuff<br />
<br />
timer.Stop() ;<br />
<br />
// Check timer.Elapsed<br />

GeneralRe: calculate elapsed seconds Pin
George_George13-Apr-08 17:54
George_George13-Apr-08 17:54 
GeneralRe: calculate elapsed seconds Pin
PIEBALDconsult13-Apr-08 18:31
mvePIEBALDconsult13-Apr-08 18:31 
GeneralRe: calculate elapsed seconds Pin
George_George14-Apr-08 2:57
George_George14-Apr-08 2:57 
GeneralInverted text on image Pin
Kir Birger12-Apr-08 4:30
Kir Birger12-Apr-08 4:30 
GeneralRe: Inverted text on image [modified] Pin
Anthony Mushrow12-Apr-08 4:45
professionalAnthony Mushrow12-Apr-08 4:45 
GeneralA question about web browser control. Pin
bg198712-Apr-08 3:58
bg198712-Apr-08 3:58 
GeneralRe: A question about web browser control. Pin
Anthony Mushrow12-Apr-08 4:42
professionalAnthony Mushrow12-Apr-08 4:42 
GeneralRe: A question about web browser control. Pin
bg198712-Apr-08 5:15
bg198712-Apr-08 5:15 
GeneralRe: A question about web browser control. Pin
Anthony Mushrow12-Apr-08 5:23
professionalAnthony Mushrow12-Apr-08 5:23 
GeneralRe: A question about web browser control. Pin
bg198712-Apr-08 5:45
bg198712-Apr-08 5:45 
GeneralDrag and Drop Pin
Ian Uy12-Apr-08 2:26
Ian Uy12-Apr-08 2:26 
GeneralRe: Drag and Drop Pin
Ian Uy12-Apr-08 2:29
Ian Uy12-Apr-08 2:29 
GeneralRe: Drag and Drop Pin
Anthony Mushrow12-Apr-08 2:33
professionalAnthony Mushrow12-Apr-08 2:33 
QuestionAsteriskIAXClientWrapper Pin
asma_pfe11-Apr-08 23:21
asma_pfe11-Apr-08 23:21 
GeneralRe: AsteriskIAXClientWrapper Pin
Christian Graus12-Apr-08 0:32
protectorChristian Graus12-Apr-08 0:32 
GeneralRe: AsteriskIAXClientWrapper Pin
asma_pfe12-Apr-08 2:35
asma_pfe12-Apr-08 2:35 
GeneralRe: AsteriskIAXClientWrapper Pin
N a v a n e e t h12-Apr-08 2:39
N a v a n e e t h12-Apr-08 2:39 

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.