Click here to Skip to main content
16,007,163 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralConvert CString to TCHAR Pin
RedDragon2k19-Sep-04 0:01
RedDragon2k19-Sep-04 0:01 
GeneralRe: Convert CString to TCHAR Pin
010011011019-Sep-04 0:48
010011011019-Sep-04 0:48 
GeneralRe: Convert CString to TCHAR Pin
David Crow20-Sep-04 10:47
David Crow20-Sep-04 10:47 
GeneralRe: Convert CString to TCHAR Pin
Michael Dunn19-Sep-04 5:32
sitebuilderMichael Dunn19-Sep-04 5:32 
GeneralNeed Help! Using CBitmap Object Pin
Avinash Gupta18-Sep-04 23:48
Avinash Gupta18-Sep-04 23:48 
GeneralRe: Need Help! Using CBitmap Object Pin
Sujan Christo20-Sep-04 2:12
Sujan Christo20-Sep-04 2:12 
GeneralSendMessage Question Pin
hatimad18-Sep-04 20:50
hatimad18-Sep-04 20:50 
GeneralRe: SendMessage Question Pin
Antony M Kancidrowski19-Sep-04 8:53
Antony M Kancidrowski19-Sep-04 8:53 
Are you talking 2 different applications or 2 different threads?

For applications you need to implement some form of interprocess communication (ipc) in which there are various tried and tested methods, each with their pros and cons. I suggest you read up on these before deciding on an appropriate one.

For threads, your child thread will need to process messages. Then you should use PostThreadMessage()

Ant.

I'm hard, yet soft.
I'm coloured, yet clear.
I'm fruity and sweet.
I'm jelly, what am I? Muse on it further, I shall return!
- David Williams (Little Britain)

GeneralRe: SendMessage Question Pin
hatimad19-Sep-04 13:02
hatimad19-Sep-04 13:02 
GeneralRe: SendMessage Question Pin
Antony M Kancidrowski20-Sep-04 6:03
Antony M Kancidrowski20-Sep-04 6:03 
GeneralRe: SendMessage Question Pin
hatimad20-Sep-04 6:41
hatimad20-Sep-04 6:41 
Questionwhat is LValue error?. Pin
NewtonOfComputers18-Sep-04 20:46
NewtonOfComputers18-Sep-04 20:46 
AnswerRe: what is LValue error?. Pin
Andras Zoltan19-Sep-04 3:11
Andras Zoltan19-Sep-04 3:11 
QuestionCan I group function (method) within Struct in ANSI C? Pin
Link260018-Sep-04 19:05
Link260018-Sep-04 19:05 
AnswerRe: Can I group function (method) within Struct in ANSI C? Pin
Michael Dunn18-Sep-04 19:16
sitebuilderMichael Dunn18-Sep-04 19:16 
GeneralRe: Can I group function (method) within Struct in ANSI C? Pin
Link260018-Sep-04 19:23
Link260018-Sep-04 19:23 
AnswerRe: Can I group function (method) within Struct in ANSI C? Pin
cmk18-Sep-04 21:00
cmk18-Sep-04 21:00 
GeneralRe: Can I group function (method) within Struct in ANSI C? Pin
Anonymous18-Sep-04 18:10
Anonymous18-Sep-04 18:10 
Generalstatic constant template member problems Pin
Andras Zoltan18-Sep-04 12:17
Andras Zoltan18-Sep-04 12:17 
GeneralRe: static constant template member problems Pin
Michael Dunn18-Sep-04 12:56
sitebuilderMichael Dunn18-Sep-04 12:56 
GeneralRe: static constant template member problems Pin
Andras Zoltan19-Sep-04 3:08
Andras Zoltan19-Sep-04 3:08 
GeneralRe: static constant template member problems Pin
Michael Dunn19-Sep-04 11:50
sitebuilderMichael Dunn19-Sep-04 11:50 
GeneralRe: static constant template member problems Pin
Andras Zoltan20-Sep-04 12:25
Andras Zoltan20-Sep-04 12:25 
GeneralRe: static constant template member problems Pin
Michael Dunn20-Sep-04 12:36
sitebuilderMichael Dunn20-Sep-04 12:36 
Questionhow to remove MDI doc template Pin
Igemon18-Sep-04 11:22
Igemon18-Sep-04 11:22 

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.