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

C / C++ / MFC

 
GeneralRe: Change CProgressCtrl´s color Pin
VietDelphi6-May-03 10:00
VietDelphi6-May-03 10:00 
GeneralWeek numbers! Pin
Michael Pauli6-May-03 6:20
Michael Pauli6-May-03 6:20 
GeneralRe: Week numbers! Pin
Michael Pauli6-May-03 6:27
Michael Pauli6-May-03 6:27 
Questionhow to display a jpg file on screen Pin
katak6-May-03 6:13
katak6-May-03 6:13 
AnswerRe: how to display a jpg file on screen Pin
jmkhael6-May-03 6:45
jmkhael6-May-03 6:45 
AnswerRe: how to display a jpg file on screen Pin
Joe Woodbury6-May-03 7:38
professionalJoe Woodbury6-May-03 7:38 
AnswerRe: how to display a jpg file on screen Pin
RaajaOfSelf7-May-03 2:45
RaajaOfSelf7-May-03 2:45 
GeneralWindows API comunicate with console C program Pin
franklyflee6-May-03 6:01
franklyflee6-May-03 6:01 
Hi ppl

I have written 6 C programs and I now want to make a GUI, I am using Windows API, writing in C, using DEV C++ as compiler running on Windows XP

I have already create da main window and 6 child windows

Actually I want to display the text output of these 6 C programs on the screens of the child windows. And I planned to simply execute the .exe of the C programs in the child windows

But now I got the problem that I cannot simply execute the C programs in the child windows as I want to display the outputs to the child windows, I have to make a communication between the C program and the child window in the GUI program


As I said I created 6 child windows, each of them are for a particular
C program that I mentioned above. So for like I have program A B C D E F, and child windows A B C D E F. Then the outputs of program A will be displayed in child window A, and then program B for child window B...etc.

These 6 programs are actually written to be run in UNIX environment, it's just I think I should make a nice looking little application window to group these 6 windows. And I don't want console windows...black and grey. And so actually these 6 C programs are very much about text input and output. And to be precise, 5 of them only have outputs and only one has input, and it's like this

printf("Please enter input\n");
getchar();

So I don't even have to monitor the input like mouse input in many of the application windows, I know when to get input.

So my question is how do I make the C programs to communicate with the GUI program so that the outputs will be displayed on the child windows and get the input from the child windows.

Very desparate for some help here. Hope u guyz can give me some hints. =)
Thank you very much!!
Franky


fRaNkLy i'm FrAnKy
GeneralRe: Windows API comunicate with console C program Pin
David Crow6-May-03 6:12
David Crow6-May-03 6:12 
GeneralRe: Windows API comunicate with console C program Pin
franklyflee6-May-03 6:52
franklyflee6-May-03 6:52 
GeneralRe: Windows API comunicate with console C program Pin
David Crow6-May-03 6:57
David Crow6-May-03 6:57 
GeneralRe: Windows API comunicate with console C program Pin
franklyflee6-May-03 7:18
franklyflee6-May-03 7:18 
GeneralRe: Windows API comunicate with console C program Pin
franklyflee6-May-03 15:12
franklyflee6-May-03 15:12 
GeneralRe: Windows API comunicate with console C program Pin
franklyflee6-May-03 16:14
franklyflee6-May-03 16:14 
Generalunicode Pin
alex.barylski6-May-03 5:42
alex.barylski6-May-03 5:42 
GeneralRe: unicode Pin
Phil Hamer6-May-03 13:34
Phil Hamer6-May-03 13:34 
GeneralRe: unicode Pin
alex.barylski6-May-03 14:47
alex.barylski6-May-03 14:47 
GeneralNeed to create Document and Excel in vc++ Pin
harinath6-May-03 5:24
professionalharinath6-May-03 5:24 
GeneralRe: Need to create Document and Excel in vc++ Pin
David Crow6-May-03 5:38
David Crow6-May-03 5:38 
GeneralRe: Need to create Document and Excel in vc++ Pin
Anonymous6-May-03 7:52
Anonymous6-May-03 7:52 
GeneralRe: Need to create Document and Excel in vc++ Pin
Michael Pauli7-May-03 0:49
Michael Pauli7-May-03 0:49 
GeneralRe: Need to create Document and Excel in vc++ Pin
David Crow7-May-03 2:23
David Crow7-May-03 2:23 
GeneralRe: Need to create Document and Excel in vc++ Pin
Dimitris Vasiliadis6-May-03 7:39
Dimitris Vasiliadis6-May-03 7:39 
GeneralRe: Need to create Document and Excel in vc++ Pin
harinath6-May-03 7:57
professionalharinath6-May-03 7:57 
QuestionHow to get all the controls in a CDialog? Pin
melwyn6-May-03 5:19
melwyn6-May-03 5:19 

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.