Forum: Visual Basic
Apr 1st, 2008, 7:21 AM
|
|
Replies: 4
Views: 253
|
Forum: Visual Basic
Mar 31st, 2008, 3:19 PM
|
|
Replies: 2
Views: 220
Re: plz give me some ideal
Firstly…tq coz replies my msg...Sorry for my typing error. Anyway this is my own system for my FYP project...so. I don’t attend any class about it. And lastly,yes.i already have vb6 in my pc…
|
Forum: Visual Basic
Mar 31st, 2008, 2:06 PM
|
|
Replies: 2
Views: 220
plz give me some ideal
plz help..i dont have any ideal to write a program in vb 6. this program is to calculate percentage of student attendance based on month........when teacher enter month and student name...the result...
|
Forum: Visual Basic
Mar 31st, 2008, 1:40 PM
|
|
Replies: 4
Views: 253
Re: someone plz help me with mh code
Private Sub Label5_Click()
Dim pegang3 As String
""""user click at radio button for enter daily report
If Option2.Value = True Then
Set General = db.OpenRecordset("select * from GeneralLog WHERE...
|
Forum: Visual Basic
Mar 31st, 2008, 1:21 PM
|
|
Replies: 4
Views: 253
someone plz help me with mh code
Private Sub Label5_Click()
Dim pegang3 As String
If Option2.Value = True Then
Set General = db.OpenRecordset("select * from GeneralLog WHERE DATE LIKE '*" & Text2.Text & "*'")
Text2 = Combo2 &...
|