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


What is command routing in VC++

Answers were Sorted based on User's Feedback



What is command routing in VC++..

Answer / geetha

command routing is passing the command to command targeted
objects until the comand is handled.If no command targeted
objects handle the command finally it reaches the
application object which by default ignores the command.

the above answer is different scenarios of command routing.

Is This Answer Correct ?    16 Yes 2 No

What is command routing in VC++..

Answer / indira

This goes in SDI.....

when an event occurs first the command goes to frame, frame
passes it to view, if it doesnt handle the event it passes
to document, if it also doesnt handle it again passes to
doctemplate. if it doesnt handles it returns false to
document, document returns false to view, view also returns
false to frame then frame handles the event, if not it
passes to application object, if it also doesnt handle
default window procedure will handle.

Is This Answer Correct ?    4 Yes 1 No

What is command routing in VC++..

Answer / khan

in SDI:
View -> Doc -> FrameWnd -> App.

In MDI:
CView->CDocument->CMDIChildWnd ->CMDIFrameWnd -> CWinApp.

Is This Answer Correct ?    8 Yes 6 No

Post New Answer

More VC++ AllOther Interview Questions

What is microsoft visual c++ 2005 redistributable?

0 Answers  


What property is used to indicate that the up-down control is associated with a buddy control?

1 Answers  


Suppose multiple threads accessing a registry key at a time. In that case which synchronization object you will use?

4 Answers   Microsoft,


What Is InfoViewer?

1 Answers  


Difference between critical section, mutex and semaphore.

0 Answers  


How to Use mfc71d.dll not mfc71.dll ?

1 Answers  


What is iunknown? Explain some of commonly used methods provided by iunknown.

0 Answers  


What is the purpose of a C++ namespace?

2 Answers  


How can i communicate with two systems one is located some place another is located 100km how from the current systems which protocala i have to use

2 Answers   Invensys,


What is vcredist_x86 exe?

0 Answers  


How to declare more than one variable on a single line?

3 Answers   CMC,


Explain some of commonly used methods provided by iunknown.

0 Answers  


Categories