VS 2008 : Control App Via Internet?
Sep 21, 2009
I have a app that sends me a text message to my cell when my pc starts up. i want to be able to send that app a "packet" or "signal" via the internet to control somesort of action like run a program or pop up a pre defined message or even shut the pc down. im not sure how to send packets or recieve them if its even possible, i know there will be some port forwarding needed on my routers end and i can do that part.
View 15 Replies
ADVERTISEMENT
Apr 11, 2010
I have been looking at a lot of examples an have tried a lot of them but it seems that it only works on a lan and not the internet. If you want me to show you the code I've been using I can show you it.Also, does the winsock control in VB6 work over the internet?
View 6 Replies
Apr 25, 2012
i wrote some code to control an ip device, i made in windows forms application , silverlight and asp.net, they all work on the local network , but won't work from internet web server, i have the router forwarding to local device ip and port,
i get this error:
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 226.45.306.158:4999
here's the code used
Private Function SendRelayCommandTest(ByVal e As String) As String
'SendTextToIP("setstate,1:" & thePort & "," & TheState)
'Dim IPHostCC1 As String = "192.168.1.105"
[Code]....
View 1 Replies
Nov 3, 2011
I want to create a simple client server with GUI to control my little internet cafe in my house.My Question :
1. Where I can get some tutorial to control another computer with my server application
2. Where I can get some tutorial to control bandwidth usage (if can or available)
Honestly, for number one question, I want to block or control user for opening Porn site or Download with download manager that take too much bandwidth so it's affect another user connect too slowlyJust it for billing timing, pricing or another like that I can to program it, but for controling I still didn't understand.
View 2 Replies
Sep 29, 2011
I have a WebBrowser control on one of my forms to provide information to users when they use my program. If the user is connected to the Internet it works fine.But if they are not connected to the internet, it shows the Internet Explorer message saying that there are connection problems.
View 5 Replies
Apr 3, 2010
Any way to make a web browser without the Internet Explorer control.
View 4 Replies
Jun 10, 2009
I am getting an error 12002, which is Request Timeout.I would like to know what its default timeout is.
View 1 Replies
Jul 3, 2009
I have a question regarding clicking a button on a web page through the web browser control in VB .Net Express Edition.I have figured out quite a few tricks and stuff with the web browser control but I can't figure out how to automatically click a button. I know I can invoke the 1st instance of a "submit" type button but I want to click the 3rd instance (or chose which ever one I want).Unfortunately the button declarations in the HTML don't have ID or NAME tags to make it easy to pick them.How would I go about extracting all the buttons on a form in an array form, so I could invoke a certain member of that array and click a button of my choosing.
View 3 Replies
Jan 2, 2012
I am try to Develop a application that can control a PC using SMS with internet. also i turn on the PC power with a cell phone. but After i turn on the PC it will ask for username & password! I store this information on a local database (Eg:MS ACCESS). how can i get that username & password then log in to PC using a VB.NET Program?
View 1 Replies
May 28, 2009
how to communicate remote system using win sock control through internet. this is possiple give example or any idea in vb.net 2005
View 1 Replies
Dec 30, 2011
I'm trying to write a program using Internet Transfer Controls, but I'm using Visual Studio (Visual Basic Express) 2010.
Is Internet Transfer Control omitted from the express version?
View 1 Replies
Mar 3, 2010
I want some of you tell me how to write code control internet shop using vb.net
View 1 Replies
Oct 25, 2011
Question for all of the more experienced programmers out there. I am working on a program with a tab control. One tab will hold a webbrowser control within it. What I am trying to accomplish to have it pull a specific url from my website to the webbrowser control if the person is connected to the internet, BUT if they don't have a internet connection at the time, I would like to display a local html file instead
View 4 Replies
Mar 12, 2011
I made a simple application for a website, the site has a IRC-chat and the program should let you close the window (or actually minimize it to the system tray), and then open it from the tray.the problem that occurs, is that I keep getting a Script Error from IE:url...the weird part is that this does not happen when using Internet Explorer on it's own.so it only happens within the WebBrowser Control in the application I made.the application, also, couldn't be more simple, it had just a single window with only a webbrowser control that loads url..., further the program only has a Notification Icon and a Contextual MenuStrip for the Notification Icon.
View 3 Replies
Feb 17, 2012
I have searched the forums a bit in search of ways to find out how to prevent Internet Explorer to open when you click on a new window link in a WebBrowser control. I came across a topic with this code:
[Code]...
View 1 Replies
Jan 31, 2011
I've been looking for a way to do this for like two days now, and no luck.
What I want to do is get into the temporary internet files, find a certain file....
(^^^ I can do that just fine (using specialfolders, etc) ^^^)
and get the internet address associated with it.
See the attachment if you don't get my meaning.
View 1 Replies
Oct 15, 2011
we have our system running but our system needs to be modified because we did something wrong...we are doing an "Internet monitoring System" in our school library where the user can only access the internet 1hr a day, and he/she cannot use the internet within that day if he couldn't buy a time on a serve...every students should only have 20hrs time usage per semester...our problem is every day their 20hrs is being reduced in 1hr.. the rule is the time per semester which is 20hrs that is given to the students was reduced 1hr only if he uses the internet..but our system is reducing their 1hr every day.
View 1 Replies
Oct 12, 2009
In VB6 I used internet explorer object a lot. There things internet explorer object can do that webbrowser control cannot. For example, internet explorer object is easier to debug because when the application is in debug mode, internet explorer object is still interactive with client. Also we can clear cookies and resstart with internet explorer object. We can do ie.quit, then set ie=new internetexplorer then ie.visible=true
In vb.net internet explorer object becomes webbrowser control and I have no way to do that? How can I delete cookies and then restart webbrowser control? How can I tell webbrowser control to "quit" or destroy it self? That sort of thing.
View 1 Replies
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
Aug 6, 2009
I want to disconnect to the internet. And i tryed Process.Start("ipconfig.exe", "/release") I was told this in another thread but its not working
View 5 Replies
Jul 12, 2009
Upon searching and learning more about vb.NET. I developed simple application using webbrowser component. I want to ask if it is possible to hide our IP over the internet using vb.NET?
View 1 Replies
Mar 21, 2009
How can I know if the PC is connected to the web or not? if there is a connection to the internet?
View 6 Replies
Mar 8, 2012
How to hide my ip to internet like software "Super Hide IP" [URL]... Principle of operation of what it is! I am using VB.NET.
View 4 Replies
Mar 11, 2010
How your guys run the IIS? I am just done a project (vb.net with access) on the vb 2008 express, but not sure the steps to set up and run the project on the internet with IIS?
View 2 Replies
May 14, 2010
I was thinking is there a code that I can use to get the Internet Explore cache? Can I use the Environment method?
View 3 Replies
Sep 29, 2009
how to make a program that sends files from a computer to another?
View 7 Replies
Jun 26, 2009
I have an app that gets all the network computers on a local network. Is there any way to block the connection of a computer by the IP/host name? I want to manage my wireless connection at home so that no one can steal my signal.I would use this app on the computer connected to the wireless router.Anyhow, is this possible? Isn't it? Many online games ban the players by IP, so I thought it could be done.
View 4 Replies
Aug 2, 2010
How can I change my internet homepage in both IE + FF?I think you can do it by the registry?
View 5 Replies
Dec 16, 2009
There are some programs like uTorrent that allow me log into them through the url...How would I be able to create a port like that, and display information there?
View 3 Replies
Jul 22, 2010
how do get text from Internet Explorer_Server of Y!M Windows?? I Try but not work.
View 5 Replies