Application To "discover" Wireless Networks In The Vicinity?

Apr 29, 2011

I would like to create my own application that will simply discover the wireless networks in the area, similar to how the wireless card software works. I don't really know where to start, except with maybe the System.Net namespace.

View 2 Replies


ADVERTISEMENT

Creating Button To Search Wireless Networks Or Ping

Oct 13, 2010

I am using VB 2008 and doing the project on office 2007. I've created a Ribbon (Visual Designer) and put a button. Now thats all I've done. I'm still researching on how to make it so that when I press the button , a box will appear and at the side of the box will be something like" Search, Stop, Select, Cancel" buttons the box will be a container where when search is pressed, the wireless/LAN connections will be displayed.

View 1 Replies

Way For Software To Discover Others On Network

Feb 5, 2010

I am developing a system where multiple client apps are going to communicate with a server app. I will probably use TCPIP classes to facilitate the communication.

However, is there a way that a client install can automatically discover the location of the server software on another machine?

View 1 Replies

Discover If Excel Running In Browser?

Feb 1, 2012

I have VSTO Excel addins (.net 3.5) and need to know when the Excel wookbook is being opened in a Browser rather than the Excel client. I haven't figured out a way to do this nor found a solution online and I suspect I am just not using the right seach words. Does anyone know how to do this?

View 2 Replies

Discover The User's Desktop Folder?

Jun 24, 2011

I'm making a little application in visual studio which loads a ROM in an emulator. I have two emulators and 20 ROMs.I made a form and added a few buttons. When you click the Button it opens a new form and closes the old one. Then on the new form I have four buttons: each one loads a different ROM in an emulator. So when you press Button1 this code is triggered:

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles yellow.Click
Shell("C:UsersshiftyDesktoppokemon gamesEmulatorVBAVisualBoyAdvance.exe ""C:UsersshiftyDesktoppokemon gamesRomsYellowPokemon Yellow.gb""", vbNormalFocus)
End Sub

It works fine - I click it and it loads the game in the emulator. The bit im having trouble with is the file paths. If I send this application to a friend, it would still look for "C:UsersshiftyDesktop" - but that's on my computer, not his.Is there a way to make the application look for the file on his computer (without changing the file path to (C:Users""his user name""Desktop))

View 4 Replies

Make A Program Discover Its Own Directory?

Oct 7, 2009

I am trying to make a program that is able to find out where it has been saved on the computer, and take that directory and save the output of the program, which is a text file, to the same folder that it is in.

I have already made it so that I can type in the directory in my code, but i want it to be more adaptable.

View 3 Replies

VS 2008 Discover A Window Class Name

Jun 21, 2009

how can i Discover a Window Class Name ?

View 3 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

How To Avoid Loops In Networks

Aug 14, 2010

I have a matrix for example (10 x 10) which represents 10 nodes. The matrix called MyMat(9,9) The rows of this matrix represent the source node (From Node) and the columns represents target node (To Node). It has 14 links which are randomly distributed. The non zero values represent the connections between nodes.

[Code]...

View 6 Replies

Allow Comunication Between Two Computer On Diffrent Networks?

Feb 23, 2010

I am working on a video chat program and I have almost everything working on my network I now need to figure out how to establish comunication between two clients from diffrent networks without having a middle person to switch each meassage to each other.

To clarify: I belive that I need to have a server running that each client when they start up the program will login to the server handing thier external ipaddress and port forward to get to each respective client, this will be stored in a SQL database (I know how to add the data just not hwo to get it from the source)

Then the server would brodcast the clients name to anyone that is authorized to know (currently everyone) and has there data stored on the server.Finnaly when the client shouts down it sends out the logging-off comand and deletes the adressing information from the server.The client programs will be windows form applications that use the tcpclient connection to send text meassage And the server application will be I hope a webapp.

View 3 Replies

Forms :: Getting The Networks Path To Files?

Oct 27, 2009

I have a form with two listboxes. The user selected the directory using a FolderBrowserDialog1 then my program searches the directory and displays a list of files. They them select the files they want to store under a project name and the names are placed in a database. My problem is it stores the mapped file path not the network path. (ie N:examples estfile.txt I need \myserverexamples estfiles.txt) That is because the person that reads this database may not have their network drives mapped to the same letters.

View 2 Replies

IP Subnet Calculator - Networks And CIDR (Mask)

Feb 5, 2010

I need test data for a IP Subnet calculator I have developed. I have tested some obvious scenarios, and all seems good, but the person developing can often be the wrong person to test.

The calculator can do one of two things:
1 - Given an existing network and CIDR (mask), and a new CIDR it will create a number of networks with the appropriate number of hosts.
2 - Given an existing network and CIDR (mask), and a list of c,h, (c = count, h=number of hosts) it will create the networks.

View 2 Replies

VS 2008 How To Retrieve Network SSID Or List Of Available Networks

Jun 14, 2009

there anyway to retrieve the SSID of the network the pc's currently connected to or the list of available networks? I've googled for examples, but I only find vb.net 2005 examples that don't work in vb.net 2008

View 5 Replies

Have A Wireless Chat Box?

Jan 11, 2011

I want to make a chat box and a lan chat box looks pretty simple, but i want to make it to where you have to have wifi to chat wirelessly. Is is possible to have a wireless chat box?

View 5 Replies

Wireless API Designed For C / C++

Nov 27, 2008

I am trying to use the Windows wireless API to automatically configure wireless settings in VB .Net. The documentation url... states 'The Native Wifi API is designed for C/C++ developers'. can I use this API from within VB and will I have to use a C/C++ wrapper and if so how? [code]

View 2 Replies

Connect To An Available Wireless Network Using .NET?

Apr 24, 2011

Using VB.NET how do I connect to an available wireless network. I have been able to list all the available networks.

View 1 Replies

Connecting To A Wireless Network?

Jan 16, 2010

How do I, programmicly, connect to a wireless network. I have already got with networks are avalible, now I'm looking into creating a 'Connect' button.

Here is the code I have:

Imports System.Text
Imports System.IO
Imports System.Net.Sockets

[Code]...

View 1 Replies

Detect A Wireless Network In .net?

Jan 12, 2009

how to detect a wireless network in .net?

View 1 Replies

Finding Available Wireless And Lan Connections?

Oct 14, 2010

i'm using Visual Basic 2008 - Office 2007 - addin for ppt.

ok i'm going to delete the other thread. i'm going to rephrase and try to explain as clearly as possible.

I need to find a code that (when i click the "Search" Button) will start searching for all available lan and wireless connections.

All the available selections will be shown in a List Box provided.

Once i find one i want to use, i can stop the search (by pressing another button "Stop" in this case) or just straight away click the one i want and press another button ("Select" in this case) and if it needs a password or WEP then it will display or it will just connect without asking.

View 10 Replies

Get Wireless Encryption Type?

Aug 31, 2009

Is there a way that VB.net can identify the encryption type of a wireless network? Just identify it, i'm not looking to do anything further than that and yet just about every search result i get from google wants to tell me how to sniff wep keys etc. Don't care, just want to know what type of encryption the network is using?

View 5 Replies

SSID VB05 - Find The Current SSID Of The Connected Network As There Are Different Settings For The Two Networks

Jun 28, 2010

i need a way to find the current SSID of the connected network as there are different settings for the two networks.

View 2 Replies

Create An App To Copy Wireless Profile

May 19, 2010

I want to create a small app to add my wireless profile to our 800+ laptops that are reimaged once a year. I'm going to deploy this app using the MDT/WDS.

View 1 Replies

Forms :: Creating A New Wireless Network?

Mar 23, 2010

I'd like to build a program which shares files between two computers. My method for doing that is setting up a home network, basically, on one computer, put a file there, and share that file on the network. The other computer would then connect to the network (through my application) and find the file and read it. I know this is very long. I would just like you to help me start up.How do I create a wireless network ENTIRELY THROUGH VB during the initial setup of the application? I don't want the user to deal with creating the network himself.

View 1 Replies

Interfacing VB With A Q-Waves Wireless USB Link

Jun 22, 2010

I am trying to set up visual basic to work with the wireless usb device below:

[url]

The link contains drivers and support docs. Could someone help steer me in the right direction on how to go about performing something like this?

View 2 Replies

Send Email With Authentication Wireless?

Mar 8, 2012

When the user it's connected trough the wired connection it works just fine, the user doesn't need any authentication, because the smtp has granted access to the subnet of the wired lan.But if the user it's connected by wireless, i can't send any email because the wireless subnet doesn't have granted access. Even if i provide valid credentials the smtp client doesn't use them... An exception occurs with something related to relay to the email address....How can i solve this situationMS Outlook works fine either on wired or wireless, so how can i code my app to authenticate and send the email authenticated.

SAmple Code:
Dim smtpCliente As New SmtpClient(My.Settings.SmtpServer, My.Settings.SmtpPort)
smtpCliente.Credentials = New Net.NetworkCredential(My.Settings.AD_User,

[code].....

View 2 Replies

VS 2005 Using VB To Check Wireless Connections

Jan 10, 2010

I have a question. Is it possible to use VB to check wireless connection on a router? I was looking at my WIFI router and I am able to see my LAN connections and wireless clients. Then it hit me that if a router is able to do that can I write an application to do the same without entering the router administration. If possible the i would like to check the wireless connections and identify rougue connections or wireless clients not in my list of approval.( either hard coded or a xml file)

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

Connect To SQL Server 2005 Through Wireless Connection Between XP And

Feb 1, 2010

I have built a client-server VB.net inventory application for our company which connects to our Server machine running on Windows XP. We have 6 client machines running also on Windows XP that connects to the Server's database. Now, my problem is, "How do i connect a client machine running on Windows Vista to our Server running on Windows XP wirelessly?"

- Is there something I have to alter on the SQL Server Surface Area Configuration?

-Or do I have to change the 'Connection String' on my software application so as to properly connect to the Server from a Vista mahine? If then, how?

This is the error its throwing:"An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 53)"

View 1 Replies

Forms :: Sync Between PPC And PC Cross The Wireless Network?

Feb 3, 2009

may i know how to do about the sync between PPC and PC cross the wireless network?

or else got other idea about the retrieve the data from PC ?

View 1 Replies

Incorporate A PIC (to Handle Wireless Motion Sensors)?

Dec 18, 2009

how to incorporate a PIC with VB.

I`m trying to find out the steps needed to achieve that, i`m i correct?

1) i need to find a PIC that is suitable for my project (to handle wireless motion sensors)?

2) I need to write the code for the PIC? (does the manufacture of the PIC provides an environment to write the assembly language?)

3) Then i need to write the vb code?

4) Finally to use a serial port to create a communication between VB and PIC. Also are their any all ready made PIC`s that can support VB code direct without the need of writing the assembly code?

View 16 Replies







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