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

Managed C++/CLI

 
AnswerRe: launching a program without black DOS box Pin
nainto23-Jul-06 3:49
nainto23-Jul-06 3:49 
QuestionPolymorphic operator overloads Pin
Mathpurist21-Jul-06 10:42
Mathpurist21-Jul-06 10:42 
QuestionDebugging assemblies Pin
kevinFields21-Jul-06 6:16
kevinFields21-Jul-06 6:16 
AnswerRe: Debugging assemblies Pin
Jonathan [Darka]25-Jul-06 23:06
professionalJonathan [Darka]25-Jul-06 23:06 
QuestionHelp Regarding "Reading from files" Pin
prgr21-Jul-06 4:55
prgr21-Jul-06 4:55 
QuestionWhat is AxMSComm and how we use it Pin
mertadin21-Jul-06 3:08
mertadin21-Jul-06 3:08 
AnswerRe: What is AxMSComm and how we use it Pin
nainto23-Jul-06 3:54
nainto23-Jul-06 3:54 
GeneralRe: What is AxMSComm and how we use it Pin
mertadin23-Jul-06 22:36
mertadin23-Jul-06 22:36 
Thanks for the link. actually VS .Net 2003 beta doesn`t find
#using <axmscommlib.dll>
#using <mscommlib.dll>

using namespace AxMSCommLib;
using namespace MSCommLib;

unless i drag the AxMSComm from "Microsoft Communications Control" from toolbox menu

when i drag it
this->axMSComm1->Handshaking = HandshakingConstants::NoHandshaking; // no handshake is used

It doesnt find NoHandshaking function

what is the reason that VS 2003 .Net compiler doesn`t find that functions.

thanks!!


QuestionHelp needed: another strange calloc/malloc issue Pin
lyuabe20-Jul-06 23:29
lyuabe20-Jul-06 23:29 
AnswerRe: Help needed: another strange calloc/malloc issue Pin
toxcct21-Jul-06 0:21
toxcct21-Jul-06 0:21 
GeneralRe: Help needed: another strange calloc/malloc issue Pin
lyuabe21-Jul-06 0:25
lyuabe21-Jul-06 0:25 
GeneralRe: Help needed: another strange calloc/malloc issue Pin
toxcct21-Jul-06 0:26
toxcct21-Jul-06 0:26 
QuestionCasting problem (String* to LPCVOID) Pin
stancrm20-Jul-06 3:29
stancrm20-Jul-06 3:29 
AnswerRe: Casting problem (String* to LPCVOID) Pin
toxcct20-Jul-06 3:32
toxcct20-Jul-06 3:32 
AnswerRe: Casting problem (String* to LPCVOID) Pin
NrmMyth20-Jul-06 3:33
NrmMyth20-Jul-06 3:33 
AnswerRe: Casting problem (String* to LPCVOID) Pin
Michael Dunn20-Jul-06 5:58
sitebuilderMichael Dunn20-Jul-06 5:58 
QuestionSearching through a file [modified] Pin
Mphot19-Jul-06 21:56
Mphot19-Jul-06 21:56 
AnswerRe: Searching through a file Pin
NrmMyth20-Jul-06 0:51
NrmMyth20-Jul-06 0:51 
QuestionConvert COM component to C++ managed Assembly Pin
Paul Farry18-Jul-06 20:52
professionalPaul Farry18-Jul-06 20:52 
QuestionProblems adding textbox data into sql String Pin
vincent7_618-Jul-06 13:49
vincent7_618-Jul-06 13:49 
AnswerRe: Problems adding textbox data into sql String Pin
led mike18-Jul-06 17:35
led mike18-Jul-06 17:35 
AnswerRe: Problems adding textbox data into sql String Pin
Eric Dahlvang24-Jul-06 12:16
Eric Dahlvang24-Jul-06 12:16 
QuestionCommunicating with top level form Pin
mrhonus18-Jul-06 5:59
mrhonus18-Jul-06 5:59 
AnswerRe: Communicating with top level form Pin
led mike18-Jul-06 6:51
led mike18-Jul-06 6:51 
GeneralRe: Communicating with top level form Pin
mrhonus18-Jul-06 7:39
mrhonus18-Jul-06 7:39 

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.