I'm wanting to create a simple program for my computer at home. I would
like to keep my wireless network disabled and then only enable it when
a certain program starts (internet explorer or firefox), and then
disable the network when the program closes. Trapping when ie or
firefox starts isn't a problem, I just can't figure out how to enable
and disable the wireless network. Does anyone have any ideas on how to
do this?
At the very least could someone tell me if this is even possible (with
VB, C#, or C++) or if I am just wasting my time?
Thanks! 11 2460
I'm wanting to create a simple program for my computer at home. I would
like to keep my wireless network disabled and then only enable it when
a certain program starts (internet explorer or firefox), and then
disable the network when the program closes. Trapping when ie or
firefox starts isn't a problem, I just can't figure out how to enable
and disable the wireless network. Does anyone have any ideas on how to
do this?
At the very least could someone tell me if this is even possible (with
VB, C#, or C++) or if I am just wasting my time?
Hi,
I think your best bet is asking in the appropriate platformsdk group.
The groups you posted in are mostly for programming language related
questions.
Not that we don't want to help you, but this is not the place where most
plaform experts hang out.
--
Kind regards,
Bruno van Dooren br**********************@hotmail.com
Remove only "_nos_pam"
Thanks for your quick reply! I'm guessing from your reply that there is
no quick way of doing this with C++?
I think your best bet is asking in the appropriate platformsdk group.
You don't know what the newsgroup is for the windows XP sdk off hand do
you?
Again, thanks for your time!
Bruno van Dooren [MVP VC++] wrote:
I'm wanting to create a simple program for my computer at home. I would
like to keep my wireless network disabled and then only enable it when
a certain program starts (internet explorer or firefox), and then
disable the network when the program closes. Trapping when ie or
firefox starts isn't a problem, I just can't figure out how to enable
and disable the wireless network. Does anyone have any ideas on how to
do this?
At the very least could someone tell me if this is even possible (with
VB, C#, or C++) or if I am just wasting my time?
Hi,
I think your best bet is asking in the appropriate platformsdk group.
The groups you posted in are mostly for programming language related
questions.
Not that we don't want to help you, but this is not the place where most
plaform experts hang out.
--
Kind regards,
Bruno van Dooren br**********************@hotmail.com
Remove only "_nos_pam"
I've had a look for you and via an external message board have found
something that might help you. On a similiar topic by a previous poster
Mike Flasko suggested using WMI. The links he provided were out of
date. But I have managed to find a current WMI Networking link into
MSDN. http://msdn2.microsoft.com/en-us/library/aa394595.aspx
I hope it may be useful in someway,
Gary- ju*************@yahoo.com wrote:
Thanks for your quick reply! I'm guessing from your reply that there is
no quick way of doing this with C++?
I think your best bet is asking in the appropriate platformsdk group.
You don't know what the newsgroup is for the windows XP sdk off hand do
you?
Again, thanks for your time!
Bruno van Dooren [MVP VC++] wrote:
I'm wanting to create a simple program for my computer at home. I would
like to keep my wireless network disabled and then only enable it when
a certain program starts (internet explorer or firefox), and then
disable the network when the program closes. Trapping when ie or
firefox starts isn't a problem, I just can't figure out how to enable
and disable the wireless network. Does anyone have any ideas on how to
do this?
>
At the very least could someone tell me if this is even possible (with
VB, C#, or C++) or if I am just wasting my time?
Hi,
I think your best bet is asking in the appropriate platformsdk group.
The groups you posted in are mostly for programming language related
questions.
Not that we don't want to help you, but this is not the place where most
plaform experts hang out.
--
Kind regards,
Bruno van Dooren br**********************@hotmail.com
Remove only "_nos_pam"
On further research into your problem, that might not be the most
useful of links, however... this may. http://mcpmag.com/columns/article.asp?EditorialsID=619
Gary-
garyuse...@myway.com wrote:
I've had a look for you and via an external message board have found
something that might help you. On a similiar topic by a previous poster
Mike Flasko suggested using WMI. The links he provided were out of
date. But I have managed to find a current WMI Networking link into
MSDN.
http://msdn2.microsoft.com/en-us/library/aa394595.aspx
I hope it may be useful in someway,
Gary- ju*************@yahoo.com wrote:
Thanks for your quick reply! I'm guessing from your reply that there is
no quick way of doing this with C++?
I think your best bet is asking in the appropriate platformsdk group.
You don't know what the newsgroup is for the windows XP sdk off hand do
you?
Again, thanks for your time!
Bruno van Dooren [MVP VC++] wrote:
I'm wanting to create a simple program for my computer at home. I would
like to keep my wireless network disabled and then only enable it when
a certain program starts (internet explorer or firefox), and then
disable the network when the program closes. Trapping when ie or
firefox starts isn't a problem, I just can't figure out how to enable
and disable the wireless network. Does anyone have any ideas on how to
do this?
At the very least could someone tell me if this is even possible (with
VB, C#, or C++) or if I am just wasting my time?
>
Hi,
I think your best bet is asking in the appropriate platformsdk group.
The groups you posted in are mostly for programming language related
questions.
Not that we don't want to help you, but this is not the place where most
plaform experts hang out.
>
--
>
Kind regards,
Bruno van Dooren br**********************@hotmail.com
Remove only "_nos_pam"
Thanks a ton! I just bookmarked both of your links and added you to my
heroes list!
Thanks!
garyuse...@myway.com wrote:
On further research into your problem, that might not be the most
useful of links, however... this may.
http://mcpmag.com/columns/article.asp?EditorialsID=619
Gary-
garyuse...@myway.com wrote:
I've had a look for you and via an external message board have found
something that might help you. On a similiar topic by a previous poster
Mike Flasko suggested using WMI. The links he provided were out of
date. But I have managed to find a current WMI Networking link into
MSDN. http://msdn2.microsoft.com/en-us/library/aa394595.aspx
I hope it may be useful in someway,
Gary- ju*************@yahoo.com wrote:
Thanks for your quick reply! I'm guessing from your reply that there is
no quick way of doing this with C++?
>
I think your best bet is asking in the appropriate platformsdk group.
>
You don't know what the newsgroup is for the windows XP sdk off hand do
you?
>
Again, thanks for your time!
>
>
Bruno van Dooren [MVP VC++] wrote:
I'm wanting to create a simple program for my computer at home. I would
like to keep my wireless network disabled and then only enable it when
a certain program starts (internet explorer or firefox), and then
disable the network when the program closes. Trapping when ie or
firefox starts isn't a problem, I just can't figure out how to enable
and disable the wireless network. Does anyone have any ideas on how to
do this?
>
At the very least could someone tell me if this is even possible (with
VB, C#, or C++) or if I am just wasting my time?
Hi,
I think your best bet is asking in the appropriate platformsdk group.
The groups you posted in are mostly for programming language related
questions.
Not that we don't want to help you, but this is not the place where most
plaform experts hang out.
--
Kind regards,
Bruno van Dooren br**********************@hotmail.com
Remove only "_nos_pam"
ju*************@yahoo.com wrote:
Thanks for your quick reply! I'm guessing from your reply that there is
no quick way of doing this with C++?
It's not that you can't do it with C++. Anything that can be done on a
Windows PC can be done in C++ (or C really). It's just that the people
who know how to do this kind of thing do not typically hang out in the
Visual Studio newsgroups.
David Wilkinson
<ju*************@yahoo.comwrote in message
news:11**********************@i15g2000cwa.googlegr oups.com...
Thanks for your quick reply! I'm guessing from your reply that there is
no quick way of doing this with C++?
>I think your best bet is asking in the appropriate platformsdk group.
You don't know what the newsgroup is for the windows XP sdk off hand do
you?
microsoft.public.win32.programmer.networks
microsoft.public.platformsdk.networking
for other parts of the SDK:
microsoft.public.win32.programmer.{gdi,kernel,ui}
microsoft.public.platformsdk.{base,gdi,shell,ui,wi n_base_svcs}
Thanks for taking the time to list those - I'll be sure to check them
out!
Thanks Again!
Ben Voigt wrote:
<ju*************@yahoo.comwrote in message
news:11**********************@i15g2000cwa.googlegr oups.com...
Thanks for your quick reply! I'm guessing from your reply that there is
no quick way of doing this with C++?
I think your best bet is asking in the appropriate platformsdk group.
You don't know what the newsgroup is for the windows XP sdk off hand do
you?
microsoft.public.win32.programmer.networks
microsoft.public.platformsdk.networking
for other parts of the SDK:
microsoft.public.win32.programmer.{gdi,kernel,ui}
microsoft.public.platformsdk.{base,gdi,shell,ui,wi n_base_svcs}
<ju*************@yahoo.comwrote in message
news:11********************@v33g2000cwv.googlegrou ps.com...
I'm wanting to create a simple program for my computer at home. I would
like to keep my wireless network disabled and then only enable it when
a certain program starts (internet explorer or firefox), and then
disable the network when the program closes. Trapping when ie or
firefox starts isn't a problem, I just can't figure out how to enable
and disable the wireless network. Does anyone have any ideas on how to
do this?
At the very least could someone tell me if this is even possible (with
VB, C#, or C++) or if I am just wasting my time?
That wheel has already been invented -
You could just use a program like ZoneAlarm - and block all programs but the
browser.
You can log into your wireless router with the browser - where you can make
it "connect" or "disconnect" from the internet.
That wheel has already been invented -
I know it has, but since this is a personal project and not a project
for work, budgets/time/etc don't matter. So I would rather reinvent the
wheel and learn something new in the process.
Also, who knows what other programs I might create that will rely on
the ability to enable/disable network access. Therefore, reinventing
the wheel now may in my personnal time may just save me tons of time in
a later work project.
Thanks for your suggestions though!
Hal Rosser wrote:
<ju*************@yahoo.comwrote in message
news:11********************@v33g2000cwv.googlegrou ps.com...
I'm wanting to create a simple program for my computer at home. I would
like to keep my wireless network disabled and then only enable it when
a certain program starts (internet explorer or firefox), and then
disable the network when the program closes. Trapping when ie or
firefox starts isn't a problem, I just can't figure out how to enable
and disable the wireless network. Does anyone have any ideas on how to
do this?
At the very least could someone tell me if this is even possible (with
VB, C#, or C++) or if I am just wasting my time?
That wheel has already been invented -
You could just use a program like ZoneAlarm - and block all programs but the
browser.
You can log into your wireless router with the browser - where you can make
it "connect" or "disconnect" from the internet.
I realize you posted this a while ago, so you may already converted the
vbscript code in one of the above posts. If not, I got bored the other
day and wrote a Code Project article that has that code converted to
Visual Basic .Net
Here's the link: http://www.codeproject.com/useritems...etworkConn.asp
Thanks,
Seth Rowe ju*************@yahoo.com wrote:
That wheel has already been invented -
I know it has, but since this is a personal project and not a project
for work, budgets/time/etc don't matter. So I would rather reinvent the
wheel and learn something new in the process.
Also, who knows what other programs I might create that will rely on
the ability to enable/disable network access. Therefore, reinventing
the wheel now may in my personnal time may just save me tons of time in
a later work project.
Thanks for your suggestions though!
Hal Rosser wrote:
<ju*************@yahoo.comwrote in message
news:11********************@v33g2000cwv.googlegrou ps.com...
I'm wanting to create a simple program for my computer at home. I would
like to keep my wireless network disabled and then only enable it when
a certain program starts (internet explorer or firefox), and then
disable the network when the program closes. Trapping when ie or
firefox starts isn't a problem, I just can't figure out how to enable
and disable the wireless network. Does anyone have any ideas on how to
do this?
>
At the very least could someone tell me if this is even possible (with
VB, C#, or C++) or if I am just wasting my time?
>
That wheel has already been invented -
You could just use a program like ZoneAlarm - and block all programs but the
browser.
You can log into your wireless router with the browser - where you can make
it "connect" or "disconnect" from the internet.
This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: Debbie |
last post by:
Thank you for any help you can give me. I have a database that I've
been working on... a backend for the server and front ends for the
users. Now I've found out that the network is wireless and...
|
by: Arno R |
last post by:
Hi all,
I am about to distribute an A97-runtime app. which will be used on a LAN by approx. 30 users.
The network is pretty good, but there are a few managers who have wireless laptops...
Of...
|
by: justsome_newbie |
last post by:
I'm wanting to create a simple program for my computer at home. I would
like to keep my wireless network disabled and then only enable it when
a certain program starts (internet explorer or...
|
by: inamul |
last post by:
I cann't connect to my wireless since i removed an adware.
I have tried everthing from installing Drivers to system restore. but nothing seems to work.
Actaully i can conncet using network...
|
by: Bob Alston |
last post by:
I just acquired a pro bono nonprofit client who has various problems
with Access that they want me to address. In our initial discussion,
they mentioned that their network is a LInksys wireless...
|
by: theS70RM |
last post by:
Hey,
I know there are so many posts about this round the net, but I've yet to see the problem resolved properly.
If you're using a wireless network adapter in Vista it will search for new...
|
by: ssaraceni |
last post by:
Hi, is there in Java any command or API for manage wireless connections?
I want to create an application for auto-scan wireless networks and manage connection profiles (password, ip...).
I'm using...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
by: giovanniandrean |
last post by:
The energy model is structured as follows and uses excel sheets to give input data:
1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
|
by: Teri B |
last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course.
0ne-to-many. One course many roles.
Then I created a report based on the Course form and...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: nia12 |
last post by:
Hi there,
I am very new to Access so apologies if any of this is obvious/not clear.
I am creating a data collection tool for health care employees to complete. It consists of a number of...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
|
by: isladogs |
last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...
| |