0% found this document useful (0 votes)
12 views

Checkbox and Option Box

Uploaded by

vickroid007
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

Checkbox and Option Box

Uploaded by

vickroid007
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

2/4/2016 CODE­VB6.BLOGSPOT.

COM: Check box and Option box Activity

CODE‐VB6.BLOGSPOT.COM
Your Visual Basic Tutor!

HOME BABY THESIS VIDEO TUTORIAL SAMPLE PROGRAM FORUM CONTACT US

CHECK BOX AND OPTION BOX ACTIVITY CHATBOX

10:53 PM | Posted by Paul Anthony Solis |


SCREENSHOT

Translate
CODE
Select Language Select Lan
Private Sub chkBlue_Click()
lblDisplay.Caption = "Blue" Powered by Translate
End Sub Powered by Translate

Private Sub chkGreen_Click()


lblDisplay.Caption = "Green" Download Installer
End Sub

Private Sub chkRed_Click()


lblDisplay.Caption = "Red"
End Sub

Private Sub chkYellow_Click()


lblDisplay.Caption = "Yellow"
End Sub More Next Blog»
Filter Post Here...
0 Create Blog Sign In
Private Sub cmdDefault_Click() Filter Post Here...
lblDisplay.Caption = "Default"
lblDisplay.BackColor = &H0&
lblDisplay.ForeColor = &H8000000F
End Sub

Private Sub cmdExit_Click()


If MsgBox("Close Application?", vbQuestion + vbYesNo, "Confirm") = vbYes Then
End
End If
End Sub

Private Sub Form_Load()


lblDisplay.Caption = "Default"
lblDisplay.BackColor = &H0&
lblDisplay.ForeColor = &H8000000F
End Sub

http://code­vb6.blogspot.in/2012/02/check­box­and­option­box­activity.html 1/3
2/4/2016 CODE­VB6.BLOGSPOT.COM: Check box and Option box Activity

Private Sub optBlue_Click() 0


lblDisplay.BackColor = &HFF0000
End Sub

Private Sub optGreen_Click()


lblDisplay.BackColor = &HC000&
End Sub CODE‐VB6.BLOG
Private Sub optRed_Click() Your Visual Basic Tutor!
lblDisplay.BackColor = &HFF&
End Sub

Private Sub optYellow_Click()


lblDisplay.BackColor = &HFFFF& HOME BABY THESIS VIDEO TU
End Sub

Download Full Project Source Code Here: Check and Option Box Activity CHECK BOX AND OPTION B
10:53 PM | Posted by Paul Anthony Solis
You might also like: SCREENSHOT

ADD, EDIT, Message Box Loading Splash Lesson 10 ­ VB


UPDATE, DELETE, Activity Screen using Built­in Functions
SEARCH and Progress Bar in VB
NAVIGATION in VB 6.0
...
Linkwithin

Labels:VB 6.0 Sample Program

Newer Post Home Older Post

Home Baby Thesis Video Tutorial Sample Program Visual Basic 6.0
Tutorial
Baby Thesis System Documentation Step by Step Simple Program for
Guide Installation of Visual Beginners Introduction
Video Tutorial Studio 6
Intorduction Games written in VB6 Building VB
Sample Program VB 6 to MS Access Applications
Chapter I Database connection Advance
Forum with Data Report and Program/System
Working With Controls
Background of the Data Environment
Contact Us Study All Downloadable for
Advance VB6 to MS Free! Visual Basic 6.0 Data
Statement of the Access Database Types
Problem Connection
Working With Variables
Scope and
Limitation Conditional and Logical
Operators
Chapter II
If / If Then Else /
Gantt Chart Nested Statement

Flowchart Select Case Statement


http://code­vb6.blogspot.in/2012/02/check­box­and­option­box­activity.html 2/3
2/4/2016 CODE­VB6.BLOGSPOT.COM: Check box and Option box Activity
Chapter III
Looping Statements
Program Source
Code Advance Progress Bar

Program Screen Data Report Vs. Crystal


Shot Report

Fact on MSFlexGrid

Menu Editor

VB 6.0 Sample
Program

VB Built­in Functions

Powered By: Code­VB6

Copyright © 2012­2013

http://code­vb6.blogspot.in/2012/02/check­box­and­option­box­activity.html 3/3

You might also like