Click here to Skip to main content
15,881,455 members
Home / Discussions / C#
   

C#

 
QuestionHow do I'll to close all the windows? Pin
alex.almeida15-Feb-07 1:37
alex.almeida15-Feb-07 1:37 
AnswerRe: How do I'll to close all the windows? Pin
allan.gagnon15-Feb-07 3:06
allan.gagnon15-Feb-07 3:06 
GeneralRe: How do I'll to close all the windows? Pin
Stefan Troschuetz15-Feb-07 3:29
Stefan Troschuetz15-Feb-07 3:29 
GeneralRe: How do I'll to close all the windows? Pin
alex.almeida15-Feb-07 6:21
alex.almeida15-Feb-07 6:21 
QuestionHow to stop a particular thread from a ThreadPool Pin
nasambur15-Feb-07 0:17
nasambur15-Feb-07 0:17 
AnswerRe: How to stop a particular thread from a ThreadPool Pin
Martin#15-Feb-07 0:50
Martin#15-Feb-07 0:50 
QuestionEvent fire in design-time Pin
gattish14-Feb-07 23:46
gattish14-Feb-07 23:46 
AnswerRe: Event fire in design-time Pin
Jakub Mller15-Feb-07 0:21
Jakub Mller15-Feb-07 0:21 
if ( this.DesignMode ) {
    this.ProcessDesignTimeClick(e);
}
else{
    this.ProcessRunTimeClick(e);
}


Geniality is in simplicity.

GeneralRe: Event fire in design-time Pin
gattish15-Feb-07 0:34
gattish15-Feb-07 0:34 
GeneralRe: Event fire in design-time Pin
Jakub Mller15-Feb-07 0:58
Jakub Mller15-Feb-07 0:58 
AnswerRe: Event fire in design-time Pin
Thomas Stockwell15-Feb-07 1:23
professionalThomas Stockwell15-Feb-07 1:23 
GeneralRe: Event fire in design-time Pin
gattish15-Feb-07 2:02
gattish15-Feb-07 2:02 
GeneralRe: Event fire in design-time Pin
Thomas Stockwell15-Feb-07 9:22
professionalThomas Stockwell15-Feb-07 9:22 
QuestionEnumerate types from referenced assembly in VS2005 macro Pin
Jakub Mller14-Feb-07 23:45
Jakub Mller14-Feb-07 23:45 
QuestionMap some parts of an image [modified] Pin
Muammar©14-Feb-07 23:26
Muammar©14-Feb-07 23:26 
AnswerRe: Map some parts of an image Pin
benjymous14-Feb-07 23:49
benjymous14-Feb-07 23:49 
GeneralRe: Map some parts of an image Pin
Muammar©14-Feb-07 23:57
Muammar©14-Feb-07 23:57 
GeneralRe: Map some parts of an image Pin
Christian Graus15-Feb-07 0:00
protectorChristian Graus15-Feb-07 0:00 
GeneralRe: Map some parts of an image Pin
Muammar©15-Feb-07 0:10
Muammar©15-Feb-07 0:10 
Questiontext Length in pixel?? Pin
MHASSANF14-Feb-07 23:08
MHASSANF14-Feb-07 23:08 
AnswerRe: text Length in pixel?? Pin
Martin#14-Feb-07 23:35
Martin#14-Feb-07 23:35 
AnswerRe: text Length in pixel?? Pin
Martin#14-Feb-07 23:44
Martin#14-Feb-07 23:44 
QuestionMapping Images?? Pin
Muammar©14-Feb-07 22:58
Muammar©14-Feb-07 22:58 
QuestionGetting Bandwidth Speed Pin
Icarus12314-Feb-07 22:24
Icarus12314-Feb-07 22:24 
AnswerRe: Getting Bandwidth Speed Pin
BRShroyer15-Feb-07 6:25
BRShroyer15-Feb-07 6:25 

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.