Results 1 to 3 of 3
  1. #1
    EpicSigMaker's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    386
    Reputation
    10
    Thanks
    75
    My Mood
    Relaxed

    [HELP]ChatSpammer

    1. My stop Butten Dosent Work For Some Reason

    2.I need to know how to display the time

    3.I need to know how to make it say a users name from a textbox Automaticlly

    (Ex.Label1.Text=Textbox1.text)
    But then You have to click on it to make it refresh.

    5.how to make it display the date

    6.How to make A Login and register butten So it will be password protected

    Thanks : P If you tell me how to do this i will thank/rep you and give u another reward PM Me.

  2. #2
    SPittn_Blood's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    148
    Reputation
    10
    Thanks
    15
    My Mood
    Inspired
    1. Its spamming so fast the stop button is canceled out. Try a hotkey instead of a button
    2. label1.text = timeofday
    3. Make a timer, put the interval to 10, Put this code in the timer1.tick, label1.text = bananna ("Dim" bananna as string) and make textbox1.text = bananna
    5. label1.text = datestring
    Last edited by SPittn_Blood; 12-13-2009 at 04:21 PM.

    Pixie force!

    -Current Projects-
    _______________________
    \//Stuff.. :P//\
    Current Code: C#

  3. The Following User Says Thank You to SPittn_Blood For This Useful Post:

    EpicSigMaker (12-13-2009)

  4. #3
    Pixie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pixie wird wieder steigen.
    Posts
    1,884
    Reputation
    22
    Thanks
    229
    My Mood
    Fine
    Quote Originally Posted by EpicSigMaker View Post
    1. My stop Butten Dosent Work For Some Reason

    2.I need to know how to display the time

    3.I need to know how to make it say a users name from a textbox Automaticlly

    (Ex.Label1.Text=Textbox1.text)
    But then You have to click on it to make it refresh.

    5.how to make it display the date

    6.How to make A Login and register butten So it will be password protected

    Thanks : P If you tell me how to do this i will thank/rep you and give u another reward PM Me.
    1. Timer1.Enabled = False

    2. Label1.Text = TimeOfDay

    3. Label1.Text = Textbox1.Text

    5. Label1.Text = DateString

    6. https://www.mpgh.net/forum/33-visual-...siest-way.html