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


i have created runtime menu --
( admistrator ->managepackage,manage module).
but now i want to open a dialog when i select manage
package and any other diaolg when selecting manage module
( whole selection is at run time only ) . Please HELP .its
urgently required

Answers were Sorted based on User's Feedback



i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want t..

Answer / subiksha

Add handler function either in view class or in frame
class. Include that ManagePacakageDialog.h(Dialog which has
to be shown) in that view/frame implementation file.

Go to the handler function for that managepackage menuitem .

CManagePacakageDialog objMPD;
objMPD.DoModal();

Is This Answer Correct ?    1 Yes 0 No

i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want t..

Answer / shaarang

For opening any dialog you must call its DoModal() function.
so at the menu item item click event message handler
function you must create the object of the dialog class
(which was derived from CDialog)
and then call its DoModal()

like if the class was diag so,
diag d1(IDD_DIALOG1);
d1.DoModal();

Is This Answer Correct ?    0 Yes 0 No

i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want t..

Answer / unity

its not like taht sharrang , i found the answer that day
only .
While using appendmeny , i pass the id of the dialog box i
need to open . thats it .

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MFC Interview Questions

how many types of messages are their

4 Answers   E Logic, TCS,


What is the difference between OnInitialUpdate and OnUpdate?

5 Answers  


Name the Synchronization objects?

2 Answers  


How we call a dialog in another dialog?

2 Answers  


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

4 Answers  


what is the use of AFX_MANAGE_STATE ?

4 Answers   HCL,


I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?

1 Answers  


Does the application have more than one object? If no, then what is the reason?

5 Answers  


If i derive a new class from CObject what are the basic features my derived wil get ?

4 Answers   Microsoft,


1)How to change a text of a button in runtime?

2 Answers  


Does the application have more than one object? If Yes, Briefly explain.

2 Answers   Soltius Infotech,


What is mfc class hierarchy?

0 Answers  


Categories