Explain the way to initialize contents of a dialog
Explain the way to initialize contents of a dialog.
Expert
Within MFC, the contents of a dialog are initialized when they are related with their corresponding data members. It is done by "UpdateData(FALSE)" function. There control data is transferred to the data members by "UpdateData(TRUE)".Within WIN32, the dialog data in controls can be initialized throughout WM_INITDIALOG call. There control data can be updated to the dialog members by using suitable "SendMessage" functions.
Explain the relationship between XHTML and SGML.
State the term SOAP and explain its relation with XML.
Behavior: It is the methods of a class which implement its behavior. A particular object's behavior is a mixture of the method definitions of its class and the present state of the object.
Exception handler: It is a try statement which acts as an exception handler - a place where exception objects are dealt and caught with.
Explain in process verses out of process component.
Illustrate in brief the meaning of active and passive objects?
IEEE 754: The standard 754-1985 issued by Institute of Electrical and Electronic Engineers for the binary floating point arithmetic. It is the standard to which Java's arithmetic matches.
Specify the different file types?
How does a virtual machine simplify the task of writing a distributed application?
Last in, first out: It is the LIFO semantics of a stack data structure. Items are eliminated in the opposite order to which it arrived in the stack; therefore newer items are always eliminated before older ones.
18,76,764
1950677 Asked
3,689
Active Tutors
1417674
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!