Microsoft Visual Studio 6.0
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, I am new to Microsoft Visual C++ 6.0 development environment. So i want to do a simple application which takes the User name as a user input. and process it. How can i do it in Win32 Application Please some one provide me some links or samples. Thanks in Advance.
-
Hi all, I am new to Microsoft Visual C++ 6.0 development environment. So i want to do a simple application which takes the User name as a user input. and process it. How can i do it in Win32 Application Please some one provide me some links or samples. Thanks in Advance.
Hi, One way is to accept the string(s) as command line parameter(s) and then use GetCommandLine()[^] to retrieve the command line parameters and then process them.
“Follow your bliss.” – Joseph Campbell