User Profile

Collapse

Profile Sidebar

Collapse
txc2004
txc2004
Last Activity: Nov 1 '13, 11:59 PM
Joined: Oct 13 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hello!

    If you still need it,
    Check this...

    add 2 radiobuttons
    add one textbox << this only for example put now
    add one listbox << u later put listview
    add one module

    and use this code:

    Code:
    Public Class Form1
    
        Private Sub TextBox1_TextChanged(sender As Object, e As EventArgs) Handles TextBox1.TextChanged
            txt = CType(sender, Control).Text
    ...
    See more | Go to post

    Leave a comment:


  • Hello!

    Hear is one simple code and easy to learn from this.

    Add in your form:
    one label
    one progressbar
    one texbox
    one button

    and put this code:

    Code:
    Public Class Form1
    Dim ellapsedminutes As Integer = 0
    Dim ellapsedseconds As Integer = 0
    
    Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
    ProgressBar1.Minimum = 0
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...