would this work???

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

would this work???
  1. Unread #1 - Apr 6, 2007 at 12:24 PM
  2. kharg0
    Joined:
    Feb 25, 2007
    Posts:
    131
    Referrals:
    0
    Sythe Gold:
    0

    kharg0 Active Member

    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:)
     
  3. Unread #2 - Apr 6, 2007 at 3:35 PM
  4. dodge
    Joined:
    Mar 26, 2007
    Posts:
    125
    Referrals:
    1
    Sythe Gold:
    5

    dodge Active Member
    Banned

    would this work???

    the forum wont let me just say no, but the answer is nop
     
  5. Unread #3 - Apr 6, 2007 at 4:02 PM
  6. hmm
    Joined:
    Jan 21, 2007
    Posts:
    181
    Referrals:
    2
    Sythe Gold:
    5

    hmm Active Member

    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.
     
  7. Unread #4 - Apr 6, 2007 at 5:15 PM
  8. kharg0
    Joined:
    Feb 25, 2007
    Posts:
    131
    Referrals:
    0
    Sythe Gold:
    0

    kharg0 Active Member

    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
     
  9. Unread #5 - Apr 6, 2007 at 7:48 PM
  10. speljohan
    Joined:
    Apr 24, 2005
    Posts:
    1,450
    Referrals:
    3
    Sythe Gold:
    0

    speljohan Guru
    Visual Basic Programmers

    would this work???

    a chat without hosting is impossible if it's intended for more than 2 persons.
     
  11. Unread #6 - Apr 7, 2007 at 1:09 AM
  12. dodge
    Joined:
    Mar 26, 2007
    Posts:
    125
    Referrals:
    1
    Sythe Gold:
    5

    dodge Active Member
    Banned

    would this work???

    try looking at planetsourcecode.com for udp chat or irc chat
     
  13. Unread #7 - Apr 8, 2007 at 1:10 PM
  14. kharg0
    Joined:
    Feb 25, 2007
    Posts:
    131
    Referrals:
    0
    Sythe Gold:
    0

    kharg0 Active Member

    would this work???

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

Users viewing this thread
1 guest


 
 
Adblock breaks this site