Click here to Skip to main content
15,890,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Static OnPaint question Pin
Mircea Puiu21-Sep-05 20:25
Mircea Puiu21-Sep-05 20:25 
GeneralRe: Static OnPaint question Pin
Trollslayer22-Sep-05 1:13
mentorTrollslayer22-Sep-05 1:13 
QuestionAccessing the MessageQueues??? Pin
G.Radhakrishna21-Sep-05 20:10
G.Radhakrishna21-Sep-05 20:10 
AnswerRe: Accessing the MessageQueues??? Pin
John R. Shaw21-Sep-05 21:47
John R. Shaw21-Sep-05 21:47 
AnswerRe: Accessing the MessageQueues??? Pin
David Crow22-Sep-05 3:04
David Crow22-Sep-05 3:04 
QuestionCreate DLL in C++ and Link via a Matlab DLL Pin
ntrprs21-Sep-05 19:44
ntrprs21-Sep-05 19:44 
Questionhow to send structures over tghe comm ports? Pin
Member 226824821-Sep-05 18:34
Member 226824821-Sep-05 18:34 
AnswerRe: how to send structures over tghe comm ports? Pin
David Crow22-Sep-05 3:05
David Crow22-Sep-05 3:05 
Does your code work correctly if you are not using a struct?

The writecom() function should probably be:

void writecom(human *s)
{
    WriteFile(hCom,s,sizeof(struct human),&n,NULL);
}


"One must learn from the bite of the fire to leave it alone." - Native American Proverb



-- modified at 9:10 Thursday 22nd September, 2005
GeneralRe: how to send structures over tghe comm ports? Pin
Member 226824822-Sep-05 18:14
Member 226824822-Sep-05 18:14 
AnswerRe: how to send structures over tghe comm ports? Pin
mikeorama1234522-Sep-05 6:19
mikeorama1234522-Sep-05 6:19 
GeneralRe: how to send structures over tghe comm ports? Pin
Member 226824822-Sep-05 19:19
Member 226824822-Sep-05 19:19 
GeneralRe: how to send structures over tghe comm ports? Pin
David Crow23-Sep-05 2:25
David Crow23-Sep-05 2:25 
GeneralRe: how to send structures over tghe comm ports? Pin
Member 226824822-Sep-05 20:02
Member 226824822-Sep-05 20:02 
GeneralRe: how to send structures over tghe comm ports? Pin
Member 226824822-Sep-05 20:25
Member 226824822-Sep-05 20:25 
GeneralRe: how to send structures over tghe comm ports? Pin
mikeorama1234523-Sep-05 4:09
mikeorama1234523-Sep-05 4:09 
QuestionCan CListBox display items for left to right, top to bottom Pin
followait21-Sep-05 18:25
followait21-Sep-05 18:25 
AnswerRe: Can CListBox display items for left to right, top to bottom Pin
David Crow22-Sep-05 3:09
David Crow22-Sep-05 3:09 
Questionsave picture (*.bmp) Pin
21-Sep-05 18:15
suss21-Sep-05 18:15 
QuestionRe: save picture (*.bmp) Pin
khan++21-Sep-05 21:21
khan++21-Sep-05 21:21 
QuestionCopy using Ctrl+C Pin
sanjay_ksk21-Sep-05 17:34
sanjay_ksk21-Sep-05 17:34 
AnswerRe: Copy using Ctrl+C Pin
Nishad S21-Sep-05 19:00
Nishad S21-Sep-05 19:00 
QuestionRe: Copy using Ctrl+C Pin
sanjay_ksk21-Sep-05 21:21
sanjay_ksk21-Sep-05 21:21 
AnswerRe: Copy using Ctrl+C Pin
Nishad S21-Sep-05 21:43
Nishad S21-Sep-05 21:43 
AnswerRe: Copy using Ctrl+C Pin
Nishad S21-Sep-05 21:55
Nishad S21-Sep-05 21:55 
GeneralRe: Copy using Ctrl+C Pin
sanjay_ksk21-Sep-05 23:03
sanjay_ksk21-Sep-05 23:03 

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.