Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/29/07 13:14
Read: times


 
#145093 - a question of visual c++
i am new with Vc++ ;
i am trying to write a program , i want to use command line switches , i see that by using of "main(argc , char *argv[])" in command mode , we can acces to command line switches with "argc" and "argv" parameters.
but how i can access to program swithes when i use MFC appWizard(exe) . in other word how i can access to the command line string when i run my MFC program in command line with switchehs or a filename ?
and when i run it by RUN menu in windows or when i open a file by my appliticantion for example typing:
Myporgram.exe myfile /s
in command line or RUN menu?




List of 9 messages in thread
TopicAuthorDate
a question of visual c++            01/01/70 00:00      
   How to get started            01/01/70 00:00      
   Have you done any windows programming before?            01/01/70 00:00      
      write click applition            01/01/70 00:00      
      Not the right place to ask            01/01/70 00:00      
         What Russ and Andy said.            01/01/70 00:00      
            deferance between chat board and message board            01/01/70 00:00      
               Yes, but            01/01/70 00:00      
               You are absolutely correct, ...            01/01/70 00:00      

Back to Subject List