Click here to Skip to main content
15,903,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: delete Pin
Cedric Moonen28-Mar-06 23:55
Cedric Moonen28-Mar-06 23:55 
AnswerRe: delete Pin
David Crow29-Mar-06 3:33
David Crow29-Mar-06 3:33 
GeneralDynamically creating classes by name Pin
Rob Caldecott28-Mar-06 23:31
Rob Caldecott28-Mar-06 23:31 
GeneralRe: Dynamically creating classes by name Pin
Cedric Moonen28-Mar-06 23:43
Cedric Moonen28-Mar-06 23:43 
GeneralRe: Dynamically creating classes by name Pin
Rob Caldecott29-Mar-06 0:02
Rob Caldecott29-Mar-06 0:02 
GeneralRe: Dynamically creating classes by name Pin
Cedric Moonen29-Mar-06 0:11
Cedric Moonen29-Mar-06 0:11 
GeneralRe: Dynamically creating classes by name Pin
Rob Caldecott29-Mar-06 0:15
Rob Caldecott29-Mar-06 0:15 
QuestionTrouble opening connection to serial port through "CreateFile" Pin
Ting Li Che28-Mar-06 22:55
Ting Li Che28-Mar-06 22:55 
Hey Everybody,

I am trying to get access to my serial port through the CreateFile Method like this

HANDLE portHandle = CreateFile( L"COM3:", GENERIC_READ | GENERIC_WRITE, 0, 0, OPEN_EXISTING,FILE_FLAG_OVERLAPPED,0);

but it keeps giving me an invalid handle. I suspect it is the name of the port. I want to access comm port 3 . Any help would be greatly appreciated.

AnswerRe: Trouble opening connection to serial port through "CreateFile" Pin
_anil_28-Mar-06 23:10
_anil_28-Mar-06 23:10 
GeneralRe: Trouble opening connection to serial port through "CreateFile" Pin
Ting Li Che29-Mar-06 2:35
Ting Li Che29-Mar-06 2:35 
AnswerRe: Trouble opening connection to serial port through "CreateFile" Pin
David Crow29-Mar-06 3:35
David Crow29-Mar-06 3:35 
QuestionSubClassWindow, a big confusion for me , I am almost about to cry Pin
yang__lee28-Mar-06 22:47
yang__lee28-Mar-06 22:47 
AnswerRe: SubClassWindow, a big confusion for me , I am almost about to cry Pin
Shoaib Patel28-Mar-06 22:53
Shoaib Patel28-Mar-06 22:53 
Question[Message Deleted] Pin
ddmcr28-Mar-06 22:44
ddmcr28-Mar-06 22:44 
AnswerRe: Check List Box - recommendations Pin
Ștefan-Mihai MOGA28-Mar-06 23:48
professionalȘtefan-Mihai MOGA28-Mar-06 23:48 
QuestionDestroyWindow is giving me a headache Pin
Waldermort28-Mar-06 22:29
Waldermort28-Mar-06 22:29 
QuestionProblem With List Ctrl Pin
Mahesh Kulkarni28-Mar-06 22:29
Mahesh Kulkarni28-Mar-06 22:29 
AnswerRe: Problem With List Ctrl Pin
Rage28-Mar-06 22:33
professionalRage28-Mar-06 22:33 
GeneralRe: Problem With List Ctrl Pin
Mahesh Kulkarni28-Mar-06 22:40
Mahesh Kulkarni28-Mar-06 22:40 
GeneralRe: Problem With List Ctrl Pin
Ștefan-Mihai MOGA28-Mar-06 23:51
professionalȘtefan-Mihai MOGA28-Mar-06 23:51 
Questionquestion about WINCORE.CPP Pin
HOW WHAT28-Mar-06 21:32
HOW WHAT28-Mar-06 21:32 
QuestionGuyz!! help me out hear Pin
evita77728-Mar-06 20:34
evita77728-Mar-06 20:34 
AnswerRe: Guyz!! help me out hear Pin
Cedric Moonen28-Mar-06 20:37
Cedric Moonen28-Mar-06 20:37 
GeneralRe: Guyz!! help me out here Pin
evita77728-Mar-06 20:52
evita77728-Mar-06 20:52 
GeneralRe: Guyz!! help me out hear Pin
Rage28-Mar-06 20:55
professionalRage28-Mar-06 20:55 

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.