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...


How can update edit control data of an executing
application from other application?

Answers were Sorted based on User's Feedback



How can update edit control data of an executing application from other application?..

Answer / anup

First, need to find the handle of the Control by using some API like EnumWindows and enumerrating all windows and checking for the text of the window by GetWindowTExt.
Once, handle of the target control has been identified, SendMessage can be used to send appropriate message to the control. like WM_SETTEXT can be sent to change text of window, etc...

Is This Answer Correct ?    7 Yes 0 No

How can update edit control data of an executing application from other application?..

Answer / bhaskaraiah

To get/set the data of edit control of another running
application you need to get the control ID of the edit
control.This can be obtained by using the "spy++" tool of
visula studio tools.Then use PostMessage to send WM_SETTEXT
meesage to it.

Is This Answer Correct ?    1 Yes 0 No

How can update edit control data of an executing application from other application?..

Answer / saurabh shakya

THERE IS A FUNCTION CWnd::UpdateData()
which update the control data ,the argument paas into it is bool type if it is true then it updates controls from the data members and if it is false then update from the data members to the dialog controls

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More MFC Interview Questions

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

5 Answers   Wipro,


How to access document object from view ?

1 Answers  


How to convert a CString variable to char* or LPTSTR?

5 Answers   Dover,


How to find the mouse entering an image?..while entering need to display next image...

4 Answers  


What is the difference between the ASSERT and VERIFY macros?

4 Answers  


What is the difference between the Encapsulation and Abstraction

25 Answers   HCL, Invensys, TCS, Wipro,


What does mfc stand for?

0 Answers  


How can i change the color of a dropdowncombobox elements

2 Answers  


How to create a Modeless Dialog?

5 Answers  


1)How to load an icon on a button as Dynamically ?

1 Answers   HCL,


19)how to set Back Ground Picture to a Dialog Box in MFC ?

1 Answers  


1) Enable or disable a Cancel button at run time?

1 Answers   HCL,


Categories