| | |
end statement error happen in vbscript
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: May 2007
Posts: 23
Reputation:
Solved Threads: 0
i want to change background color in panel if checkbox checked is true
i am used vb script;
but i wrote given code
but the expected end of statement error happend
please help me
how define use vbscript...
<script>
Sub Changed()
Try
Dim lcnt As Integer
If Me.c1.Checked = True Then
Me.Panel1.BackColor = Color.Yellow
lcnt = viewstate.Count
viewstate.Add(viewstate.Count, Me.Label1.Text.ToString)
End If
If Me.c1.Checked = False Then
Me.Panel1.BackColor = Color.YellowGreen
End If
Catch ex As Exception
Response.Write(ex.ToString)
End Sub
</script>
i am used vb script;
but i wrote given code
but the expected end of statement error happend
please help me
how define use vbscript...
<script>
Sub Changed()
Try
Dim lcnt As Integer
If Me.c1.Checked = True Then
Me.Panel1.BackColor = Color.Yellow
lcnt = viewstate.Count
viewstate.Add(viewstate.Count, Me.Label1.Text.ToString)
End If
If Me.c1.Checked = False Then
Me.Panel1.BackColor = Color.YellowGreen
End If
Catch ex As Exception
Response.Write(ex.ToString)
End Sub
</script>
![]() |
Similar Threads
- no newline at end of file error (C++)
- End if statements (Visual Basic 4 / 5 / 6)
- SQL statement error (ASP.NET)
- Compiler error (C++)
- updating records using asp and mysql (ASP)
- SQL Query inserts junk data as well (ASP)
- Is there anything wrong with this code (ASP)
- error '80020009' Exception Occured (ASP)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: passing parameters in bat file
- Next Thread: hlp me plz
Views: 1666 | Replies: 1
| Thread Tools | Search this Thread |
Tag cloud for Visual Basic 4 / 5 / 6
* 6 429 2007 access activex add age append application basic beginner birth bmp c++ calculator cd cells.find click client code college column component connection connectionproblemusingvb6usingoledb copy creat ctrl+f data database datareport date delete dissertations dissertationthesis dissertationtopic edit error excel excelmacro file filename form hardware header iamthwee image inboxinvb internetfiledownload keypress label listbox listview liveperson login looping machine microsoft movingranges objectinsert open oracle password prime program prompt range-objects readfile reading record refresh remotesqlserverdatabase report retrieve save search sendbyte sites sort sql sql2008 sqlserver struct subroutine table tags textbox timer urldownloadtofile vb vb6 vb6.0 vba visual visualbasic visualbasic6 web window windows





