Create A Program That Will Disconnect/connect From The Internet?
Mar 18, 2010
I'm trying to create a program that will disconnect/connect you from the internet.Example:When I press F10, I get disconnected from the internet. When I press F11 It connects me to the internet.
View 4 Replies
ADVERTISEMENT
Sep 5, 2011
For an answer to this questions I've been looking years from now, then I couldnt find it and now it's complicated. I am working on a project to fully manage a computer's connection, it can check IP, change it, etc. But, I really, really need a function to sucessfully connect/disconnect a PC from the ineternet without promps or other screens, IPCONFIG and DHCP command aren't useful!, im exploring RAS but couldnt come to anything yet
View 1 Replies
Aug 5, 2009
Is there anyway that i can get a program to disconnect the user from there internet that they are currently connected to?
View 21 Replies
Sep 8, 2010
I'm fairly new to VB.NET and I'm looking to create a module that will contain all general SQL functionality like connect, disconnect and execute a sql query etc. I think I'm almost there but the code keeps bombing in one place. Can anyone see what is wrong with the following code?
[Code]...
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
Jan 13, 2010
I have a VPN connection set up on my computer. I am trying to make a button in my VB.NET program to connect/disconnect to/from the VPN connection. I have tried making a shortcut to the VPN on my desktop and calling it with the Shell method but I get an error saying file not found. I have also added the shortcut extension ".lnk" and still have the same error.
[Code]...
View 2 Replies
Mar 29, 2011
I am thinking about creating a program that when a browser (such as IE) opens it will turn my connection to the internet on, and when the browser is closed it will disable my connection. What type of things do I need read upon in order to accomplish something of this nature?
View 2 Replies
Jan 13, 2010
I have a VPN connection set up on my computer.I am trying to make a button in my VB.NET program to connect/disconnect to/from the VPN connection.
I have tried making a shortcut to the VPN on my desktop and calling it with the Shell method but I get an error saying file not found.
View 3 Replies
Apr 4, 2009
how to create a screen capture program in internet monitoring system...
View 5 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
May 22, 2009
I have finished a project with SQL database . Today, i introduced for customer , and they contented about my software. But they have a another shop and far away from current shop : 60 km so they want to connect to server from client at that shop. As far as. i haven't ever connect through internet. Please show me basic steps to do that. example :
[Code]...
View 8 Replies
Nov 9, 2010
I wrote a password storage app that uses cryptography to store password and user info. Each time I start the app either in the IDE or from Windows it attempts to connect to the internet. It is not supposed to connect to anything except a local Access mdb file. Nothing in the app has any need to access the internet. If I disallow the connection thru my firewall, I get the following exception:
[Code].....
View 6 Replies
Dec 4, 2009
have connected 2 computer via lan (using sql server)But i want I Can access to other PC through Internet using sql server, Namely i want to access database sql on that PC. I REAd Some document about that but i am wonder , and i dont see very clearly. Can i use VPN to connect via internet or other too
View 5 Replies
Feb 15, 2011
I really wanna know how to connect database on Internet using vb code
View 1 Replies
Dec 2, 2011
I have SQL server install on a server computer and have internet connection.
I have a few client computers want to connect to SQL server by internet ,
View 2 Replies
Jul 10, 2010
I have a small web browser application I wrote in VB.NET that is specific to it's use. To set it up, I have to setup port forwarding. Is there any way I can write another .NET app that runs on my dedicated server, accepts an incoming connection from my home PC that sits there. Then any other incoming connection from the outside world can then be connected to my home pc through the app on the dedicated server? If there is a term for this sort of process or program, I do not know what it is.
View 3 Replies
Mar 31, 2009
[color=#CC66CC]hiiiiiiiiiiiiii every one[/color]
[color=#FF6666]
how can I connect to oracle 10g XE database throw the Internet using Visual Studio .Net? I mean how can I get what I want from my DB using the Internet and what is the compatible version of Visual Studio .Net with oracle 10g XE?[/color] [color=#330033]I wanted to work with oracle Jdevloper but I could not understand anything realy and could not find somthing to show how to start it even :blink:?
View 2 Replies
May 26, 2012
I have an internet available SQL Server 2008 R2 instance that is running normally. Clients connect over the internet from vs 2005 and 2010 desktop applications, without issue. My scan gun application can connect to the local instance (if I'm in my office) but not to the internet instance from my Windows Mobile 5.0 scanning device. Connect string = user id=[Code]. This connection string works fine for the desktop apps. It's not a port issue, I have all the correct ports open.
View 10 Replies
Jan 14, 2012
I have a very irritating problem with connecting to SQL Server/Database. I've created a windows form and connected it to the database on my server (connection string: "Data Source=KARIMOV-PC;Initial Catalog=ApplicationForm;Integrated Security=True")... it works well and without any problems!!But I when I tried to connect my application to the database through internet with connection string "Data Source=190.190.200.100,1433;Network Library=DBMSSOCN;Initial Catalog=ApplicationForm;User ID=KARIMOV-PC\KARIMOV (My computer name and windows authentication ID);Password=;", the "USUAL" message has appeared to me saying."A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)".
I really really need to understand why my own server "KARIMOV-PC" doesn't work as a remote SQL Server although the SQL Remote Connections and SQL Browser r enabled and running? And Why .\SQLEXPRESS is the more needed/required although I log in to SQL with Windows Authentication, but not SQL Authentication??
View 6 Replies
May 29, 2012
i m currently working on application that has to monitor temperature and humidity of a particular place and constantly report the same to the user over internet. So far, I m using LPC1768 and its ethernet module collect the data, process it and send it to the router. On the other side, i have a computer which is connected to the same router and running a VB application where the data is mined and reported in a excel.
This setup works just fine. Now, i want to monitor the same data over internet. How can i do the same?
Here i was able to connect to the micro-controller using the IP 192.168.1.100 port 80. I m aware that the IP is a local one and to access the micro controller from Internet there is another way.I have a IP based webcam which enables us to monitor from internet. How should i make micro-controller data be accessible from internet.(similar to IP Camera).
View 1 Replies
Feb 27, 2011
I have the same problem as in this thread [URL].
I am connecting to a SQL database on a hosted server and everything is ok but if I publish the application then it fails to connect which is a bummer because then I can't debug it!
I have tried turning off windows firewall and that doesn't make any difference.
View 8 Replies
Mar 2, 2011
The BBC has created this website with a series of courses to enable people who may fear using a computer to get to grips with the basics. Some of the areas are aimed at potential "silver-surfers". Older people who may find using a computer useful for things such as email, shopping, sharing photos and such like.
[Code]....
View 2 Replies
Apr 7, 2010
I need to connect from my desktop app l(in VB.net) to a database (in MS Access) placed on the internet.[code]...
View 6 Replies
Feb 12, 2010
I installed MS-SQL Server 2005 Express edition at my home and I want to connect my database from office by using VB/VB.net.
View 4 Replies
Aug 31, 2010
When I make an application using an HTTPWebRequest to connect to the internet, the GUI freezes whenever it's doing something. When I run the WebRequest on another thread, it still freezes a bit. Is there a way to completely stop the freezing?
View 3 Replies
Jan 3, 2011
I would like to create a program that could; open a website, log on to my account, scan a page for links, and open those links. The ultimate goal would be to reduce time spent checking things like e-mail or MySpace.
View 1 Replies
Nov 4, 2011
I found similar forum thread [URL], but he don't have answers. How I can conncect | send | recive data using tcp connection with specific internet service (not web).
View 1 Replies
Jun 8, 2011
I was wondering how to click a button on the internet or another program via a program in visual basic 2010.An example would be: Have a program being able to click the "Search" button in google or the "I'm feeling lucky" button??
View 3 Replies
Sep 27, 2010
[code]...
when the Internet it's ok,this code it's okay,too.but when the Internet it's not connect or the webside server it's so busy,it's going to error,it said "Webexpection it's not handle".what should I do?
View 4 Replies
Mar 6, 2011
I have been trying to work on a utility that creates an Internet shortcut to the URL the user specifies and places the shortcut in the location the user specifies.
I found C++ code (which has syntac errors, apparently, so I can't convert it.), VB6 code (which also had a problem being converted), and VBS code (which is pretty much incompatible with everything).
View 8 Replies