Adblock breaks this site

would this work???

Discussion in 'Programming General' started by kharg0, Apr 6, 2007.

  1. kharg0

    kharg0 Active Member

    Joined:
    Feb 25, 2007
    Posts:
    131
    Referrals:
    0
    Sythe Gold:
    0
    would this work???

    the basic email code ...

    Code:
    Dim i As Integer
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            For i = 1 To TextBox4.Text
                Dim G As New Net.Mail.SmtpClient
                G.Host = "host here"
                G.Send(TextBox2.Text, textbox1.Text, TextBox3.Text, RichTextBox1.Text)
            Next
        End Sub
    could i bend that to make it so when i type somthing an a textbox
    then it appears in another textbox ecept everyone that has the program see's it???

    thx:)
     
  2. dodge

    dodge Active Member
    Banned

    Joined:
    Mar 26, 2007
    Posts:
    125
    Referrals:
    1
    Sythe Gold:
    5
    would this work???

    the forum wont let me just say no, but the answer is nop
     
  3. hmm

    hmm Active Member

    Joined:
    Jan 21, 2007
    Posts:
    181
    Referrals:
    2
    Sythe Gold:
    5
    would this work???

    like a conversation type thing?
    you could do that on a website that has an upload script..download the log so far and add to it>reupload>load into textbox..

    dunno about bandwith though.
     
  4. kharg0

    kharg0 Active Member

    Joined:
    Feb 25, 2007
    Posts:
    131
    Referrals:
    0
    Sythe Gold:
    0
    would this work???

    alright does any 1 know how to make like a chat without hosting or using a website?

    or how about i use this code and if i get it to work then i can like steal hotmail then put it so when i type a message in the textbox at the top it shows hotmail and it appears???

    it wouldnt be the best but it would be an accomplishment
     
  5. speljohan

    speljohan Guru
    Visual Basic Programmers

    Joined:
    Apr 24, 2005
    Posts:
    1,450
    Referrals:
    3
    Sythe Gold:
    0
    would this work???

    a chat without hosting is impossible if it's intended for more than 2 persons.
     
  6. dodge

    dodge Active Member
    Banned

    Joined:
    Mar 26, 2007
    Posts:
    125
    Referrals:
    1
    Sythe Gold:
    5
    would this work???

    try looking at planetsourcecode.com for udp chat or irc chat
     
  7. kharg0

    kharg0 Active Member

    Joined:
    Feb 25, 2007
    Posts:
    131
    Referrals:
    0
    Sythe Gold:
    0
    would this work???

    k thx dodge
     
< My Second C Program... A Calculator... | [C++] sudoku solver >


 
 
Adblock breaks this site