Click here to Skip to main content
16,005,316 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionPass data between forms Pin
liverpoolfan8-Feb-09 8:11
liverpoolfan8-Feb-09 8:11 
AnswerRe: Pass data between forms Pin
N a v a n e e t h8-Feb-09 15:23
N a v a n e e t h8-Feb-09 15:23 
QuestionProblem showing an existing form called from another existing form Pin
regnwald6-Feb-09 15:42
regnwald6-Feb-09 15:42 
AnswerRe: Problem showing an existing form called from another existing form Pin
N a v a n e e t h6-Feb-09 15:55
N a v a n e e t h6-Feb-09 15:55 
GeneralRe: Problem showing an existing form called from another existing form Pin
regnwald6-Feb-09 17:08
regnwald6-Feb-09 17:08 
GeneralRe: Problem showing an existing form called from another existing form Pin
N a v a n e e t h7-Feb-09 2:30
N a v a n e e t h7-Feb-09 2:30 
GeneralRe: Problem showing an existing form called from another existing form Pin
regnwald7-Feb-09 13:17
regnwald7-Feb-09 13:17 
Questiononline tic tac toe Pin
staticv6-Feb-09 4:30
staticv6-Feb-09 4:30 
I'm developing a tic tac toe multiplayer game, the game is up and it is working on a single pc, I want it to be playable across two computers in LAN, I'll be using TCP/IP for this and I have already set up a chat server program. So I know how to do communication. The concern is that I have a GameBoard class which does everything, from making a move, to restarting the game and checking for winner etc. It is independent of the form except of the mouse clicks, the form just reads in the GameBoard's properties, attributes and updates itself. How may I expand it into a
multiplayer game, I want to establish a client to client architecture, should I expand the GameBoard class, should I serialize the GameBoard class and deserialize it on the other side, or just send the specific move done?
Whats good, please tell me and help me out how it will be done. I mean just the head up Smile | :)

Top Web Hosting Providers[^]

Do, or do not. There is no 'try'.

AnswerRe: online tic tac toe Pin
«_Superman_»6-Feb-09 16:45
professional«_Superman_»6-Feb-09 16:45 
Questionconnecting to mysql in a remote location.. Pin
Thilek5-Feb-09 5:33
Thilek5-Feb-09 5:33 
AnswerRe: connecting to mysql in a remote location.. Pin
led mike5-Feb-09 6:37
led mike5-Feb-09 6:37 
AnswerRe: connecting to mysql in a remote location.. Pin
N a v a n e e t h5-Feb-09 15:26
N a v a n e e t h5-Feb-09 15:26 
GeneralRe: connecting to mysql in a remote location.. Pin
Thilek5-Feb-09 23:16
Thilek5-Feb-09 23:16 
GeneralRe: connecting to mysql in a remote location.. Pin
N a v a n e e t h6-Feb-09 14:37
N a v a n e e t h6-Feb-09 14:37 
GeneralRe: connecting to mysql in a remote location.. Pin
Thilek6-Feb-09 18:53
Thilek6-Feb-09 18:53 
GeneralRe: connecting to mysql in a remote location.. Pin
N a v a n e e t h7-Feb-09 2:42
N a v a n e e t h7-Feb-09 2:42 
GeneralRe: connecting to mysql in a remote location.. Pin
Thilek9-Feb-09 5:11
Thilek9-Feb-09 5:11 
Questionvector<wstring> to System::String ??</wstring> Pin
Thilek4-Feb-09 19:52
Thilek4-Feb-09 19:52 
AnswerRe: vector to System::String ?? Pin
N a v a n e e t h4-Feb-09 20:01
N a v a n e e t h4-Feb-09 20:01 
GeneralRe: vector to System::String ?? Pin
Thilek5-Feb-09 1:28
Thilek5-Feb-09 1:28 
GeneralRe: vector to System::String ?? Pin
N a v a n e e t h5-Feb-09 17:05
N a v a n e e t h5-Feb-09 17:05 
Questionbuttons exception Pin
staticv3-Feb-09 5:30
staticv3-Feb-09 5:30 
GeneralRe: buttons exception Pin
Luc Pattyn3-Feb-09 6:24
sitebuilderLuc Pattyn3-Feb-09 6:24 
GeneralRe: buttons exception Pin
staticv3-Feb-09 7:02
staticv3-Feb-09 7:02 
GeneralRe: buttons exception Pin
Luc Pattyn3-Feb-09 7:05
sitebuilderLuc Pattyn3-Feb-09 7:05 

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.