Click here to Skip to main content
15,904,155 members
Home / Discussions / C#
   

C#

 
AnswerRe: Button Shape Pin
Alex@UEA14-Jan-07 21:30
Alex@UEA14-Jan-07 21:30 
QuestionHow to calculate on CRC? Pin
sajid.salim.khan13-Jan-07 23:41
sajid.salim.khan13-Jan-07 23:41 
AnswerRe: How to calculate on CRC? Pin
CPallini14-Jan-07 3:26
mveCPallini14-Jan-07 3:26 
GeneralRe: How to calculate on CRC? Pin
sajid.salim.khan14-Jan-07 5:42
sajid.salim.khan14-Jan-07 5:42 
AnswerRe: How to calculate on CRC? Pin
Rob Graham14-Jan-07 6:13
Rob Graham14-Jan-07 6:13 
GeneralThanXXXXXXXXXXXXXXXXX Pin
sajid.salim.khan14-Jan-07 7:07
sajid.salim.khan14-Jan-07 7:07 
QuestionHow to kill a Background worker instantly Pin
Nadia Monalisa13-Jan-07 22:44
Nadia Monalisa13-Jan-07 22:44 
AnswerRe: How to kill a Background worker instantly Pin
Luc Pattyn13-Jan-07 22:52
sitebuilderLuc Pattyn13-Jan-07 22:52 
Hi,

you should not kill/abort threads that may hold resources, open files, whatever. (as
almost all useful threads do).

It is much preferred to use one or more flags that get tested regularly by your thread's code.

Smile | :)

Luc Pattyn

GeneralRe: How to kill a Background worker instantly Pin
Nadia Monalisa13-Jan-07 23:05
Nadia Monalisa13-Jan-07 23:05 
GeneralRe: How to kill a Background worker instantly Pin
Luc Pattyn14-Jan-07 0:00
sitebuilderLuc Pattyn14-Jan-07 0:00 
GeneralRe: How to kill a Background worker instantly Pin
Nadia Monalisa14-Jan-07 0:17
Nadia Monalisa14-Jan-07 0:17 
GeneralRe: How to kill a Background worker instantly Pin
Luc Pattyn14-Jan-07 0:39
sitebuilderLuc Pattyn14-Jan-07 0:39 
QuestionRotating an image around its center point Pin
Mike Hankey13-Jan-07 22:00
mveMike Hankey13-Jan-07 22:00 
AnswerRe: Rotating an image around its center point Pin
Luc Pattyn13-Jan-07 22:42
sitebuilderLuc Pattyn13-Jan-07 22:42 
AnswerRe: Rotating an image around its center point Pin
Christian Graus13-Jan-07 23:07
protectorChristian Graus13-Jan-07 23:07 
GeneralRe: Rotating an image around its center point Pin
Luc Pattyn14-Jan-07 0:14
sitebuilderLuc Pattyn14-Jan-07 0:14 
GeneralRe: Rotating an image around its center point Pin
Christian Graus14-Jan-07 1:38
protectorChristian Graus14-Jan-07 1:38 
GeneralRe: Rotating an image around its center point Pin
Mike Hankey14-Jan-07 6:02
mveMike Hankey14-Jan-07 6:02 
GeneralRe: Rotating an image around its center point Pin
Mike Hankey14-Jan-07 5:33
mveMike Hankey14-Jan-07 5:33 
QuestionProgressBar Orientation Pin
blackjack215013-Jan-07 20:26
blackjack215013-Jan-07 20:26 
AnswerRe: ProgressBar Orientation Pin
Luc Pattyn13-Jan-07 20:35
sitebuilderLuc Pattyn13-Jan-07 20:35 
Questioncompare files Pin
Tahir Shah13-Jan-07 20:14
Tahir Shah13-Jan-07 20:14 
AnswerRe: compare files Pin
Luc Pattyn13-Jan-07 20:37
sitebuilderLuc Pattyn13-Jan-07 20:37 
Questionoveride column header clicked behaviour Pin
swjam13-Jan-07 19:38
swjam13-Jan-07 19:38 
Questionmulti-tab Browser Pin
dsl/fahk13-Jan-07 17:16
dsl/fahk13-Jan-07 17:16 

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.