VS 2008 - TCP Online Chat / Configuring Router

Dec 22, 2011

I've been working on a tcp online chat. I heard that you need to configure your router to allow other pc to connect or something?

Server :
Imports System.Net, System.Net.Sockets
Public Class frmServer
Dim serverSocket As Socket
Dim clientSocket As Socket
[Code] .....

View 8 Replies


ADVERTISEMENT

Online Chat Application With 2008 Using TCP Or UDP Sockets

Nov 15, 2010

I want to develop a chat application with a server/client model, opening TCP or UDP sockets in VISUAL BASIC 2008. Is there a working example I can download, or some code to help me with this project? [code]Now, instead of 127.0.0.1 I should put some variable or something that keeps the IP address of the target machine?

View 1 Replies

Online Chat Customer Care?

Sep 23, 2010

i m doing a project using vb .net visual studio2005 . i need to develop a online chat application on my website for customer care supports. where i should start and which technology i should use for this web based application..

View 1 Replies

Show All Users Online That Are In Chat?

Nov 8, 2009

I am making a multiuser chat and i want to show all users online that are in chat.. I have a listbox called LB1 how can i have it add the user to the listbox when they enter the chatroom? and also i was wonder if it would be possible to have on the users screen show their username on the top part of the listbox?

View 2 Replies

Integrating Army Knowledge Online Chat

Jan 6, 2012

I'm using this link in my webbrowser: url...And I'm prompted for my Army username and password. It works and the page begins to load (showing a loading bar across the screen) as it's almost finished, a window pops up saying this:"Couldn't load config value for the policy file url; values are: , connectionType:http, password:, server:akoim.us.army.mil, autoLogin:false, red:1, location:, blue:1, green:1, username:".And then it asks me to log in again.how I can successfully complete this? The URL is for the AKO instant message service and I'd liek to integrate it into my program,

View 2 Replies

Making A FTP Chat And Online User List(No Database)?

Jan 11, 2012

I'm making an FTP chat for me and my friends just for practice. how to make the following things:

Online user list(No Database)
Banning System

View 3 Replies

VS 02/03 Make Tray Baloon Like In Chat.that Whenever Is Online It Is Popup And Hide For How Many Seconds?

Aug 17, 2009

how to make tray baloon like in chat.that whenever is online it is popup and hide for how many seconds..?

View 5 Replies

VS 2010 Developing A Chat Application Using Online Connection To A Mysql Database?

Mar 4, 2012

I am developing a chat application using online connection to a mysql databbase. But i am facing a problem. After 10 minutes, MySQL closes all the chat connections because of the 600 seconds timeout (has been set by the host service i am using). I don't understand why is that happening cause every piece of my code which needs data from the database opens and closes the connection (i mean that it dosn't maintain the connection after the query's execution). If i .close() and .dispose() the connection, it still appears in mysql at sleep mode (it terminates only if i exit the program).

Dim MySQLCon as New MySQLConnection
Dim MySQLCom as New MySQLCom
Dim counter as Short

[code]....

View 2 Replies

VS 2008 .NET And Configuring Remote Sql Server?

Apr 14, 2010

I've been messing around with my Sql Server all day and i still cant get a remote computer to connect to it. I've looked at various resources but really, i don't know where to properly look.

I've configured my Sql Server Express 2005 from the Sql Server Configuration Manger:
- Started Server Browser
- Enabled TCP/IP
- Changed my Sql Server Properties to Network Service

Then for my connection string in Visual Studio using VB.NET is:

ConnectionString = "Integrated Security=SSPI;" + "Initial Catalog=mydb;" + "Data Source=VAIOSQLEXPRESS;"

I am unsure about my connection string especially my Data Source. May someone tell me how to find my Data source? Or if there is anything I'm missing?

View 6 Replies

VS 2008 Turn Winsock Chat System Into A Multi-client Chat System?

Mar 25, 2011

i have made a client and server chat system in VB 2008 with winsock,it's a one to one chat and works perfect fine, but do anyone know how to turn it into a multi-client chat system? Code in below: Here is the code for the server:

[Code]...

View 3 Replies

VS 2010 Receiving Chat From A Java Chat Server?

Aug 20, 2011

So, in another related post, i got the chat to send to a java server, cool.Now, it's a matter of sending it back to VB.on the server side of things, (in java), I am using the following

JAVA
public static void sendback(String what2send) throws IOException {
ObjectOutputStream oos = new ObjectOutputStream(mySocket.getOutputStream());

[code]....

View 7 Replies

Configuring ASP.NET Site Map URL Domain

Jun 2, 2010

I have a site map configured as such:

[Code]....

For some reason, even though in the sitemap, the url is defined as "[URL]" or "home.aspx", the currentNode.URL always has the domain attached to the URL, creating bad urls like "[URL]" I've tried to figure out where [URL] was coming from by search my project and inside of my web.config file, but I can't seem to find it.

View 1 Replies

Configuring The Data Sheet?

Feb 16, 2012

I am developingreports in thePrintDocument andI emergedasadoubtin the image belowinformation from the PorcentafemProprietário( Percentage /Ownerdoes) notappearCod'sonly33what Iwould like to happen

the limitof this informationwould be 100%.Anyone knowany waytodetract
fromthe informationthat the reportcorrectlyPercentageDisplay/Ownerin
accordancewith its Cod?[code].....

View 1 Replies

Properly Configuring .NET Combobox?

Dec 15, 2010

I need to put a combobox on a form that displays a list of customers.Each customer has a customer number and customer name.I figured out that VB.NET doesn't have multi-column combo boxes so to get around that I was going to query the data and put a tab between the customer number and name for the display members and have the value member be the customer number:

SELECT CustomerNumber AS ValueMember,
CustomerNumber + CHAR(9) + CustomerName AS DisplayMember
FROM Customers
ORDER BY CustomerNumber

This only works partially in that in the selected area of the combobox, the tab between the number and name shows but when you drop-down the combobox, the tab is not preserved.

Why there is no multi-column combobox native to VB.NET annoys me but that's whole other topic.Does anyone have any ideas for a solution to this problem that doesn't involve getting a third-party control?

View 1 Replies

Configuring Access Database To Project

Aug 26, 2008

My vb2008 project is connected ["PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source = C:MyProductMyInvest.mdb"]to an access database. The numerous searches and filters are sql select coded. The database has been added using the Data Source Configuration Wizard. My problem is when published and loaded on another machine it fails due to being unable to locate the database. I have tried the configuration alternative of making a copy and not.

View 11 Replies

Configuring App.Config File For Connection String?

Jan 28, 2010

I been working on a Printer INK Management Program for my Company. We have many different districts we deal with. Each district has a different Server.I am trying to create the application where they can place the database file anywhere they would like on the server and when they first run the application it would ask them to choose the location of where they placed the file.I would like to know how i would be able to edit the connection string information in the app.config file during run time.

View 1 Replies

Configuring Code For Equations To Show In Listbox?

Apr 26, 2009

I am working on an assignment for Visual Basic, trying to write a program that will enable a user to enter a number and have it display that number and show in a listbox how it would multiply with numbers 1 through 12. An example of this is:

5 X 1 = 5
5 X 2 = 10
...

[code]......

View 5 Replies

Source - Mu Online Game - Can't Make Right "Server Status" To Show Online Or Offline

Jul 28, 2009

I have working on 1 program that is for Mu Online game. Its Mu Launcher program,but i'm having trouble with it. I can't make right "Server Status" to show Online or Offline I can't make autoupdater people to have using this for theyr server.

I make one file launcher.txt to get info the program but i need a lil help to finish thise program. The program is not for 1 server only its freewere . So here is the problem with the Server Status and AutoUpdater to get info from what server..

View 4 Replies

Configuring A Customized Timer Event In Visual Studio 2010?

Jan 17, 2012

I'm having issues on where to begin on the next step in my Visual Studio 2010 project.

Here's my original code:

Private Sub Form1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyDown
If e.KeyCode = Windows.Forms.Keys.VolumeUp Then Shell("C:USBRelayUSBRelay.exe -c:3 -r:1#1")

[Code]....

View 13 Replies

VS 2008 Online Registration In Visual Basic 2008

Nov 5, 2009

VS 2008 Online Registration in visual basic 2008

View 10 Replies

Chat Over Internet VB 2008?

Mar 31, 2010

I built a chat program using Socket (winsock2005dll) but it did not work well on internet, I've heard that using system.net is more powerful

View 1 Replies

VS 2008 Add A Chat Nudge

Apr 11, 2009

Im trying to add a chat nudge,I have a server that basiclys just broad cast it and sends it to who ever is connected

View 10 Replies

VS 2008 Retrieve Value From Online

Oct 11, 2009

I want it so something.txt is on my website, and has various lines like something=1 or 0. When the .exe file starts, it checks that. I specify what value to check (something1, something4, etc.) and if it = 0, the form closes. Basically, so i can disable the .exe from being used using this online file.

View 12 Replies

Make A Program VS 2008 Chat

Jul 14, 2010

i wanne make a program (a client and a Server) oke you run the server and get a window you enter your ip and the name of your Chat server and type a password, than you click start server and the server windows goes down, you give the ip and the name from the server on a friend and he gots a client he types your ip in a window and the name of the server, he connects and we can chat

View 2 Replies

Multi User Chat .net 2008?

Apr 9, 2009

[URL].. Unfortunately that is for i think it was 2003. Most likely it wont update and still work. along with that would it be possible to have users be able to private messege each other, create their own user rooms, and add admin features such as kick, ban, look up ip and such?[URL].. as my login system. its been modified so that the connection string wasnt hard coded.

View 1 Replies

VS 2008 - Disconnecting From Chat Server

Mar 31, 2009

I've been attempting to create a Chat client/server for a while and I found some good tutorials for Visual Basic Express 2008. But I would like my client to be able to disconnect and have the server acknowledge the fact (and send the same message that it does when someone connects) that a client disconnected.
[Code]

View 2 Replies

VS 2008 Make A Chat Program Using Ftp?

Oct 30, 2009

i wanted to try make a chat program using ftp, im not sure how it will work, i imagined some txt documents in the ftp using winsock etc.

View 4 Replies

[2008] Chat Clients Connected ?

Feb 28, 2009

Using this example here, do you think it would be possible to develop it to show who is connected to the server?

View 10 Replies

[2008] Chat Program With Emoticons?

Jan 11, 2009

I have made a GUI for my chat program and I'm going to finish the server stuff later. I am using Emoticons ( ) in both ASCII form and picture form. The ASCII ones work perfectly. I have taken the picture ones and put their pictures on buttons so their click event copies and pastes the picture to the rich text box I'm using for text input, but when i hit the submit button, it doesn't copy the picture.I'm using this code to copy the image from the buttons:

Clipboard.Clear()
Clipboard.SetImage(Me.btnSmi.Image)
Me.rtbIn.Paste()

ive tried making it so it copies the picture from the rich text box but that didnt work. i tried declaring a global variable (imgEmo as image) and the setting the variable = to what ever emoticon button is pushed at the time (click event) and using the following code in the submit button's click event:

Clipboard.Clear()
Clipboard.SetImage(imgEmo)
Me.rtbChat.Paste()

This is the code for my submit button:

rtbChat.Text += ((txtIn.Text + (" --") + (TimeOfDay)))

As a side problem, how do i make it so that every time i hit the submit button it starts a new line and formats the comment like this:

James says: (what ever the message is) --(TimeOfDay)
Kristie says: (What ever her message is) --(TimeOfDay)

I understand that for her answer to be there i need a server and all sorts of other code but i am not interested in that yet. I just need that format.

(Name) says: (string) --(Time)
(Name) says: (string) --(Time)

The name is coming from a separate form, the login form, and it is displayed in the top of my main form as "-- Welcome (Name)". i used the text changes event of the main form to then close the login form. I tried using this line of

'This was a global
Dim strNom As String = Login.txtUrn.Text
'in the submit button's click event
rtbChat.Text += ((strUrn) + ("says: ") + (rtbIn.Text) + (" --") + (TimeOfDay))
strUrn = strNom

This did nothing, in the chat box it returned "says: (message) --(TimeOfDay)".

View 17 Replies

Can't Get IP From Others Pc's Connected To Router

Feb 16, 2012

i need to create a network map (from any pc). For now i get my own ip, the router ip, but i can't get the IP from others pc's connected to the router. Can i get the IP's only with the framework? or i need another external library? [code]

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved