M.Sc (IT & CA) Sem – I
Object Oriented Programming using Visual C++
List of Practical
----------------------------------------------------------------------------------
(1)
Create Dialog based Application with command button and MessageBox () (Use all Parameters) to print the message with no of clicks whenever user clicks on command button.
(2)
Develop Calculator using Dialog.
Hint: 1 Edit Box, 4 Radio Buttons,
Error Message like Divide by 0 Error,
Create Dialog based Application as shown below with use of ListBox (3a) and ComboBox.(3b)
Create Dialog based Applications with two EditBox to show use of different String function and Show final answer in MessageBox.
Hint: 2 EditBox, Radio Buttons (Min 5), CheckBox (Min 5)
Create Dialog based Applications with multiple Dialog Box to Show functionality of ProgressBar and Slider.
Hint: 3 DialogBox ,
1-> Create and Send Message (Slider)
2-> Show the Status of Message (Progress Bar)
3-> Read Message
Create Dialog based Application with Multiple Dialog box.
Create Dynamic Static Box in 1st Dialog with following values.
* Position where user press Left Button.
Write a program to draw a line using three different mouse events.
Hint:
1-> LBUTTONDOWN
2-> LBUTTONUP
Write a program to
Hint:
* Circle should be Moved from one Point to Another.
* While Moving towards another Point its size should
Write a program to Make Simple Text Editor.
Hint:
* Use Virtual Key.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.