User Profile

Collapse

Profile Sidebar

Collapse
dyooshi
dyooshi
Last Activity: Oct 3 '16, 04:10 AM
Joined: Sep 25 '16
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • this is my updated coding that I did before you reply. it is kinda similar with what you gave but then I dont know how to make the webcam to take picture automatically.. .
    Code:
    Private Sub LoginButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles LoginButton.Click
            Dim LoginAttempts As Integer = 0
            'Check if username or password is empty
            If PasswordTextBox.Text = "" Or
    ...
    See more | Go to post

    Leave a comment:


  • I have tried using timer but I dont know how to use. Both of these coding work fine without error.
    See more | Go to post

    Leave a comment:


  • Webcam automatic capture after failed login three times

    Im doing an application which is when user plugged in usb drive, login for will come out asking user to login first but if user failed login for three times, webcam will automatically capture. The problem here, how can I make the webcam to automatically capture after failed login for three times?

    Coding for login
    Code:
    Public Class Login
    
        Private Sub LoginButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
    ...
    See more | Go to post
    Last edited by dyooshi; Sep 25 '16, 08:56 AM. Reason: Im adding coding for login
No activity results to display
Show More
Working...