Getting The IP Adress Of A GPRS?
Apr 12, 2009I am developing an application and necessary to send to my data base address IP of mine pocket PC is using visual beginner's all-purpose symbolic instruction code .net 2005 as I must make?
View 2 RepliesI am developing an application and necessary to send to my data base address IP of mine pocket PC is using visual beginner's all-purpose symbolic instruction code .net 2005 as I must make?
View 2 Repliescan any one tell me how to transfer data through gprs to a oracle server using vb .net
i am using this coding below
IPHostEntry ServerEntry;
TcpClient Client = new TcpClient();
Stream SocketStream;
Byte[] InputData = new Byte[256];
[Code]...
I need to send sms via GPRS Modem with vb.net
View 2 RepliesI'm working on a project, and I can't figure out how to get the IP-adress from a URL, such as [URL]
View 2 RepliesI have a tracking device CT-04 car tracker that i am trying to integrate with my vb.net desktop application. I have the protocol from the manufacturer (redview) that contains the commands to send to the tracker unit and from tracker to the server. My application is in vb.net .
I wanted to know how i can send the commands from my vb application i.e can i still use vb.net to send these commands to the tracker through gprs?
what do i require in terms of hardware and software from my side in order to send these commands through gprs (not SMS ) to the tracker unit and to receive data from the unit.
I am sending data to my server (MyServer.com) from microcontroller device using socket connection, I want to receive data using Socket and store in access database need a tracker for this work
View 3 RepliesHow to increase speed of receiving data through GPRS? We connect through UDP Protocol and sync method for receiving DATA. Can you suggest me to best way to communicate with GPRS? [Code]
View 3 RepliesI am having difficulties connecting to a computer through a router. The problem is that when i use an internet web page to get my IPAdress, I get the Ip Adress of my router and what i really need is to get to The Machine that has a server running on it. Is there anyway to get pass the router and connect directly to the machine without using Port Forwarding.
View 4 RepliesIs it possible to get the text in Address bar of IE/Firefox and set it and if so how,
View 2 RepliesImports System.Net.Mail
Public Class Mail
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim testMessage As New System.Net.Mail.MailMessage
Dim fromAddress As New System.Net.Mail.MailAddress("abc@example.com")
[Code] .....
This is the code I tried but it aint working right, shows failure sending mail, unable to connect to remote server. I am using internet via bluetooth through my gprs enabled cellphone.
How to get the flag icon to a ip adress ? For example, you add a textbox, a button and a picturebox, and the textbox should contain a website[url]... And when you press the button, a function getts the ip adress of the url, and setts the picturebox image to the contry flag icon.
View 18 Repliesany one have a code in vb 2008 which allows me to know the IP address of local network.
View 2 RepliesI have five buttons. Each one has the logo of a website. When the user clicks the button he should go to the website.The five websites are stored in a database (because they need to be changed later during runtime, and the changes saved for the next time the program is opened), in the adress colum.The number of the button corrosponds to the row number of the adress.
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
WebBrowser1.Navigate(Me.Table1DataGridView.adress(1))
[code].....
Is it possible to only change the SMTP adress with VB.Net ???
I searched but no answer..Maybe with VBscript...(another forum)
I am trying to change the computer name and IP address of a client computer, doing so locally.Ideally, I would like it to look something like thisNew Computer Name: [TextBox]New IP Address: [Textbox][Button]That comes up when you click the executable and the program changes the computer name and ip and automatically reboots the computer to apply said computer nameI think have figured most of it, but I can't figure out how to get the my.computer.name out of "readonly" mode.
View 3 RepliesI am doing a project on Sending/ Recieving SMS through VB.Net 2008..I am getting the following string while recieving a message from the modem +CMGR: "READ READ","+91922333666 1",,"08/10/10,12:45:00+22"THIS IS A TEST MESSAGE..Now I want to break it and store in database as [code]where Sender, Date Time and Message are the column name of the database. The Maximum length of the message is 160 characters.
View 2 RepliesHow can i use webbrowser1.navigate to get the adress from 3 differen text boxes and combine them in to one adress,, example textbox1.text contains [URL]
View 2 RepliesI have a web browser with tabs, and I wanted to know the following:
1. When yougo to a webpage the Tab name will be the websites title, if the title is over
2 5 characters, then it ends with a "..."
2. how do I make the adress bar URL change when switching tabs?
I run a server for a project of mine. The clients invoke an Update check function running as a webservice at start-up. These requests are logged to file. I use the following function to log to file:
[Code]....
O_O How can this be returned? Is this normal? Is this possible? How can the request have originated from localhost (127.0.0.1) and at the same time from a remote IP-address? Was the server hacked? Is this a glitch? This was posted some time ago on [URL]: [URL] but no one answered, so I am asking it here again.