Click here to Skip to main content
15,895,011 members
Home / Discussions / C#
   

C#

 
QuestionPDF sharp Pin
abbd12-Feb-09 22:21
abbd12-Feb-09 22:21 
AnswerRe: PDF sharp Pin
DaveyM6912-Feb-09 23:36
professionalDaveyM6912-Feb-09 23:36 
QuestionGame Logic Implementation Pin
The Dust Puppy12-Feb-09 22:10
The Dust Puppy12-Feb-09 22:10 
AnswerRe: Game Logic Implementation Pin
Rob Philpott12-Feb-09 22:31
Rob Philpott12-Feb-09 22:31 
AnswerRe: Game Logic Implementation Pin
musefan12-Feb-09 23:31
musefan12-Feb-09 23:31 
GeneralRe: Game Logic Implementation Pin
The Dust Puppy13-Feb-09 1:06
The Dust Puppy13-Feb-09 1:06 
GeneralRe: Game Logic Implementation Pin
musefan13-Feb-09 1:22
musefan13-Feb-09 1:22 
GeneralRe: Game Logic Implementation Pin
The Dust Puppy13-Feb-09 1:31
The Dust Puppy13-Feb-09 1:31 
This case is already handled in the Dispose Method, isnt it?

//If there is time left -> Thread.Sleep
if(remainingTime.TotalMilliseconds > 0)
   System.Threading.Thread.Sleep((int)remainingTime.TotalMilliseconds);

GeneralRe: Game Logic Implementation Pin
musefan13-Feb-09 1:59
musefan13-Feb-09 1:59 
QuestionZedGraph - PieChart Pin
Member 370147212-Feb-09 22:08
Member 370147212-Feb-09 22:08 
AnswerRe: ZedGraph - PieChart Pin
Ashfield13-Feb-09 1:10
Ashfield13-Feb-09 1:10 
GeneralRe: ZedGraph - PieChart Pin
Member 370147213-Feb-09 5:24
Member 370147213-Feb-09 5:24 
GeneralRe: ZedGraph - PieChart Pin
Ashfield14-Feb-09 23:57
Ashfield14-Feb-09 23:57 
GeneralRe: ZedGraph - PieChart Pin
Member 370147215-Feb-09 2:21
Member 370147215-Feb-09 2:21 
QuestionTab control- reason behind this ?? Pin
Hum Dum12-Feb-09 21:52
Hum Dum12-Feb-09 21:52 
AnswerRe: Tab control- reason behind this ?? Pin
Christian Graus12-Feb-09 22:07
protectorChristian Graus12-Feb-09 22:07 
GeneralRe: Tab control- reason behind this ?? Pin
Hum Dum12-Feb-09 23:22
Hum Dum12-Feb-09 23:22 
GeneralRe: Tab control- reason behind this ?? Pin
EliottA13-Feb-09 2:48
EliottA13-Feb-09 2:48 
Questionparse object array as string Pin
vijay.victory12-Feb-09 21:31
vijay.victory12-Feb-09 21:31 
AnswerRe: parse object array as string Pin
J4amieC12-Feb-09 21:49
J4amieC12-Feb-09 21:49 
QuestionHow to make the flexgird size adjust with the windows form size automatic(wondows size could be dragged manually) Pin
Garyxiao91312-Feb-09 21:02
Garyxiao91312-Feb-09 21:02 
AnswerRe: How to make the flexgird size adjust with the windows form size automatic(wondows size could be dragged manually) Pin
Christian Graus12-Feb-09 22:06
protectorChristian Graus12-Feb-09 22:06 
GeneralRe: How to make the flexgird size adjust with the windows form size automatic(wondows size could be dragged manually) Pin
Garyxiao91316-Feb-09 17:41
Garyxiao91316-Feb-09 17:41 
Questionwhat it means Pin
netJP12L12-Feb-09 19:41
netJP12L12-Feb-09 19:41 
AnswerRe: what it means Pin
ABitSmart12-Feb-09 20:38
ABitSmart12-Feb-09 20:38 

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.