Saturday, August 20, 2011

corrected the button click event in a grey area


corrected the button click event in a grey area


    Private Function butclilef(ByVal e As mshtml.IHTMLEventObj) As Boolean
        'System.Console.Write("button clicked: " & e.srcElement.tagName.ToString() & vbCrLf)
        If e.srcElement.id IsNot Nothing Then
            resbutlefstr = LCase(Trim(e.srcElement.id.ToString()))
        End If
        'System.Console.Write("button clicked: " & resbutlefstr & vbCrLf)
    End Function

No comments:

Post a Comment