Online Examination System for all learner!!! coming soon..

VB 6.0 : Program to change backcolor of form

Design a form such that: in event load, when project runs, the form backcolor property changed (chose any color).

code:
Private Sub Form_Load()
Form1.BackColor = QBColor(12)

 End Sub


C Programming Online Test 1

Following quiz provides Multiple Choice Questions (MCQs) related to C Programming Framework. You will have to read all the given answ...