Click here to Skip to main content
15,904,348 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Changing the resolution dynamically Pin
Anthony_Yio1-Oct-03 15:28
Anthony_Yio1-Oct-03 15:28 
GeneralGDI+ font and scalable graphics Pin
Member 55064430-Sep-03 22:50
Member 55064430-Sep-03 22:50 
GeneralRe: GDI+ font and scalable graphics Pin
arturapps1-Oct-03 2:58
arturapps1-Oct-03 2:58 
GeneralRe: GDI+ font and scalable graphics Pin
Member 5506441-Oct-03 3:09
Member 5506441-Oct-03 3:09 
GeneralRe: GDI+ font and scalable graphics Pin
arturapps1-Oct-03 3:23
arturapps1-Oct-03 3:23 
GeneralRe: GDI+ font and scalable graphics Pin
Member 5506441-Oct-03 3:26
Member 5506441-Oct-03 3:26 
GeneralRe: GDI+ font and scalable graphics Pin
Joel Lucsy1-Oct-03 3:40
Joel Lucsy1-Oct-03 3:40 
GeneralCommand Line to Edit Control Pin
skallestad30-Sep-03 22:18
skallestad30-Sep-03 22:18 
I'm trying to build a utility that runs a few console commands and directs the output to an edit control.

i.e. Click a button, it copies some files, and the output of the xcopy command shows up in an edit control.

Another desired result (for an entirely different project down the road) - is to be able to interact with the console application. (end user can give input as needed to the application)

It seems like a fairly easy thing to accomplish (fingers crossed), but I'm having a hard time finding sample source code to work from.

Can you point me in the right direction?

===
The workflow that I'm trying to implement is as follows:
1. Copy files from e:\tiff to c:\clients\$customer name$\tiff
2. Convert images from tiff to jpg (I can do this via command line, requires command line parameters - meaning c:\convert.exe /s:conversiontemplate.txt )
3. Create thumbnail size images (also via command line)
4. Create html for web photo album
5. Copy other files to directory for CD-ROM (autorun.inf, drive.ico, etc.)
6. Upload html docs, images to web server. (using dundas tcp-ip)

I want to put these commands in an MFC app so that my receptionist can just click a button and have all the magic happen. I want the output in an edit control so that if there is a problem, the receptionist can copy/paste the output into an email and have me troubleshoot the process.
(Maybe even have a send-to-steve button that handles that part)

===

GeneralRe: Command Line to Edit Control Pin
David Crow1-Oct-03 4:14
David Crow1-Oct-03 4:14 
GeneralThanks! Pin
skallestad1-Oct-03 7:44
skallestad1-Oct-03 7:44 
GeneralCTreeCtrl and MFC Dialog Pin
hph30-Sep-03 21:09
hph30-Sep-03 21:09 
GeneralRe: CTreeCtrl and MFC Dialog Pin
hph1-Oct-03 2:09
hph1-Oct-03 2:09 
GeneralRe: CTreeCtrl and MFC Dialog Pin
Mike Dimmick1-Oct-03 2:09
Mike Dimmick1-Oct-03 2:09 
GeneralRe: CTreeCtrl and MFC Dialog Pin
Michael Dunn1-Oct-03 5:19
sitebuilderMichael Dunn1-Oct-03 5:19 
GeneralKilling program execution Pin
esepich30-Sep-03 18:32
esepich30-Sep-03 18:32 
GeneralRe: Killing program execution Pin
keegan30-Sep-03 19:06
keegan30-Sep-03 19:06 
GeneralRe: Killing program execution Pin
Mike Dimmick1-Oct-03 2:12
Mike Dimmick1-Oct-03 2:12 
GeneralRe: Killing program execution Pin
Arjan Schouten1-Oct-03 4:33
Arjan Schouten1-Oct-03 4:33 
GeneralCEdit and Regions Pin
Fozed30-Sep-03 17:48
Fozed30-Sep-03 17:48 
GeneralPassing a vector of pointers Pin
mcoloney30-Sep-03 16:06
mcoloney30-Sep-03 16:06 
GeneralRe: Passing a vector of pointers Pin
Dave Bryant30-Sep-03 16:16
Dave Bryant30-Sep-03 16:16 
GeneralRe: Passing a vector of pointers Pin
mcoloney30-Sep-03 16:38
mcoloney30-Sep-03 16:38 
GeneralRe: Passing a vector of pointers Pin
Dave Bryant30-Sep-03 16:43
Dave Bryant30-Sep-03 16:43 
GeneralRe: Passing a vector of pointers Pin
mcoloney30-Sep-03 16:51
mcoloney30-Sep-03 16:51 
QuestionWhy do some API calls not work with my windows service? Pin
csurfer7930-Sep-03 15:49
csurfer7930-Sep-03 15:49 

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.