C# - Limit Wifi Access Using .net Application?

Aug 30, 2009

Currently following is the setup of my wifi connection.

Laptop 1 ------> Wifi Router <------
Laptop 2

There are about 5 laptops which connect to the wifi router to access internet. Network is password protected so anyone with a valid network key can connect and access internet.

I am planning to develop a local website which will be having a list of username and passwords. I will also remove the password of the wifi network so that anyone can connect.

If a connected system tries to access a web page in the internet then redirect them to a Login page (in the local website) and ask them to login. Once successfully logged i,n the mac id should be added to "Allow" list and monitoring starts. Internet should not be available for those who don't have a valid username and password.

I was thinking about developing the application to block/allow internet access though a vb.net/c# application.

I am okay with the website part. What I would like to know is

How I can block/allow internet access through the .net application. Is it possible in .net or should I be going for an unmanaged code development? If it is possible where is the best place to start? I have experience in winforms development but not much of network programming. Will there be any change in my current wifi setup? May be a new webserver/proxy server which will host the website and the windows application?

View 2 Replies


ADVERTISEMENT

Obtain WIFI Access Point Information?

Jun 4, 2006

I was wondering if it's possible to access information from within Visual Basic about WIFI connections, such as their SSID, MAC address, ect. I don't know whether I have to add a reference, what commands to use, ect.

View 17 Replies

Limit Runtime Of Application

Mar 7, 2011

I was just wondering if there is a way to have a program in visual basics 2010, some what selfdestruct. For example, when the user opens the program they have a time limit to use it and then it closes?

View 1 Replies

Create A Limit To Amount Of The Space My Application

Feb 1, 2010

I want to create a limit to the amount of the space my application can take from the hard drive its running from.

View 5 Replies

Something Other Than Wifi?

Aug 22, 2009

I have wrote an application that works fine using wifi but now i have to come up with something a lot stronger that wifi. I'm talking about a distance of upto half of a mile. The application just receives a small string message once every few minutes.

View 9 Replies

Running Access - Application That Has An Ms Access 2007 DataBase Which Runns Great If Access Is Installed

Oct 15, 2011

I have an application that has an Ms Access 2007 DataBase which runns great if access is installed. Is there any code that I can use in vb that I would be able to run access with out installing it.

View 5 Replies

Detect WiFi Available Networks In .NET?

Jan 8, 2010

im wondering how to make a program that will detect the WiFi Networks in range and i can connnect to one,

View 2 Replies

Send Data From PDA To PC Via WiFi?

Oct 11, 2009

I have basic VB.net programming.. Now, i want to make a project, the story is: there is a VB app in PDA and VB app in a PC, the database is in the PC. How can our VB app in PDA send data to update the database on PC via WiFi connection?

View 3 Replies

List Up All Connected Pc To Router (wifi )?

Feb 6, 2012

Is there a way to list up all connected pc to my router (wifi )? Even if they arent on same LAN (like ipod touch). Or list list all user that are using internet? Atm I figured out this code :

Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
WebBrowser1.Navigate("http://192.168.15.x/DHCP_Static.asp")[code]....

Which i though was suppose to list connected client but logged on my DS and didnt listed it up. Maybe it doesnt list DS?

View 2 Replies

Get Wifi Signal Strength With OpenNetCf In .Net?

Sep 2, 2011

I want to get the wireless signal strength from adapter on Windows CE, VB.Net, Visual studio 2008.I believe opennetcf.net library has to be used.

View 2 Replies

Measure Wifi Signal Strength?

Jan 18, 2009

I was wondering if there is an available script or code in VB that could measure the signal strength of routers. I need an actual number in decibels.

View 4 Replies

Obtaining WiFi Network Information?

Jan 9, 2012

I am developing an application to be deployed on an XP Tablet edition PC. I am interested in monitoring information (e.g. Channel, AP MAC Address) about the Access Points that I am connecting to to location where in the facility a given Tablet PC is operating in.I have been unsuccessful in finding any code samples/snippets showing information on how to retrieve this sort of information.

View 1 Replies

Wireless Communication In Two Computer Using Wifi?

Dec 10, 2009

I need to develop a communication between two computer using wireless medium like wifi is there any namespace or control in .net which support this type of communication i know i have to define protocol to understand communication but i need start ......

View 1 Replies

"Application Pool Exceeded Its Job Limit Settings"?

Apr 27, 2009

my code caused "Application pool exceeded its job limit settings"when doing bulk update.My hosting provider told me that my code caused memory exceeded its limit.

[Code]...

View 1 Replies

Code For Sending Data From Android To VB Through Wifi?

Sep 23, 2011

I want to create a food order system at the restaurant using the android and VB. so the waiter will use Android to transmit data to the cashier who use VB.Is it possible to connect Android to VB?

View 1 Replies

C# - Push Website From Server To Client Using Wifi Connection?

Jan 29, 2011

I want to make an application that can push ads (website) to client..

Here is the case : Client try to connect to internet via wifi. Once the client is connected, server send a website address to client, and a popup (website sent by server) will appear in the client's computer in default browser.

I can list all IP connected to server, but i don't know how to push the website to client

Here is the code to list all IP connected to server : (import System.Net library)

String strHostName = "";
if(args == null || args.Length == 0){
strHostName = Dns.GetHostName();

[Code]....

View 1 Replies

Obtain The WIFI Signal Strength & SSID & BSSID?

Nov 22, 2007

I have 3 AP and I want design program to get the SSID & signal strength &BSSID(MAC Adress) for each APi found the some functions to obtain the SSID & signal strength for one AP ,,, i using timer to update every 2 second

SSID
Public Sub SSID()
Try

[code]......

View 7 Replies

Send Data(text,images,etc) Via Wifi To Pda Or Another Computer?

Sep 5, 2009

I'm trying to send some data from one computer to another via Wireless adapter and these data are texts and images?

giving the source code in vb.net?

Or is there any library or reference that i can use in the vb.net?

View 5 Replies

VS 2008 - Creating Remote To Turn Up / Down System Volume Via WiFi

Oct 28, 2009

I am working on a little project for my phone creating some sort of remote to turn up/down my system volume via wifi. The phone will send data to a text field on the website lets say such as "vol up" and the vb app sitting on the computer will be constantly reading this text field for key words like "vol up", "vol down". when it see's a recognized command it reacts by turning the volume up and so on. And one more thing: Is it possible to have a vb app that uses http? E.g., sits on port 80 itself and can be accessed via local ip.

View 8 Replies

Project Using VB And A Database In Access - Check If My Application Requires Access To Be Installed Or Not?

Feb 16, 2012

I'm using VS 2010, and I did a project using VB and a database in Access. The problem is that when I try to put that "application" on other computers, sometimes, is not working. I thought it can be because on these computers they don't have access, but on one computer, is running another app which is using Access and there is no Access installed. How can I check if my application requires Access to be installed or not?

Here is a example of how I did the connection:

Public AccessOLEDBConnString= "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & myfullpath & ";Jet OLEDB:Database Password=password"

Function getConnection() As OleDb.OleDbConnection

[CODE]...

And when I want to have access at the data I'm doing like this:

dim conn as Oledb.OledbConnection

dim sql as string

dim ds as Dataset

[CODE]...

View 9 Replies

Converting MS ACCESS Application To Windows Forms Application

Jun 23, 2010

My boss gave me an MS Access application that was developed by our former colleague. He wants me to convert that application to VB.Net Windows form application. I went through the MS Access Application. It contains tables, queries, forms, reports and macros. I could not find the programming (Where is the code written in MS Access?). My boss wants the windows application to be same as the MS Access Application (both in design and logic). I don't how will i develop the windows form. How can I achieve this?

View 2 Replies

Converting MS ACCESS Application To Windows Forms Application?

Jun 23, 2010

My boss gave me an MS Access application that was developed by our former colleague. He wants me to convert that application to VB.Net Windows form application. I went through the MS Access Application. It contains tables, queries, forms, reports and macros. I could not find the programming (Where is the code written in MS Access?). My boss wants the windows application to be same as the MS Access Application (both in design and logic). I don't how will i develop the windows form.

View 4 Replies

Access Application Properties Of Application In Run Time?

May 19, 2010

Is it possible to access Application Properties of my applicaiton in run time ? Please refer the below attached image (I want to access the Title and Category properties in my application)

View 5 Replies

Capture Raw Signal From WiFi Card As Would A Sound Card

May 9, 2012

Is it possible to capture the raw signal from a WiFi card in the same way you can capture the signal from a sound card? (I already found code for working with a sound card and for drawing spectrograms) I'm wondering because it would make a cool radio-type project. I'd prefer a solution that integerates well with .net (VB or C#).My basic goal is to capture the ambient radio waves and build a primative "telescope" of sorts. Using the built in computer hardware is just the easiest way to accomplish this. If you have any other suggestions about how to accomplish this goal in a different way please post it as an answer also.

View 1 Replies

Access Datagridview's Value Of Third Application By My Application

Jul 18, 2010

I am developing a project in which i have to access datagridview's value into my application

Now i am able to get the handler of window
i am also get able to handler of datagridview.
i am used findwindow & findwindowex functions

Now i want some guidelines :-
1.How i can access Column Count
2.How i can access row Count
3.How i can access values of datagridview

for listview there are built in class in win32 named as syslistview32
Is there any class for Datagridview?

Or By which Window class handle datagridview?

Or tell any other way to access datagridview values of Third Application By My Application.

View 2 Replies

Access A GUI From Within A Application

Feb 25, 2009

I need to be able to interact with an application's GUI within another application. Basically, I would like to run an application and have it's GUI appear in a MDI-style Form in my application. Is such a thing possible? The reason I need to do this is because I need to access an application remotely without having to use Remote Desktop or similar tool. Any questions on this, feel free to post.

View 2 Replies

Db Row Limit For Adodb?

Jan 23, 2010

is there anyway to limit the rows selected in adodb?i had something like this

vb.net
Dim command As New OleDb.OleDbCommand("select*from Table order by Col1 limit 5", connection)

View 3 Replies

How To Limit Bandwidth Using Ftp

Feb 25, 2010

how to limit Bandwidth using ftp

View 1 Replies

Textbox Has A Limit?

Jan 25, 2010

does textbox has a limit because I added a (very long) code and I couldn't paste further..What can I do make it bigger? I mean bigger of capacity.

View 4 Replies

Access An Appsettings Key Value In .net 2.0 Web Application?

Jun 17, 2011

I've trying to access an appsettings key value in my vb.net 2.0 web application.I've put the key in the app.config file:

<appSettings>
<add key="DownloadURL" value="http://<myURL>/" />
</appSettings>

I've followed the instructions here, and it says that I need to access this key like so:

URL = System.Configuration.ConfigurationSettings.AppSettings("DownloadURL")

But I get the following message:

Public Shared Readonly property
AppSettings() As
'System.Collections.Specialized.NameValueCollection'

[code]....

I tried to replace the old method with the new one, but it does not exist.Strange, since I've done a similar thing with a web app and it did exist there.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved