How to update all the views whenver document got updated ?
Explain the flow of SDI application?
What is a message map?
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?
what if we provide two message handler for same message ?
1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions
1)How to change a text of a button in runtime?
What function is used to retrieve the currently selected index in a list box?
How can update edit control data of an executing application from other application?
1)At run-time, you can change the icon by calling the LoadIcon() function?
What is the difference between OnInitialUpdate and OnUpdate?
what do you mean by psychic window?
How can i implement the dynamic menus in MFC plz give the code