Click here to Skip to main content
15,891,136 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralQueue Problem Pin
gman200829-Feb-08 3:28
gman200829-Feb-08 3:28 
GeneralRe: Queue Problem Pin
led mike29-Feb-08 4:22
led mike29-Feb-08 4:22 
Questionc++/cli asynchronous socket communication [solved] Pin
Member 454227228-Feb-08 21:44
Member 454227228-Feb-08 21:44 
GeneralRe: c++/cli asynchronous socket communication Pin
led mike29-Feb-08 4:05
led mike29-Feb-08 4:05 
GeneralRe: c++/cli asynchronous socket communication Pin
Member 45422722-Mar-08 17:50
Member 45422722-Mar-08 17:50 
GeneralRe: c++/cli asynchronous socket communication Pin
Mark Salsbery29-Feb-08 6:48
Mark Salsbery29-Feb-08 6:48 
GeneralRe: c++/cli asynchronous socket communication Pin
Member 45422722-Mar-08 18:08
Member 45422722-Mar-08 18:08 
GeneralRe: c++/cli asynchronous socket communication Pin
teejayem4-Mar-08 6:56
teejayem4-Mar-08 6:56 
did you try this?

m_mainSocket->BeginAccept(gcnew AsyncCallback(&ServerChat::Form1::OnClientConnect), null);
AsynCallback^ pfnWorkerCallBack = gcnew AsyncCallback(&ServerChat::Form1::OnDataReceived);


Don't be overcome by evil, but overcome evil with good

QuestionRe: c++/cli asynchronous socket communication (solved but prompt out strange error) [modified] Pin
Member 45422727-Mar-08 20:07
Member 45422727-Mar-08 20:07 
GeneralRe: c++/cli asynchronous socket communication (solved but prompt out strange error) Pin
Mark Salsbery10-Mar-08 9:02
Mark Salsbery10-Mar-08 9:02 
GeneralRe: c++/cli asynchronous socket communication (solved but prompt out strange error) [solved] Pin
Member 454227211-Mar-08 17:17
Member 454227211-Mar-08 17:17 
Questionhow to create a file inside a directory Pin
rose19627-Feb-08 19:50
rose19627-Feb-08 19:50 
AnswerRe: how to create a file inside a directory Pin
Christian Graus27-Feb-08 20:27
protectorChristian Graus27-Feb-08 20:27 
Generaldialogbox Pin
rose19627-Feb-08 16:00
rose19627-Feb-08 16:00 
GeneralRe: dialogbox Pin
Christian Graus27-Feb-08 20:24
protectorChristian Graus27-Feb-08 20:24 
Questionhow to create a model dialog box Pin
rose19627-Feb-08 5:03
rose19627-Feb-08 5:03 
GeneralRepost ignore Pin
led mike27-Feb-08 5:04
led mike27-Feb-08 5:04 
QuestionNode in a treeview Pin
readwrite27-Feb-08 1:48
readwrite27-Feb-08 1:48 
GeneralRe: Node in a treeview Pin
led mike27-Feb-08 5:16
led mike27-Feb-08 5:16 
Generalmodel dialog box Pin
rose19626-Feb-08 22:40
rose19626-Feb-08 22:40 
GeneralRe: model dialog box Pin
led mike27-Feb-08 5:03
led mike27-Feb-08 5:03 
GeneralRe: model dialog box Pin
rose19627-Feb-08 5:25
rose19627-Feb-08 5:25 
GeneralSearching Files.. Pin
ptr2void26-Feb-08 18:00
ptr2void26-Feb-08 18:00 
GeneralRe: Searching Files.. Pin
led mike27-Feb-08 5:00
led mike27-Feb-08 5:00 
GeneralRe: Searching Files.. Pin
ptr2void27-Feb-08 17:48
ptr2void27-Feb-08 17:48 

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.