Make A Program To Share My Notebooks Internet Via WLAN Card?

May 30, 2012

I'm going to make a program which will share my notebooks Internet Via the WLAN card. how to retrieve the connected peers name, MAC and IP? Also is it possible to get the upload and download speed using by the peers?

View 5 Replies


ADVERTISEMENT

Make A Program That Can Get Information Form A Magnetic Card?

Jul 16, 2011

i am trying to make a program that can get information form a magnetic card reader to fill in a text box like an id and/or password. or make a new account. i am using a MagTek SureSwipe Card Reader 21040140?

View 1 Replies

Planning To Make A Program That Can Download Files From A Website To Put On An SD Card To Soft Mod

May 15, 2011

I am new to Visual Basic. I have Visual Basic 2010 Express. I am planning to make a program that can download files from a website to put on an SD Card to Soft Mod, or hack it. I want it so that the user clicks on a radio button based on what System Menu their Wii is running on. There is currently, System Menu 4.0 or less, System Menu 4.2, and System Menu 4.3.

They also have to choose a region from a List Box. The current options are:

Region U (Americas)
Region K (Korean)
Region J (Japanesse)
Region E (European)

I also want it so that the user can choose where to download the installation files for the Wii soft Mod.

I want to have a button that when the user clicks on it, a pop up asks them where they want to download the files to appear, once they choose a location, i want it to download a file based on what they chose and i also want it so that it tells them what to do with the files and where to put them.

View 3 Replies

VS 2010 Make A Program That Can Share A Database To Other People Using A Upload/update System?

Sep 5, 2010

i try to make a program that can share a database to other people using a upload/update system but when i try to download/upload it keeps saying mdf file in use how can i make the code so that it Uploads and overwites the file without that error.as it must be so it must upload to my server (build in)and download (also build in)the error gives file in use constandly how can i fix this issue?of that file in use problem. even when these no querry or other code running?

View 9 Replies

Card Game Over Internet?

Jul 10, 2009

I am trying to make a card game which can be played over the internet between users. I have already downloaded the cardGame Starter kit for Visual Basic. I plan to modify it to the game I want.I had worked with Sockets (Client-Server App) a long time ago for a small chat program for computers connected in LAN.I had the following questions:How should I start off with this Application, should I first just concentrate on making the game and then progress to trying to figure out how to make it playable over the internet?

Or should I do it the other way round?Can I attain my objective using Sockets? or do I have to use something else?Is there a tutorial available to start me off? (I Googled and "Bing"ed it but to no avail)

View 7 Replies

Share Internet On Wan Network?

Apr 29, 2012

I have a server that the server OS is windows server 2003.

I want to share internet of server.

I want to make 2 program (server and client) that client program run on a personal computer and can connect to my program that running on server and get internet from server program.Like as VPN or CCProxy.

View 9 Replies

Make A Program To Tell If Have Internet?

Aug 30, 2009

I have a button and if the user is connected to the internet and clicks the button I want form3 to show up, but if there not then I want form2 to show up for them instead of form3 Is there a code for this?

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

What should I put here?

End Sub

View 4 Replies

Make Internet Chat Program?

Jan 13, 2011

I wanna make a chat program over the internet NOT OVER LAN i found alot of examples but it's all about LAN networks chatting but i want a chat program for the internet chat

View 3 Replies

Make Program Like Internet Download Manager?

Oct 16, 2010

Details:

1- Show Soruce IP.

2- Show Destination IP.

3- Show Size Of Data Downloading

4- Show Type Of Data Downloading(.exe,pdf).

3- Make Button(Start,Resume,Stop).

View 1 Replies

Make Internet Browser Show Up In Program?

Oct 28, 2009

How can I make it so when you press a button, it opens a webpage?

Also, if I wanted to have a website for helps or hints, where could I put it? Like, a site for others to read info on my game which I could make, say.

View 5 Replies

Make A Program(vb2008) To Confirm It's Connected Internet Or Not?

Sep 17, 2010

I want to write a program that if ping www.microsoft.com is success,than caption title it's "ok,connected Internet",if ping it's failed,the program "caption" title is "sorry,not connected",but I don't know how to write those code

View 10 Replies

Make A Program That Cleans Temporary Internet File Or History

Jun 9, 2011

How can i make a program that cleans temporary internet file or history ?

View 7 Replies

VS 2010 How To Make Program Cuts Internet Connection Without Appearing In Taskbar

Jan 25, 2012

How to make program cuts Internet connection without appearing in the taskbar,I used the following methods, but did not succeed

1. shell("net stop dhcp") appear in taskbar
2. shell("ipconfig /release") appear in taskbar

View 21 Replies

VS 2010 Make A Program Which Access The Internet And Takes The Source Code From The Webpage

Mar 6, 2011

I've been trying to make a program which access the internet and takes the source code from the webpage. I've copied this code from the internet:

[Code]...

View 2 Replies

Flash Card Program - Type All The Words On A Text File And Have The Program Randomly Pull One Of Them

Feb 15, 2009

Anyway, I'm a teacher and am writing a program that simply shows kids a word on a flashcard. There are 2 buttons, 1 to read the word and 1 to go to a new work. There are going to be 300 words. Really I'm just testing it right here. What I want to know is should I be inputting all the words right into the code like I did with "hi" and "not 1" (Don't ask. those are just the 2 random words I picked to test this out with). OR is there a better way (maybe somehow to type all the words on a text file and have the program randomly pull one of them (I don't know how to do this).

Here is the code so far:

Public Class Form1
Dim word
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

[CODE]...

View 2 Replies

Make A Matching Card Game

Apr 18, 2012

i need to make a matching card game in VB 2010. i have generated my cards but now need to show the cards for 10 secs then change the cards to (AppPath & "Cards ed.png"). then when a user clicks on the card the card will flip over.How would i set a timer to turn all my cards into (AppPath & "Cards ed.png") after 10 secs but still have the values from the array and when i click the cards they flip over (from red card to numbered card)[code]

View 2 Replies

How To Publish / Share A Program

Nov 4, 2011

Now I have finished my another really small program. I have tryed to publish in several ways but with now result. So how can I publish it easily? I will share it so I'd like to have just one "setup" file which creates the another necessary files. (or just one bigger file?) but the main thing is that I dont want to start share 4-5 files...

I get it worked on my computer, that's not a problem. But then I upploaded all of the files (4-5) to mediafire, destroyed program from my computer and downloaded those files: Program didnt worked: Sayd just "U havent downloaded all necessary files" (something like that).

Well I think it's possible also to publish to new wep site. In fact I tryed to make wep site (with www.nettisivu.org ) (finnish quite good wep-page-creater) but the same result: no results at all. If this is the easier way, how I could upload my program straight to that site? In that "wep-page-creator" the final site looks that: xxxxx.nettisivu.org and editing page looks: xxxxx.nettisivu.org/wp-admin/page.php?action=edit..... (xxxxx=my name for site)

View 2 Replies

Share A Program On Network?

Sep 8, 2009

I have written small a software. I want to install it on a server and and make it accessible for all the other users on network.

How can I retrieve the server name (the computer program installed) with .NET?

Also, sharing the "Program Files" folder doesn't look like a smart idea for making the program accessible from the other computers.

View 2 Replies

Credit Card Project Program?

Feb 25, 2009

I am working on a Credit Card Project Program. Where you can create an account by typing in an account number which then starts you out with a $1,000 credit limit and balance.I have most of all the programming done for the project. Except for the updating of the current balance when charges are made and I'm having a problem with the interest which works but only shows you the interest fee when you calculate and not the interest fee + balance due. But I wont worry about that now.

What is the method of doing this. Can I write a new function that will update the balance available based on the charges or payments made? Or can I somehow program that into the current functions?

View 3 Replies

Detect Whether A Card Is Being Read In Program?

May 31, 2010

How do i actually detect a card is being read by a card reader by using events handler?Like the card reader is connected to the PC using USB, and when a card is flash on the card reader, it will be detected.

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

Detect Usb Card Reader Device And When Swipe The Card

Nov 23, 2009

I want to create an application that can detect usb card reader device and when i swipe the card it should read.The below code WORKS PERFECTLY IN VB.But when i converted it to vb.net it is showing some problem.Below is the code for that.

[Code]...

View 1 Replies

Read Smart Card Data Using Card Reader?

Dec 23, 2009

i want to read data from smart card using card reader.i need vb.net code help as well as total process that mean what dll/exe will be needed and how can i determine that the card is inserted or ejected from card reader?

View 3 Replies

Make A App That Verifies A Five Digit Credit Card Number?

Oct 31, 2011

I need to make a app that verifies a five digit credit card number. The check digit is 5th and is found by multiplying the 2nd and 4th digit. Heres my current

Dim strInput As String
Dim strOutput As String
Dim intSumOfDigits As Integer

[code]....

View 5 Replies

Higher Or Lower Card Game Program?

Jan 15, 2012

I am currently working on a program for a higher or lower card game. I have my game set up and in place, however I am having trouble keeping track of the cards that have already been drawn from the deck. I am only playing with one deck and need to make sure that once a card is drawn it is placed in a discard pile and will not be drawn again. I did not post my code due to other students in my class using this forum for their version of the assignment. If someone would be willing to take a look at my code I can send it to you via private message.

View 1 Replies

Share Program Project With My Team Members?

Feb 7, 2010

I have 6 members in my team in my office. Now I am working in a VB.NET project. Anybody can tell me how can I share this project within my team?

I want to have only one project folder in my server. I want all my other members will work from this server's project folder. This is possible in VB.NET?

View 2 Replies

Find A Program That Can Read Data From A USB CCID Card Reader?

Oct 14, 2011

I have been looking all over the net trying to find a program that can read data from a USB CCID card reader.
after several hours and several pages of useless info i thought maybe there is a way i could create a simple progeam in VB to read the data, so i started another long search for info also to no avail.

Does anyone know of anything like this or if its even posable?

View 5 Replies

Picture Gallery - Build A Program That Display Pictures From A Media Card

Jan 14, 2010

i am trying to build a program ( i am a beginner) that display the pictures from a media card ( or other removable media) in a gallery in the form, and that allow the user to select the ones he likes and store it in a folder.

View 4 Replies

How To Click A Button On Internet Or Another Program Via A Program

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

Forms :: Random Functions - When Start Program And Click Picturebox - Same Card Will Always Come Visible

Mar 30, 2011

Okay, so I'm doing a card game and I'm trying to set that when picturebox (PictureBox1) is clicked, a random card from 13 cards will come visible. Problem is, that when i start the program and click the picturebox, the same card will always come visible. As you can see i've put a button (Button1) which will hide every card. If I press Button2, then Button1 and then the PictureBox1 it will show differend card, but the cards which come visible are always the same.

e.g i press PictureBox1 (which will make card visible), then Button1 (which will make PictureBox1 non-enabled) and then Button2 (which will hide every card and make PictureBox1 pressable). Lets say i pressed the PictureBox1 four times and i got cards: 9, 6, 7, 3, then I close the program, start it again and press PictureBox1 again 4 times and it will show the same cards (9, 6, 7, 3). How can this be done that it will not show the same cards always?

Here's my code...
Public Class Form1

Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
End

[CODE]....

View 3 Replies







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