Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
AnswerRe: Generics Pin
N a v a n e e t h8-Sep-09 16:36
N a v a n e e t h8-Sep-09 16:36 
AnswerRe: Generics Pin
Daniel.J.A28-Sep-09 12:16
Daniel.J.A28-Sep-09 12:16 
Questionhow to create a tool item dropdown menu with C#? Pin
iozk8-Sep-09 12:20
iozk8-Sep-09 12:20 
AnswerRe: how to create a tool item dropdown menu with C#? Pin
Christian Graus8-Sep-09 12:31
protectorChristian Graus8-Sep-09 12:31 
QuestionOdd Visual Studio 2005 behaviour when adding Object Data Source [modified] Pin
Martijn Boeker8-Sep-09 12:10
Martijn Boeker8-Sep-09 12:10 
QuestionSubreports Pin
mbangh8-Sep-09 12:05
mbangh8-Sep-09 12:05 
AnswerRe: Subreports Pin
Mycroft Holmes8-Sep-09 15:59
professionalMycroft Holmes8-Sep-09 15:59 
QuestionNetworking problems. Pin
CRAZYCRICKET2258-Sep-09 9:19
CRAZYCRICKET2258-Sep-09 9:19 
Hello,
I have been working on a new project of a newtork game by this method:
http://www.codeproject.com/KB/game/eatergame.aspx

I was trying to create a trivia game including 4 answer and 15 second to answer each one. for that

I have created a Question class.
The problem started While I had to create a shared time(to make sure all the clients will have the

same time as the server) so I used an extra listening thread in the Question class(it comes from

showdialog());

Everything works fine , until the 4th,5th question (something the 3rd) when the Question class

(which is a form by itself) loads too slow (like 10 sec) when the timer is already done.

I was thinking to create a Show() method instead of ShowDialog and use the Server class but it

won't work because of multithreading(It's stuck).

I would like to add I used two function I saw in net:
"threadname".abort()
"threadname".join()

also I tried to give the Question variable (which created each time in a thread) a null value and use

GC.collect()

I'm stuck , I hope someone can help me(if something isn't clear I can send you the SLN (source)

file).

Thanks alot!
GeneralRe: Networking problems. Pin
harold aptroot8-Sep-09 10:40
harold aptroot8-Sep-09 10:40 
AnswerRe: Networking problems. Pin
Luc Pattyn8-Sep-09 14:08
sitebuilderLuc Pattyn8-Sep-09 14:08 
GeneralRe: Networking problems. Pin
CRAZYCRICKET2258-Sep-09 21:36
CRAZYCRICKET2258-Sep-09 21:36 
GeneralRe: Networking problems. Pin
CRAZYCRICKET2259-Sep-09 0:26
CRAZYCRICKET2259-Sep-09 0:26 
GeneralRe: Networking problems. Pin
Luc Pattyn9-Sep-09 12:29
sitebuilderLuc Pattyn9-Sep-09 12:29 
QuestionC# Pin
aayshasid8-Sep-09 9:18
aayshasid8-Sep-09 9:18 
AnswerRe: C# Pin
Not Active8-Sep-09 9:22
mentorNot Active8-Sep-09 9:22 
AnswerRe: C# Pin
Manas Bhardwaj8-Sep-09 9:26
professionalManas Bhardwaj8-Sep-09 9:26 
AnswerRe: C# Pin
Christian Graus8-Sep-09 11:34
protectorChristian Graus8-Sep-09 11:34 
QuestionRunning C# App over Network Pin
mbangh8-Sep-09 8:41
mbangh8-Sep-09 8:41 
AnswerRe: Running C# App over Network Pin
Not Active8-Sep-09 9:19
mentorNot Active8-Sep-09 9:19 
AnswerRe: Running C# App over Network Pin
DaveyM698-Sep-09 9:38
professionalDaveyM698-Sep-09 9:38 
GeneralRe: Running C# App over Network Pin
mbangh8-Sep-09 10:24
mbangh8-Sep-09 10:24 
GeneralRe: Running C# App over Network Pin
DaveyM698-Sep-09 10:26
professionalDaveyM698-Sep-09 10:26 
AnswerRe: Running C# App over Network Pin
darkelv8-Sep-09 15:31
darkelv8-Sep-09 15:31 
AnswerRe: Running C# App over Network Pin
Harvey Saayman8-Sep-09 20:52
Harvey Saayman8-Sep-09 20:52 
Questionc# help Pin
liveinweb2.08-Sep-09 8:14
liveinweb2.08-Sep-09 8:14 

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.