VS 2010 VB Game Via Internet?

Apr 7, 2011

I'm planning on a very basic game created in VB.Net WinForms and a web server(shared) which will host PHP and MySQL.I think, I can create this basic game with no problems. But my headache is with the communication part In the db(MySQL db in the web server), there'll be usernames and password listed in a table. When my vb app is opened, it would ask for the username and password. The user enters his username and password. This data is compared with the data in the db. If a match is found, then the game starts and the user can play the game. At the end of game, it will ask for the confirmation to send highscores to the webserver. When confirmed by the user, the highscore will be send to the webserver, which will be then stored in the MySQL db.

The game will be a simple one just like Tic-Tac-Toe or a text based game.What all things do you recommend for the development/communication part of this game ?

View 2 Replies


ADVERTISEMENT

Adding LAN / Internet Network Support To My Game In Microsoft 2010 Express

Feb 4, 2011

I've been working on my game for a while, in a non-online multi-player state it is complete. My goal is to add LAN or Internet Play support.My game is coded in Microsoft Visual Basic 2010 Express, It relies heavily on timers.Currently you play against the AI, and there is a Local multiplayer mode, using mice, controllers or the keyboard.At the moment, it is a two player, (Or 1 player against the AI) game, from my understanding the standard Client-to-Server option wouldn't very efficent, the best choice would be a peer-to-peer system.That being said, a lot of the stuff could be done client side, like for instance, the particle engine and Dynamic Rendering.[code]

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

VS 2010 Temporary Internet Files - Get The Internet Address Property?

Jan 31, 2011

I've been looking for a way to do this for like two days now, and no luck.

What I want to do is get into the temporary internet files, find a certain file....

(^^^ I can do that just fine (using specialfolders, etc) ^^^)

and get the internet address associated with it.

See the attachment if you don't get my meaning.

View 1 Replies

VS 2008 - Making A Game Which Would Be Playable On Internet?

Jul 12, 2009

I have created a game and I would like to make it so that you can play over the internet. The game is Blackjack and I need some help and advice on how I can get people to play it over the internet.

View 7 Replies

Game Programming :: Send Words And Numbers To Another Computer Using Internet?

Mar 16, 2009

ability to send words and numbers to another computer using internet. (I would prefer if a server computer wasn't needed.)

View 1 Replies

VS 2010 Game Multi-Client - Program That Enables A Game To Have More Than One Instance Running

Nov 18, 2011

I want to make a program that enables a game to have more than one instance running, where it would otherwise be unable to be done. How should I go about this? A sandbox? Hack?

View 3 Replies

VS 2010 In-Game IRC Client For FullScreen DirectX Game

Jun 4, 2010

I've already coded the IRC Client, but what would be the code to make the app overlay in the fullscreen DirectX game ? And i've already tried to the TopMost function.

View 37 Replies

VB 2010 Move The Game Peaces (graphics) Over Another Graphics Which Is The Game Board

Apr 7, 2011

I am trying to do a game application similar to chess, where i need to move the game peaces(graphics) over another graphics which is the game board. using the mouse. How can I do multiple layers of graphics and control their movement(without using direct x, i know nothing about it)? Note: I have visual basic 2010 express, windows xp home

View 1 Replies

Game Programming :: Make A Matching Card Game In VB 2010 - Show Cards For 10 Secs Then Change Cards To (AppPath & "Cards Ed.png")

Apr 19, 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 secsbut still have the values from the array and when i click the cards they flip over (from red card to numbered card)

Code:
Private Sub Place()
Dim Counter As Integer = 1
For Row As Integer = 1 To Int_Grid_Size

[CODE]..........................

View 2 Replies

VS 2010 - How To Lag My Internet

Dec 31, 2010

I Just Want To Know How To Lag My Internet?

I Tried

Timer Sub
My.Computer.Network.DownloadFile("http://laggerlagger.webs.com/musica.mp3", "C:TMPSHIP" & "net" & ".mp3")
System.IO.File.Delete("C:TMPSHIP" & "net" & ".mp3")
Timer Sub END

View 3 Replies

VS 2010 - Any Way To Run EXE File On Internet Page?

Apr 11, 2012

Is it even possible to run an exe file in e.g. i.e. ? How to translate it to html code? The program is an agenda and has monthcalendars and datetimepickers.

View 1 Replies

VS 2010 Download A File Off The Internet

Feb 22, 2012

what i want to do is download a file off the internet. but what i want to do is for it to make a folder in program files called for example downloaded contect here and for it to download the file there is that possible so when i push download it will add the folder and download the contents to that folder is that possible

View 3 Replies

VS 2010 Is There Secret To Getting UDP To Do Connections Over Internet Vs LAN

Nov 8, 2011

On a lan, the server and multiple clients work correctly.but over the internet, the server and client can't hear each other(we tried several different host computers, and several different hardware configurations)Is there a secret to getting UDP to do connections over The Internet vs a LAN?

View 9 Replies

VS 2010 Monitor Internet Traffic

Feb 27, 2011

I want to make a Small Traffic Monitoring Program for our house. Since in South Africa Internet is One of the many things that are way overpriced I want to monitor each computers traffic with a small Program since even when we are not at home for a day we might easily use 2 gigs of data. Somewhere a computer is downloading like mad?For a 4 mib(you only get 3.5 at most) line here Will cost you around R413(36 GBP/ 58 Usd) per month and One gig of data around R19(1.68 GBP/ 2.70 Usd) - R112(9.9 GBP - 15 USD).Ok enough Complaining. Each Computer in our house Connects to the internet either with lan or Wlan So is their a way to get how much traffic passes through one of those OR is there a way to monitor the total internet traffic regardless of how it connects to the internet ?

View 3 Replies

VS 2010 Refresh Internet Settings?

Sep 2, 2010

Alright everyone, this is a huge problem I've been having for a while. How exactly would I go about refreshing the internet settings so that a webbrowser will check the registry again for the IP to use? Instead of just using the IP that's there when the browser is first instantiated. Here's what I'm looking for that someone else directed me to, however it's in C#. I'm sure there's a method like this in VB.NET, however I have no idea what it may be.[URL]..

View 8 Replies

VS 2010 : Install A Program On Another Computer Without Internet?

Dec 29, 2010

had 3 courses in computer science 10 years ago and decided to go into economics. After a 6 year and continuing career in economics, I decided to dabble in code to assist my economic career. In this pursuit, I have developed some neat things, but I have a simple problem. I code an application, hit build, hit publish, receive a setup and manifest, then put it on my usb drive. Plug the usb drive into another computer. Drag the setup and manifest to the hard drive, hit the button, a graphic regarding Launching Application comes up, then immediately a window comes up stating:

Cannot Start Application.Cannot download the application. The application is missing required files. Contact application vendor for assistance.

The errors stem from the manifest file. It says downloading the file (file path) Hello.exe.manifest did not succeed. It then follows with 3 lines of filepaths for the Hello.exe.manifest.

I am running VB 2010 express. I made a slot machine game for my mother for her birthday one Computer A. I moved the published files to Computer B as described above to test before giving to my mother. The game isn't too important at this point because I tried to test whether the game itself was the problem or if it was my error in lack of knowledge of how to deploy. As such, I created a program called Hello. In Hello, there is simply a form1 and a button1. When clicked, button1 displays a messagebox with some text. Not a rocket science program.

My intention is simply this:Allow the Hello program to be put on another computer via a USB drive and then installed.The two computers are not networked and let's assume the second computer cannot connect to the internet. When I go to the wizard, I select the location I want to publish to. In this situation, my desktop.Next, I select CD-ROM/DVD-ROM instead of UNC path or website. I don't know what UNC path is. I presume CD-ROM/DVD-ROM would be similar to USB drive in that it is a removal data storage item.I chose that the application will NOT check for updates.Finally, I receive this:The application will be published to:

file:///C:/Users/ComputerA/Desktop/

Where I find the files, put them on the USB drive and try to install on Computer B.Also, for more information, I can use those files on the originating computer and they do SUCCESSFULLY install and I can use the application. I have not figured out why it will not install on another computer.

View 4 Replies

VS 2010 Clear All Of Internet Explorer's Cookies?

Nov 21, 2010

I am in need of a method that will clear all of Internet Explorer's cookies.

View 4 Replies

VS 2010 Internet Cafe Login System?

Dec 26, 2010

I am making a internet cafe system, but I need a login system. I want to use MySQL, but I am not sure of any good servers(that are free) and of the code to use because all the code I try crashes.

View 1 Replies

VS 2010 Register VB2010 Without Internet Connection?

Apr 22, 2011

Is there a way to register VB2010 express without an internet connection? My days are diminishing!

View 9 Replies

VS 2010 Update Internet Explorer In Program?

Nov 7, 2011

I have a small webbrowser but when I try to navigate to a certain webpages the webpage show a warning to force me to upgrade my webbrowser also internet explorer:"Upgrade your browser for a better Myspace experience.We recommend one of the following browsers to provide the best and most reliable experience on Myspace. Some features, like Profile 2.0 and MyspaceIM for Web, may not have full functionality in other browsers.select and install one of the browsers below."I already have internet explorer 9 installed in my computer also the webpage show the message:"Microsoft Internet Explorer Available for Windows Already using Internet Explorer 9? Please visit �Settings�, and select �f12 Developer Tools�. In this window, make sure "Browser Mode" is set to �Internet Explorer 9� and "Document Mode" is set to �Internet Explorer 9 standards�"

View 2 Replies

VS 2010 Internet Transfer Control Omitted From Express?

Dec 30, 2011

I'm trying to write a program using Internet Transfer Controls, but I'm using Visual Studio (Visual Basic Express) 2010.

Is Internet Transfer Control omitted from the express version?

View 1 Replies

VS 2010 Make An Application That Downloads Things Off The Internet?

Feb 20, 2012

I want to make a vb application that downloads stuff off of the internet such as pictures, etc. Does anyone know how I can do this? P.S. If anyone knows how I can implement a progress bar into this .

View 3 Replies

VS 2010 Sending Variable Data To A Internet Site

Apr 19, 2011

I am looking for some advice on how to proceed with a little project I am doing envolving sending data to an external site. So the rough situation is I have data stored in variables in a VB program (and corrisponding excel sheet working as a storage place for variables after the project closes) and I need to some how get this data to a portal site and have it entered automatically :P. I current have a button on my VB program that opens to the specific site and the users navigate to the data entry portion of the site and enter the data manually but my eventual goal is to hopefully have this all automated through a single button on the form.

View 1 Replies

VS 2010 WebBrowser: Internet Explorer Rendering Engine

Dec 25, 2010

How can I make the my WebBrowser that will work on the engine of Internet Explorer?

[URL]

View 3 Replies

Internet Monitoring In School Library / Cannot Use Internet Within Day

Oct 15, 2011

we have our system running but our system needs to be modified because we did something wrong...we are doing an "Internet monitoring System" in our school library where the user can only access the internet 1hr a day, and he/she cannot use the internet within that day if he couldn't buy a time on a serve...every students should only have 20hrs time usage per semester...our problem is every day their 20hrs is being reduced in 1hr.. the rule is the time per semester which is 20hrs that is given to the students was reduced 1hr only if he uses the internet..but our system is reducing their 1hr every day.

View 1 Replies

VS 2010 List Of All Sites That User Has Saved Password For On Internet?

Dec 17, 2011

I am making an application where a user can store their logons/passwords and other details for websites on the internet.My question is this: Am I able to have a list of all sites that the user has saved a password for on the internet?I don't think I will be able to get the password (because of Windows security), but am I able to see what sites the user has saved their password on, and maybe even the username they used?

View 4 Replies

VS 2010 Creating A Lan Game

Mar 22, 2012

i would like to get some ideas on how to connect computers to play a LAN game.. the deadline for this project will be on the 27th of march so.The game that i'll be making is a counter-strike-like 2d game.. is it possible that i can finish this project before its deadline?

View 9 Replies

VS 2010 Draw On Game?

May 22, 2011

I would like to write on a game window while I am ingame, Like steam or xfire for some basic functions.Anyway I can do this by calling Graphics.FromHwnd() In rapid succession and then it looks really flickery. The game is using DirectX, is there a way to sort of "Inject" something to be drawn into the paint event ? even if this is not possible with vb.net I can do C# or C++ if I know how.

View 2 Replies

VS 2010 - Create Error Handling MsgBox If No Apparent Internet Connection?

Aug 18, 2010

Using the following
If GeBrowse.DownloadString("URL GOES HERE").Contains("CHECKS FOR TEXT HERE.") Then
Something goes here
If there is no apparent internet connection, how would i create an error handling Message box or something of the sort?

View 6 Replies







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