Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


In VC++ How to transfer between one exe to another exe while
running..

Answers were Sorted based on User's Feedback



In VC++ How to transfer between one exe to another exe while running....

Answer / venkateshwaran r

we can use ShellExecute for transferring one exe to another

syntax:
::ShellExecute
(hwnd,lpOperation,lpFile,lpParameters,lpDirectory,nShowCmd)

Is This Answer Correct ?    10 Yes 1 No

In VC++ How to transfer between one exe to another exe while running....

Answer / guest

Say exe1.exe is executing and from that you need to call
exe2.exe. You can use WinExec(exe2.exe) in code of exe1.exe.
then exe2.exe will be called when exe1 is running. you can
also use CreateProcess() instead of Winexec().

Is This Answer Correct ?    4 Yes 0 No

In VC++ How to transfer between one exe to another exe while running....

Answer / urfriendkishor@gmail.com

I think this is not how to run another application from one
application. This is how to transfer the data between 2
application.

You can do this simply using WM_COPYDATA message.

Even you can try different Inter Process Communication(IPC)
techniques.

Is This Answer Correct ?    4 Yes 0 No

In VC++ How to transfer between one exe to another exe while running....

Answer / siva sankar

We can use system command to run a exe from another exe.


Syntax

System("C:\\exe1.exe");

Note : ShellExecute is better than System function

Is This Answer Correct ?    2 Yes 2 No

In VC++ How to transfer between one exe to another exe while running....

Answer / sahadev tarei

using DodataExchange(.............)
{
Updatedata(TRUE)
Updateda(FALSE)
)
use DDX and DDV

Is This Answer Correct ?    1 Yes 14 No

Post New Answer

More MFC Interview Questions

Explain in sort What is CTargetObject?

2 Answers  


How many types of dialog box are their

10 Answers   Honeywell,


is it possible to display a window .without using windowclass

1 Answers   E Logic,


What is the difference between Struts and JSF? Pls list some most suitable differences.

0 Answers  


what is the use of AFX_MANAGE_STATE ?

4 Answers   HCL,


What is the difference between the Encapsulation and Abstraction

25 Answers   HCL, Invensys, TCS, Wipro,


How you find memory leaks?

4 Answers   ABB,


what is the use of Mutex and critical section

2 Answers  


What is LPCTSTR? What does LP denote it?

4 Answers  


What is the use of CCmdTarget ?

4 Answers  


what is the size of a process

2 Answers   E Logic, IBM,


What MFC base classes provide support for ActiveX controls?

2 Answers   Wipro,


Categories