Hi... Great People....
-
I want to use command line in mfc.....but i don't know how can i fetch the parameter of command line through mfc.......if there is any good article related to command line plz reply me. Thanx. keep smilling.....b'coz smile is the shortest distance between people....
-
I want to use command line in mfc.....but i don't know how can i fetch the parameter of command line through mfc.......if there is any good article related to command line plz reply me. Thanx. keep smilling.....b'coz smile is the shortest distance between people....
Look for CCommandLineInfo for the MFC way in the MSDN docs ... You can also use ::GetCommandLine() Win32 API for the passed command line. Hope this helps. - tareq
-
Look for CCommandLineInfo for the MFC way in the MSDN docs ... You can also use ::GetCommandLine() Win32 API for the passed command line. Hope this helps. - tareq