VS 2010 Winsock - Can't Connect To Any Online Computers (using Port 7771)
Mar 18, 2012
I am facing a situation with winsock. My application successfully connects to any computer that is connected on my router but i can't connect to any online computers (using port 7771). It simply doesn't connect without any kind errors. Any ideas? I am using port 7771 as local and remote port.
View 9 Replies
ADVERTISEMENT
Feb 22, 2012
I am using two computer to connect to each other via serial port, I have made a program in VB that allows me to read from the serial port then store whatever that character is to a variable. The only problem is I have to hit a button to read in from the serial port and pass the character to the variable. Is there any way to do this automatically?
View 6 Replies
Sep 12, 2009
This must be really obvious, but how do I make a winsock listen to a specific port (recieve data?)
View 2 Replies
Mar 4, 2010
I'm trying to connect two programs using winsock, I connected it, but I want to send to the server to do some thing like open the camera . or do any thing .
View 1 Replies
May 18, 2010
if i create a chat program and use winsock to connect me and my friend would my friend have to download MSWINSCK.OCX to run the application?
View 2 Replies
Dec 27, 2007
What is a good way to do networking? I tried this example, but it did not work. [URL]
how to connect two computers similar to how you would with Winsock. Also, I would like to be able to send an image, but I can figure that out later.
View 35 Replies
Jan 29, 2011
How can i connect all the computers in a server using vb.net 2005 or latest version of vb.net.?
Scenario: 10 computers in a computer room. connecting it to a server.
View 1 Replies
Aug 16, 2009
I have mysql database in my website (server) .How can i connect to this database using vb.net?
I am only able to connect to local mysql database on my computer.[code]...
View 3 Replies
Apr 1, 2012
in my project, when a new user register online on my website, then my project create a directory on server with the user name "abc" and copy a myDB.mdb file in it.this .mdb file contains predefined 2 tables.now my question is :1 is it possible to connect and use with Dataset.xsd in this task.2 how each user read and write data with there own myDB.mdb file
View 1 Replies
Mar 11, 2010
I am having a small problem... I can connect to a local MySql Database using:
SQLConn.ConnectionString = "Data Source=servername;" & _
"Initial Catalog=databasename;" & _
"User ID=username;" & _
"Password=userpassword;"
Where servername is "localhost". I need to make a connection to an online database (same data structure). What should I put at the servername in that case? I do have all the info about the database in question (Domain, Ip, etc...). Which part should i use?
View 2 Replies
Jan 22, 2009
Can this be done? (It didnt want to connect...) so for example:
[Code]...
if not... what can i do to have a database that can be shared over the net? (My site is unix php based)
View 10 Replies
Jun 5, 2011
Well i somehow failed to use the search on this site. How do i connect to an online mysql database via VB.NET? I did lot's of search the past few days Could not find my answer.
View 11 Replies
Dec 20, 2009
I was wondering how I could, for example, make a prompt, with the text in that prompt match with the text on a secure web-page.[code]...
View 4 Replies
Jun 12, 2011
I have created a program that allows me to remotely access computers on my network (not all done by me i found some code online) however i want to modify that program to allow me to connect to computers not on my network. How can i go about doing this? My program consists of a client and a server. When the server runs it listens for the client on the client side i enter the IP address and it connects so i can send remote commands to the remote system.
View 4 Replies
Oct 25, 2009
Does anyone know where i can find out how to connect to an online database to authorize a user login? On my form i have TextBox1 and TextBox2
View 2 Replies
Feb 24, 2010
How can I connect my vb2008 windows app to an Access 2000 database which is located at www.mysiteserver.com/files/rubbishdatabse.mdb?What code is needed to do so? And where should I put the code in(of coz in the vb app, i know XD, but which part)?
View 8 Replies
Mar 10, 2009
I would like to ask how to connect our application to connected computers in a LAN.Will I use the winsock control?How can I run queries using a server database?Any answers are welcome.
View 3 Replies
Aug 24, 2009
What is my question? Well I believe its not a really hard one for those who know Basic.
Im trying to create a LogBook for an online server. What is the purpose of it, its simple. Right now we are doing it in a forum each one posting in a Log Thread, which game server they did the activity on, date, and time spent.
I have created the program so far, and what i would like to know, is if it would be possible that in the Texboxes i have, once you click submit, you will send the info to a Databse table.
How do i connect to the databse table?
View 2 Replies
Oct 26, 2011
The link below has code to connect to a modem thru the serial port but it is for an earlier version of VB. when I convert the code, it does not fully convert and has 4 errors that prevent building the project. can someone tell me what needs to be changed or added?
[URL]
Note: the error: not CLS-Compliant
View 8 Replies
Nov 3, 2009
has to be able to retrieve an ip address from a list in a text document and send 3 commands to the IP address over port 23 and get the response back for the last command and type it into a text file and after that move on the next ip in the list
View 5 Replies
Nov 5, 2009
How do I connect to a device through a USB port. Saying I know what the device ID is. I want to open up serialized communication between me and the device.
View 3 Replies
Apr 24, 2012
I have a program that connect to 2 printers at the same time. Ribbon Printer and Label printer.
I have set the ribbon printer to be the default printer of the server so that normal document printing can be printed using it. This is very simple and i already finsih the code for it.
However i have a Parallel printer at Port LPT1 which i wish to use it to print label. I have search online but find no solution on how to open connection to LPT1 and print the document in coding.What i can find i only send a window command to the port LPT
View 1 Replies
Jan 12, 2012
I want to connect to serial port and get the data from that using vb.net how to do this.........
i have found one sample and i tried that but in that datareceived event is not firing
View 1 Replies
Mar 7, 2008
I am developing a program that read the message from database and send sms to the user through phone.I am using a developed dll found online to do
this.The flow of my program is like this:
(a).Connect to the port
(b).Send sms if available.
(c).Repeat (b) every 5 minutes.If the Port is not connected in the half way, will try to connect to the port.
View 1 Replies
Nov 6, 2009
Is this possible and how?Is it hard code or can i learn it?
View 1 Replies
Aug 21, 2010
i kinda need one.. i know how to make it work in vb10 by upgrading it from vb08, but i need to put it in a allread existing vb10 existing vb10 project, whit multitrheading.. so i cant use .net 2.0
View 9 Replies
May 19, 2009
I am working on a way to send commands to an Arduino board from a web site. The Arduino board is connected to the computer via a USB port (a COM port).
I have managed to connect and control the board using a VB.NET program. I also wrote a VB.NET class that can instantiate a COM connection and send and receive messages.
My next step is to basically create a program that will act as a proxy between my web server (IIS 7 running on Windows Vista) and the Arduino board. When a user gets to my ASP.NET page, the page will then send a command to the proxy to open the COM connection. When the connection is open and ready then I can send commands to the proxy. In turn, the proxy will send these commands to the board and listen for the responses it receives from the board. The proxy will then pass these messages back to the ASP.NET page.
The main issue I see occurring is that if a second user opens the web page and tries to open the COM port, there will be an error. Will this cause the first connection to fail? I guess I can first check if the port is already in use and give the second user a message. Are there any other potential challenges I am missing or not seeing?
View 1 Replies
May 25, 2010
I'm trying to connect to an external device using a serial port. I found a couple of tutorials with demo code and tried these. Unfortunately they all return the same gibberish unreadible result.[code]I'm sure my port settings are correct (I have the communication protocol of the device.)
View 20 Replies
Apr 23, 2010
I'm trying design an aplication, who receive inputs from a Photocell omron.
I will connect this photocell at serial port, and it, when detect movement, close the circuit.
How can I verifi in the serial port, if the circuit is closed ou opened?
View 6 Replies
Nov 30, 2010
i have downloaded TCP program and try
[Code]...
what is the right IP or Port must i used? between client and server
View 10 Replies