What are the special requirements for dialog box resources
used in a form view?
Answers were Sorted based on User's Feedback
Answer / lalit
choose an existing dialog resource, you may need to set these styles by using the Properties page for the dialog box. Styles for a dialog box must include:
WS_CHILD=On
WS_BORDER=Off
WS_VISIBLE=Off
WS_CAPTION=Off
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / krishna akkulu
The user interface for a form view is based on a dialog box
template, which is created as a modeless child window of
your view window. Therefore, you should make sure that your
dialog box does not have a border or a caption. You also
need to make sure that the constructor for your view is
passed the resource ID of the dialog box template it will
be using; it will accept either the integer ID or string
name for the resource.
| Is This Answer Correct ? | 1 Yes | 2 No |
What MFC base classes provide support for ActiveX controls?
what is the use of CCmdTarget?
In MFC By Using Communication Between Dialog Boxes,How Can We Send Message Of one Dialog Box To Another Dialog.?
3 Answers Financial Technologies,
What is the initial function to be called in MFC and what it will do
How many types of combo box are their
2 Answers Aaditya Info Solutions, E Logic,
I want recent paper pattern for HP company?
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
In VC++ How to transfer between one exe to another exe while running..
Why not virtual functions to handle messages?
Differ GetMessage, PostMessage & PeakMessage?
What function is used to retrieve the currently selected index in a list box?
What is the difference between ASSERT and VERIFY?