Click here to Skip to main content
16,017,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAudio File Bookmarking and Highlighting with Text Links Pin
srisant12-Nov-08 0:55
srisant12-Nov-08 0:55 
RantWhat a retard Pin
led mike12-Nov-08 4:17
led mike12-Nov-08 4:17 
GeneralRe: What a retard Pin
srisant12-Nov-08 18:11
srisant12-Nov-08 18:11 
GeneralRe: What a retard Pin
led mike13-Nov-08 6:59
led mike13-Nov-08 6:59 
Questionwin32 console application using MFC Pin
vemasani12-Nov-08 0:45
vemasani12-Nov-08 0:45 
AnswerRe: win32 console application using MFC Pin
Cedric Moonen12-Nov-08 0:51
Cedric Moonen12-Nov-08 0:51 
GeneralRe: win32 console application using MFC Pin
vemasani12-Nov-08 1:29
vemasani12-Nov-08 1:29 
GeneralRe: win32 console application using MFC Pin
David Crow12-Nov-08 3:06
David Crow12-Nov-08 3:06 
You can write the data to a file that the console app can read, pass it to the console app's command line (this assumes you are using CreateProcess() or ShellExecute() to run the console app), or send the data to the console app's standard input handle.

Without more details on how the two apps are related (i.e., how they are started and communicate), that's all I can offer.

"Love people and use things, not love things and use people." - Unknown

"The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch


GeneralRe: win32 console application using MFC Pin
vemasani12-Nov-08 17:05
vemasani12-Nov-08 17:05 
GeneralRe: win32 console application using MFC Pin
David Crow13-Nov-08 2:32
David Crow13-Nov-08 2:32 
AnswerRe: win32 console application using MFC Pin
CPallini12-Nov-08 0:57
mveCPallini12-Nov-08 0:57 
Questionstd::wstring real content Pin
Ahmed Charfeddine12-Nov-08 0:33
Ahmed Charfeddine12-Nov-08 0:33 
AnswerRe: std::wstring real content Pin
CPallini12-Nov-08 0:49
mveCPallini12-Nov-08 0:49 
GeneralRe: std::wstring real content Pin
Ahmed Charfeddine12-Nov-08 3:38
Ahmed Charfeddine12-Nov-08 3:38 
QuestionRe: std::wstring real content Pin
CPallini12-Nov-08 3:42
mveCPallini12-Nov-08 3:42 
AnswerRe: std::wstring real content Pin
Ahmed Charfeddine12-Nov-08 5:19
Ahmed Charfeddine12-Nov-08 5:19 
QuestionTransparent Dialog but not control.. Pin
gothic_coder12-Nov-08 0:27
gothic_coder12-Nov-08 0:27 
AnswerRe: Transparent Dialog but not control.. Pin
AtomAnt12-Nov-08 3:53
AtomAnt12-Nov-08 3:53 
AnswerRe: Transparent Dialog but not control.. Pin
Hamid_RT12-Nov-08 6:00
Hamid_RT12-Nov-08 6:00 
GeneralRe: Transparent Dialog but not control.. Pin
gothic_coder12-Nov-08 18:49
gothic_coder12-Nov-08 18:49 
GeneralRe: Transparent Dialog but not control.. Pin
Hamid_RT12-Nov-08 19:38
Hamid_RT12-Nov-08 19:38 
GeneralRe: Transparent Dialog but not control.. Pin
gothic_coder12-Nov-08 22:08
gothic_coder12-Nov-08 22:08 
GeneralRe: Transparent Dialog but not control.. Pin
Hamid_RT13-Nov-08 9:08
Hamid_RT13-Nov-08 9:08 
GeneralRe: Transparent Dialog but not control.. Pin
gothic_coder13-Nov-08 19:34
gothic_coder13-Nov-08 19:34 
QuestionBinary Search program Pin
bishshoy00711-Nov-08 23:21
bishshoy00711-Nov-08 23:21 

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.