Click here to Skip to main content
15,900,724 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I have a problem with files Pin
toxcct17-May-05 1:34
toxcct17-May-05 1:34 
GeneralGet user from process (windows NT/XP) Pin
JaVinci16-May-05 21:47
JaVinci16-May-05 21:47 
GeneralRe: Get user from process (windows NT/XP) Pin
James R. Twine17-May-05 0:39
James R. Twine17-May-05 0:39 
GeneralRe: Get user from process (windows NT/XP) Pin
JaVinci17-May-05 3:12
JaVinci17-May-05 3:12 
GeneralRe: Get user from process (windows NT/XP) Pin
CodeBeetle26-May-05 7:43
CodeBeetle26-May-05 7:43 
QuestionHow to change the interface language using resource.rc? Pin
Kaworu216-May-05 21:31
Kaworu216-May-05 21:31 
AnswerRe: How to change the interface language using resource.rc? Pin
ThatsAlok16-May-05 21:38
ThatsAlok16-May-05 21:38 
GeneralUrgently need Help Pin
NityaKakkar16-May-05 21:06
NityaKakkar16-May-05 21:06 
I want to create an MFC application in it I want to use perl. Suppose there's a Dialog Box on it there r few buttons when we click on them the perl code associated with that button should be executed.

For eg. there's a button when we click on that button it asks for the name of the project to be created in Visual Source Safe Database.

Or simply u can tell me this eg. For eg. when we click on a button it asks for the ur name & then prints Hello ur name.

Then i'll try to embed this code myself in VC++.

Now, if we click on the create new project button the following code should get executed

chomp ($proj = <stdin>);

system ("ss Create $proj");

print("$proj Project has been Created Successfully.\n\n");

Above code first asks for the name of the project that has to be created. Then second line executes the system cmd & creates a project that the name u specified. ss Create is an system cmd for executing system cmd we use system keyword. And finally prints the msg Project_Name Project has been Created Successfully. This cmd creates a project in VSS.

This script I created for CLI I.e cmd prompt. Now I want the same application to be executed using VC++.

Plz. let me know as soon as possible.Smile | :) Smile | :) Smile | :) Smile | :) Smile | :) Smile | :) Smile | :)
GeneralRe: Urgently need Help Pin
ThatsAlok16-May-05 21:34
ThatsAlok16-May-05 21:34 
GeneralMFC dialog based app and edit control Pin
Rostfrei16-May-05 20:52
Rostfrei16-May-05 20:52 
GeneralRe: MFC dialog based app and edit control Pin
ThatsAlok16-May-05 20:58
ThatsAlok16-May-05 20:58 
GeneralRe: MFC dialog based app and edit control Pin
Rostfrei16-May-05 21:26
Rostfrei16-May-05 21:26 
GeneralRe: MFC dialog based app and edit control Pin
ThatsAlok16-May-05 21:29
ThatsAlok16-May-05 21:29 
GeneralRe: MFC dialog based app and edit control Pin
Rostfrei16-May-05 21:39
Rostfrei16-May-05 21:39 
GeneralRe: MFC dialog based app and edit control Pin
ThatsAlok17-May-05 0:42
ThatsAlok17-May-05 0:42 
GeneralRe: MFC dialog based app and edit control Pin
ddmcr17-May-05 0:36
ddmcr17-May-05 0:36 
Question_chdrive, _mkdir, etc across a network ? Pin
Still learning how to code16-May-05 20:48
Still learning how to code16-May-05 20:48 
QuestionHow to convert the ios::nocreate Pin
Julia116-May-05 20:45
Julia116-May-05 20:45 
GeneralMFC dialog based application and command prompt Pin
Rostfrei16-May-05 20:13
Rostfrei16-May-05 20:13 
GeneralRe: MFC dialog based application and command prompt Pin
uus9916-May-05 20:34
uus9916-May-05 20:34 
GeneralRe: MFC dialog based application and command prompt Pin
Rostfrei16-May-05 21:10
Rostfrei16-May-05 21:10 
GeneralInternet Explorer is 'Work Offline' Pin
Imtiaz Murtaza16-May-05 20:10
Imtiaz Murtaza16-May-05 20:10 
GeneralRe: Internet Explorer is 'Work Offline' Pin
ThatsAlok16-May-05 20:52
ThatsAlok16-May-05 20:52 
GeneralRe: Internet Explorer is 'Work Offline' Pin
Imtiaz Murtaza16-May-05 21:13
Imtiaz Murtaza16-May-05 21:13 
GeneralRe: Internet Explorer is 'Work Offline' Pin
ThatsAlok16-May-05 21:26
ThatsAlok16-May-05 21:26 

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.