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

Managed C++/CLI

 
QuestionRe: Socket listening but not accepting, why? Pin
led mike27-Jan-09 4:49
led mike27-Jan-09 4:49 
AnswerRe: Socket listening but not accepting, why? Pin
randomVariable27-Jan-09 6:07
randomVariable27-Jan-09 6:07 
GeneralRe: Socket listening but not accepting, why? Pin
staticv28-Jan-09 2:09
staticv28-Jan-09 2:09 
QuestionDoes anyone know how to use Mschart in Visual c++? Pin
sai5623-Jan-09 22:21
sai5623-Jan-09 22:21 
AnswerRe: Does anyone know how to use Mschart in Visual c++? Pin
N a v a n e e t h23-Jan-09 23:10
N a v a n e e t h23-Jan-09 23:10 
QuestionLinker Error in CLR library file while linking to native C++ application. Pin
Member 570390523-Jan-09 12:42
Member 570390523-Jan-09 12:42 
Questionthread creation Pin
staticv23-Jan-09 5:43
staticv23-Jan-09 5:43 
AnswerRe: thread creation Pin
teejayem23-Jan-09 7:46
teejayem23-Jan-09 7:46 
try this

Thread^ clientThread = gcnew Thread(gcnew ThreadStart(cHandler, &ClientHandler::RunClient));


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

GeneralRe: thread creation Pin
staticv23-Jan-09 8:43
staticv23-Jan-09 8:43 
Questionhow to determine application path Pin
naveen_bij22-Jan-09 23:57
naveen_bij22-Jan-09 23:57 
AnswerRe: how to determine application path Pin
Giorgi Dalakishvili23-Jan-09 1:08
mentorGiorgi Dalakishvili23-Jan-09 1:08 
GeneralRe: how to determine application path Pin
naveen_bij27-Jan-09 1:09
naveen_bij27-Jan-09 1:09 
Questionsend serialized object Pin
staticv22-Jan-09 5:15
staticv22-Jan-09 5:15 
AnswerRe: send serialized object Pin
led mike22-Jan-09 6:19
led mike22-Jan-09 6:19 
GeneralRe: send serialized object [modified] Pin
staticv22-Jan-09 7:59
staticv22-Jan-09 7:59 
GeneralRe: send serialized object Pin
led mike22-Jan-09 8:22
led mike22-Jan-09 8:22 
GeneralRe: send serialized object [modified] Pin
staticv23-Jan-09 0:24
staticv23-Jan-09 0:24 
GeneralRe: send serialized object Pin
led mike23-Jan-09 5:10
led mike23-Jan-09 5:10 
GeneralRe: send serialized object Pin
staticv23-Jan-09 5:13
staticv23-Jan-09 5:13 
QuestionProblem with File Open Dialog Pin
bubuzzz22-Jan-09 5:05
bubuzzz22-Jan-09 5:05 
AnswerRe: Problem with File Open Dialog Pin
AVTProgrammerKeith12-Feb-10 6:12
AVTProgrammerKeith12-Feb-10 6:12 
QuestionT-SQL using Sql server Pin
maheesh22-Jan-09 2:29
maheesh22-Jan-09 2:29 
AnswerRe: T-SQL using Sql server Pin
led mike22-Jan-09 4:35
led mike22-Jan-09 4:35 
QuestionAbout T-SQL Pin
maheesh22-Jan-09 2:28
maheesh22-Jan-09 2:28 
Questioncan play video file in visual c++ window form? [modified] Pin
sai5621-Jan-09 3:01
sai5621-Jan-09 3:01 

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.