chat

  1. S

    Question Notify Icon Balloon Tip To Other Windows User

    I am making a User to User chat system. We have a server that a fair few users access remotely from different sites. Because everyone's on the one PC with the same IP I made my program read and write to text files to store the chat logs and receive the messages. (Timer to read text file) So...
  2. A

    Question Simple CHAT application..

    Hi! Sorry if this is a stupid thread... but well... I'm a starter in Visual Basic 2005... I'm tring to create a simple chat app, but my code doesn't work... Here is the code... Client: Imports System Imports System.IO Imports System.Net Imports System.TeXT Imports System.Net.Sockets Public...
  3. S

    Question .Net Chat Application

    hi techies, i am developing chat application using vb.net and asp.net where i am having a div tag inside which i am displaying the messages posted by the online users what my problem is when the messages are more and exceeds the height of the div tag then i am not comfortable to view the...
  4. F

    Question PC1 to PC2 txtbox.text and video triggering...

    Hi, bit of a newb (first post!) Have created a few stand alone projects but nothing major... Using a trial of VB Studio 2010 (.net 4) Could anyone help me with any of these 3?... (they are inter-related) a) I have two networked pc's ("PC1" and "PC2") with a solution on each which has a...
Back
Top