VISUAL PROGRAMMING-CS1253 - B.E./B.Tech. DEGREE EXAMINATION,Fourth Semester

Started by Kalyan, Jul 02, 2008, 11:08 AM

Previous topic - Next topic

Kalyan

B.E./B.Tech. DEGREE EXAMINATION,Fourth Semester

VISUAL PROGRAMMING-CS1253

PART-A
1) Explain in brief the windows MSG structure.
2) List the styles for push button child window control.
3) State the use of windows message and event handler.
4) Give the resource script file for a modal dialog box.
5) State some messages and selection flags meant for menu resource.
6) Explain in brief the MFC serialization mechanism.
7) What is an Active X control?
8) Define OLE.
9) State the MFC classes used for ODBC database programming.
10) State the techniques used for playing audio files.

PART-B
11) a) i) Explain in detail the GDI objects.(1) Device context (2)Brush (3)Pen.
ii) Write a win32 program to draw different shapes using different colors
and fill styles.
(or)
b) Explain the windows message map architecture in detail with a sample program.

12) a) i) Describe in detail the Microsoft Foundation classes relating to user interfaces.
ii) Explain the CListBox class and its member functions in detail with an
example program.
(or)
b) i) State the use and explain the common dialog control in detail.
ii) Explain the modal and modeless dialog boxes.

13)a) i) Write notes on the Rich Control in detail.
ii) Explain how reading and writing is done in a SDI document.
(or)
b) What is DLL? Explain its types and advantages in detail. Write a program to
create a user defined DLL.

14) a) Develop an application to create a simple Active X control using MFC.
(or)
b) Explain the OLE drag and drop mechanism in detail

15) a) i) Explain the multithreading concert in VC++.
ii) Explain the use of WinInet API.
(or)
b) Develop a database application for maintaining student details.