Jump to content
Welcome, Guest
Existing user? Sign In

Sign In



Sign Up
The MatriX
  • Welcome To Ghbsys
  • CS GO Streaming Version is released. Have fun streaming while cheating!
  • Have a Payment Issue? Send us a Support ticket.
  • Make a thread if you need support or join our discord for live support.
  • Have Suggestions? Make a thread and you'll earn Ghbsys Points for implemented suggestions.
  • Join our discord to stay well connected! Don't forget to integrate your discord to the site
  • Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum

    Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of [GHB] - GAmEhAcKbAsTaRdS Forum by signing in or creating an account.
    • Start new topics and reply to others
    • Subscribe to topics and forums to get email updates
    • Get your own profile page and make new friends
    • Send personal messages to other members.

    [How To] Make a Webbrowser with Date,Time, Linked Picturebox and Alarm


    Efah I.I.I
     Share

    Is it Usefull??   

    8 members have voted

    1. 1. Is the code of my Webbrowser Usefull??

      • Yes
        3
      • No
        5


    Recommended Posts

    Screen of my Webbrowser

     

    wb.JPG

     

     

    All u Need is:

    6 Buttons

    4 Textboxes

    2 Label

    2 Timer

    1 Picturebox

    1 WebBrowser

     

     

    Public Class Form1
    
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    	Timer1.Enabled = True
    	Timer2.Enabled = False
    	Timer3.Enabled = True
    	Timer3.Interval = 1
    End Sub
    
    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
    	label1.Text = TimeOfDay
    
    End Sub
    
    Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    	Timer2.Enabled = True
    End Sub
    
    Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
    	Dim Time As String
    	Dim alarm As String
    
    	Time = label1.text
    	alarm = Textbox1.Text & ":" & Textbox2.Text & ":" & Textbox3.text
    
    	If Time = alarm Then
    
    		My.Computer.Audio.Play("C:\Users\Daniel\Music\Manian - Welcome to the Club(Official Video).wav")
    	End If
    End Sub
    
    Private Sub Button6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
    	Timer2.Enabled = False
    	My.Computer.Audio.Stop()
    End Sub
    
    Private Sub Label2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label4.TextChanged
    	Label2.Text = DateString
    End Sub
    End Class

     

    Full Objectname !!! in My.Computer.Audio.Play("C:\Users\....\Music\musikfile.wav")

    It musst be a .wav file

    Link to comment
    Share on other sites

    nice webroser. but i voted no.

    becouse you wont learn anything of it!

     

    maby say how things work like:

    My.Computer.Audio.Play

    or how you made the alarm

    Link to comment
    Share on other sites

    • 2 weeks later...
    nice webroser. but i voted no.

    becouse you wont learn anything of it!

     

    maby say how things work like:

    My.Computer.Audio.Play

    or how you made the alarm

     

     

    I sayd this are only the fking CODES !!!!!!! so stfu

    Link to comment
    Share on other sites

    • 2 weeks later...
    Guest
    This topic is now closed to further replies.
     Share

    • Recently Browsing   0 members

      • No registered users viewing this page.
    ×
    ×
    • Create New...