Click here to Skip to main content
16,005,149 members
Home / Discussions / C#
   

C#

 
GeneralRe: Removing whitespace Pin
kobezt0815-Dec-04 21:44
kobezt0815-Dec-04 21:44 
GeneralUnknown Registry Pin
Anonymous15-Dec-04 16:39
Anonymous15-Dec-04 16:39 
GeneralRe: Unknown Registry Pin
Daniel Turini15-Dec-04 22:53
Daniel Turini15-Dec-04 22:53 
GeneralRe: Convert byte to hex then to ascii Pin
Dennis C. Dietrich15-Dec-04 15:07
Dennis C. Dietrich15-Dec-04 15:07 
GeneralConvert byte to hex then to ascii Pin
Anonymous15-Dec-04 14:20
Anonymous15-Dec-04 14:20 
GeneralPropertyGrid Issue Pin
djennings@ea.com15-Dec-04 14:04
djennings@ea.com15-Dec-04 14:04 
GeneralNetwork code examples Pin
Joseph Engo15-Dec-04 13:23
Joseph Engo15-Dec-04 13:23 
GeneralRe: Network code examples Pin
Gangren15-Dec-04 19:55
Gangren15-Dec-04 19:55 
Are you using remoting ?
If you are, then you can't really send a message from one client to another.
Just pass it through the server.

When it's player 1 turn, server calls
client_1_proxy.TimerStart();

When player 1 clicks client calls :
server_proxy.Played();

Or if the 10 seconds run out :
server_proxy.TimeOver();

Then server checks whoses turn it is, and go over with client_x_proxy.TimerStart()...

It will probably be easier to go with persistant server object, so you don't have to store game state in a file or something.

Etienne.
GeneralRe: Network code examples Pin
Joseph Engo16-Dec-04 2:01
Joseph Engo16-Dec-04 2:01 
GeneralAvalon Community Technology Preview samples Pin
Andres Coder15-Dec-04 10:09
Andres Coder15-Dec-04 10:09 
GeneralDynamic control speed Pin
Frenchman15-Dec-04 10:03
Frenchman15-Dec-04 10:03 
GeneralRe: Dynamic control speed Pin
Colin Angus Mackay15-Dec-04 13:33
Colin Angus Mackay15-Dec-04 13:33 
GeneralRe: Dynamic control speed Pin
Daniel Turini15-Dec-04 22:58
Daniel Turini15-Dec-04 22:58 
GeneralRe: Dynamic control speed Pin
Frenchman16-Dec-04 5:43
Frenchman16-Dec-04 5:43 
Generalquestion on wizards Pin
tom_dx15-Dec-04 9:36
tom_dx15-Dec-04 9:36 
GeneralRe: question on wizards Pin
Nick Parker15-Dec-04 9:52
protectorNick Parker15-Dec-04 9:52 
GeneralSetting BackColor on TabControl Pin
LannieK15-Dec-04 9:20
LannieK15-Dec-04 9:20 
GeneralRe: Setting BackColor on TabControl Pin
LannieK15-Dec-04 10:39
LannieK15-Dec-04 10:39 
GeneralHidding Properties in property grid on run time Pin
theali15-Dec-04 8:14
theali15-Dec-04 8:14 
GeneralRe: Hidding Properties in property grid on run time Pin
leppie15-Dec-04 8:37
leppie15-Dec-04 8:37 
GeneralHidding Properties in property grid on run time Pin
Anonymous15-Dec-04 9:03
Anonymous15-Dec-04 9:03 
GeneralRe: Hidding Properties in property grid on run time Pin
Mathew Hall15-Dec-04 15:58
Mathew Hall15-Dec-04 15:58 
GeneralThank you Pin
theali15-Dec-04 23:15
theali15-Dec-04 23:15 
GeneralProblem with stored procedure/C# code Pin
ronin177015-Dec-04 7:02
ronin177015-Dec-04 7:02 
GeneralRe: Problem with stored procedure/C# code Pin
Colin Angus Mackay15-Dec-04 7:33
Colin Angus Mackay15-Dec-04 7:33 

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.