Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
GeneralRe: Multiple icons compiled within an .exe Pin
Heath Stewart23-Jul-04 5:41
protectorHeath Stewart23-Jul-04 5:41 
GeneralRe: Multiple icons compiled within an .exe Pin
Heath Stewart23-Jul-04 5:49
protectorHeath Stewart23-Jul-04 5:49 
GeneralExporting Crystal Reports to Excel Pin
KSEI22-Jul-04 14:27
KSEI22-Jul-04 14:27 
QuestionSearching for opponents, what do I need? Pin
Link260022-Jul-04 13:04
Link260022-Jul-04 13:04 
AnswerRe: Searching for opponents, what do I need? Pin
TalkingBabb0t22-Jul-04 16:13
TalkingBabb0t22-Jul-04 16:13 
AnswerRe: Searching for opponents, what do I need? Pin
Dave Kreskowiak22-Jul-04 16:33
mveDave Kreskowiak22-Jul-04 16:33 
GeneralRe: Searching for opponents, what do I need? Pin
Link260022-Jul-04 16:45
Link260022-Jul-04 16:45 
GeneralRe: Searching for opponents, what do I need? Pin
Dave Kreskowiak22-Jul-04 16:53
mveDave Kreskowiak22-Jul-04 16:53 
I would HIGHLY suggest picking up a book on remoting before you even attempt this. Otherwise your just wasting your time. For a game project like this, on a smaller scale, you don't have to use SQL server for anything. The server app can store all the session data it needs in memory.

The protocol is something you define. What does an IRC protocol know about your game? Nothing! So you have to write the rules of communication and what you want to communicate. That's the definition of a protocol...

You could use TCP/IP Sockets, .NET Remoting, WebServices, ... Like I said, pick up a book on these thing first. The best book is one YOU can understand, not the next guy on the board who's got 20 years of programming experience can could flip through the same book and in 20 minutes and call it "read".


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Searching for opponents, what do I need? Pin
Link260022-Jul-04 16:58
Link260022-Jul-04 16:58 
GeneralRe: Searching for opponents, what do I need? Pin
Colin Angus Mackay22-Jul-04 23:56
Colin Angus Mackay22-Jul-04 23:56 
GeneralRe: Searching for opponents, what do I need? Pin
Link260023-Jul-04 7:13
Link260023-Jul-04 7:13 
GeneralRe: Searching for opponents, what do I need? Pin
Bill Dean23-Jul-04 8:25
Bill Dean23-Jul-04 8:25 
GeneralRe: Searching for opponents, what do I need? Pin
Dave Kreskowiak23-Jul-04 10:40
mveDave Kreskowiak23-Jul-04 10:40 
GeneralReceiving NoNullAllowedException setting SelectedValue from code. Pin
Brett Slaski22-Jul-04 12:01
Brett Slaski22-Jul-04 12:01 
GeneralRe: Receiving NoNullAllowedException setting SelectedValue from code. Pin
Heath Stewart22-Jul-04 12:11
protectorHeath Stewart22-Jul-04 12:11 
GeneralRe: Receiving NoNullAllowedException setting SelectedValue from code. Pin
Brett Slaski23-Jul-04 9:30
Brett Slaski23-Jul-04 9:30 
GeneralRe: Receiving NoNullAllowedException setting SelectedValue from code. Pin
Heath Stewart23-Jul-04 10:00
protectorHeath Stewart23-Jul-04 10:00 
Generalnon-static class referencing Pin
Wolfman3222-Jul-04 12:00
Wolfman3222-Jul-04 12:00 
GeneralRe: non-static class referencing Pin
Heath Stewart22-Jul-04 12:29
protectorHeath Stewart22-Jul-04 12:29 
Generalthe process and services... Pin
Wail A.Salem22-Jul-04 11:58
Wail A.Salem22-Jul-04 11:58 
GeneralRe: the process and services... Pin
Heath Stewart22-Jul-04 12:39
protectorHeath Stewart22-Jul-04 12:39 
QuestionGetTextExtent? Pin
Matt Gerrans22-Jul-04 10:01
Matt Gerrans22-Jul-04 10:01 
AnswerRe: GetTextExtent? Pin
Gary Thom22-Jul-04 10:06
Gary Thom22-Jul-04 10:06 
GeneralRe: GetTextExtent? Pin
Matt Gerrans22-Jul-04 19:25
Matt Gerrans22-Jul-04 19:25 
GeneralRun external program and wait Pin
Boaz V22-Jul-04 9:06
Boaz V22-Jul-04 9:06 

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.