VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

draw 15 lable in a frame.the gap between two label is one.make them array of control.name them lblm

srimanta bhattacharjee  (1 Submission)   Games   VB 6.0   Unknown Difficulty   Thu 15th January 2004   Mon 8th February 2021

draw 15 lable in a frame.the gap between two label is one.make them array of control.name them lblm.put another label label1.on the right side

API Declarations


Dim flag As Integer
Public Sub result()
Dim i As Integer
For i = 0 To 14
j = i + 1
If Val(lblm(i).Caption) = j Then
flag = 0
Else
flag = 1
Exit Sub
End If
Next
End Sub

Rate draw 15 lable in a frame.the gap between two label is one.make them array of control.name them lblm (1(1 Vote))
draw 15 lable in a frame.the gap between two label is one.make them array of control.name them lblm.bas

draw 15 lable in a frame.the gap between two label is one.make them array of control.name them lblm Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters