Click here to Skip to main content
15,902,112 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MDI question (when closing MDI Child windows) Pin
Brian Shifrin28-Apr-03 13:28
Brian Shifrin28-Apr-03 13:28 
GeneralTemplate question problem Pin
grscot28-Apr-03 8:21
grscot28-Apr-03 8:21 
GeneralRe: Template question problem Pin
Chris Losinger28-Apr-03 8:31
professionalChris Losinger28-Apr-03 8:31 
GeneralPrinting Question for Roger Allen Pin
doctorpi28-Apr-03 6:19
doctorpi28-Apr-03 6:19 
GeneralRe: Printing Question for Roger Allen Pin
Roger Allen29-Apr-03 2:40
Roger Allen29-Apr-03 2:40 
GeneralRe: Printing Question for Roger Allen Pin
doctorpi29-Apr-03 5:05
doctorpi29-Apr-03 5:05 
QuestionHow to read command line parameters Pin
gmlnd28-Apr-03 6:10
gmlnd28-Apr-03 6:10 
AnswerRe: How to read command line parameters Pin
Hans Dietrich28-Apr-03 7:30
mentorHans Dietrich28-Apr-03 7:30 
azi_games wrote:
my program reads the command and does the wash automatically

Yes, this is easy and commonly done. You can store parameters for program in INI file, in Registry, or even read them for command line - see XGetopt for an example of reading command line.


azi_games wrote:
without opening the actual program

I do not understand what you mean. If the user clicks on a program, he expects to see something happen. If nothing happens, he will probably click again. After three or four times, he will probably think your progam doesn't work, and will delete it from system.

Of course, if this is really what you want to do, then there are ways to make a program invisible - e.g., on NT, make it a service. Or make your program's main window the child of an invisible window - it will not even show in the taskbar.

Best wishes,
Hans
GeneralRe: How to read command line parameters Pin
gmlnd28-Apr-03 7:43
gmlnd28-Apr-03 7:43 
GeneralRe: How to read command line parameters Pin
David Crow28-Apr-03 9:50
David Crow28-Apr-03 9:50 
Generaldifference between two CTime objects in days Pin
naradaji28-Apr-03 5:39
naradaji28-Apr-03 5:39 
GeneralRe: difference between two CTime objects in days Pin
João Paulo Figueira28-Apr-03 6:00
professionalJoão Paulo Figueira28-Apr-03 6:00 
GeneralRe: difference between two CTime objects in days Pin
Anonymous28-Apr-03 20:45
Anonymous28-Apr-03 20:45 
QuestionPIDLs persistent? Pin
Jamie Parent28-Apr-03 5:08
Jamie Parent28-Apr-03 5:08 
Generalcalling obejct's operation in exe from dll Pin
Member 23369528-Apr-03 4:21
Member 23369528-Apr-03 4:21 
GeneralRe: calling obejct's operation in exe from dll Pin
valikac28-Apr-03 8:28
valikac28-Apr-03 8:28 
GeneralRe: calling obejct's operation in exe from dll Pin
Member 23369528-Apr-03 21:27
Member 23369528-Apr-03 21:27 
GeneralRe: calling obejct's operation in exe from dll Pin
John R. Shaw28-Apr-03 16:00
John R. Shaw28-Apr-03 16:00 
QuestionHow to initialize MFC app Pin
bob_brown_200028-Apr-03 3:51
bob_brown_200028-Apr-03 3:51 
AnswerRe: How to initialize MFC app Pin
jmkhael28-Apr-03 3:54
jmkhael28-Apr-03 3:54 
AnswerRe: How to initialize MFC app Pin
David Crow28-Apr-03 4:04
David Crow28-Apr-03 4:04 
AnswerRe: How to initialize MFC app Pin
Joan M28-Apr-03 4:16
professionalJoan M28-Apr-03 4:16 
AnswerRe: How to initialize MFC app Pin
Ravi Bhavnani28-Apr-03 5:00
professionalRavi Bhavnani28-Apr-03 5:00 
AnswerRe: How to initialize MFC app Pin
bob_brown_200028-Apr-03 7:00
bob_brown_200028-Apr-03 7:00 
GeneralLooking for a Edit box where i can set the font size. Pin
whofmans28-Apr-03 3:36
whofmans28-Apr-03 3:36 

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.