VS 2008 - Make An Online Multiplayer Game?

Jul 17, 2011

I was looking at this example: Basic TCP Communication I was really amazed by this piece of code however it only works in WLAN. I was thinking if its possible to make the same program over internet not the same router but which can be connected to two different countries or any other place except the same network?

Actually I have created a very simple game called whack a mole. In which buttons appear and the user has to click it before it disappears. however I am trying to make it multiplayer over the internet even if i have to create a server from my PC. I dont know if its even possible. The other player should also get the same screen as the user who hosted the game just like real time.

View 4 Replies


ADVERTISEMENT

Source - Mu Online Game - Can't Make Right "Server Status" To Show Online Or Offline

Jul 28, 2009

I have working on 1 program that is for Mu Online game. Its Mu Launcher program,but i'm having trouble with it. I can't make right "Server Status" to show Online or Offline I can't make autoupdater people to have using this for theyr server.

I make one file launcher.txt to get info the program but i need a lil help to finish thise program. The program is not for 1 server only its freewere . So here is the problem with the Server Status and AutoUpdater to get info from what server..

View 4 Replies

How To Make Bot For Online Game

Aug 27, 2009

i have zero programming knowledge and wanting to learn programming from seeing people making bots for online games, i always seek the knowledge if things and wonder how they do them, even though its pretty useless motive lol i just want to know what knowledge needed to making bot for online game am learning know VB.net 2008 got visual basic step by step book for 2008, i was searching for online game hackers forums and hear them type things like hooks, packets sniffers , etc , so what things do i need to learn beside visual basic 2008 to make bots for online game? i wonder how can i connect my program to other programs

View 1 Replies

Making A Chess Multiplayer Game

Jun 19, 2012

I am trying to make a Chess multiplayer game in Visual Basic. Its a two player which will be played in a normal way and not even over LAN. So far, I am done designing the board.

My logic is: First, on clicking any square, the click event handler will check whether a piece resides on that square. If not, then it checks if a piece is to be moved to that square. If both are negative, then it does nothing.

Now, the problem with this is, how do I code the click events? Also, I have represented the board using a 2dimensional array. But how do I update the positions after every move? And how do I check whether legal move is being executed? One more thing I want to add is whenever a piece is clicked, the possible legal squares should be highlighted.

For this, what I did was, for every click event on any square it checked if there was a piece. If there was a piece, then it highlighted all possible moves for that piece using If-Else-If logic, but it turned out to be too cumbersome and too long. And another problem which arose was, how do I know that if the user clicks an empty square to move the piece there?

View 2 Replies

Create A Multiplayer Game - Send Some Text

Jan 9, 2011

I'm trying to create a multiplayer game, but i don't know how to communicate between my programs, what I'm trying to send is some text, which my program can understand it. I searched for it and for making a chat application but found no working results...

View 10 Replies

Developing A Minesweeper Flags Game And The Multiplayer Version Is All Setup?

May 17, 2012

So I'm developing a minesweeper flags game and the multiplayer version is all set up, but the single player version is still under developement. It's important to refer that I'm using a DataGridView, and I'm applying r = tab1.CurrentCell.RowIndex + 1 and c = tab1.CurrentCell.ColumnIndex + 1 to see where the player clicks. What I want to do is to make the AI click any random cell when it's turn comes, but how do I do this.

View 1 Replies

API's In The Microsoft Flight Simulator X SDK About Multiplayer Chatbox Or Any Multiplayer Functions

Jun 2, 2011

I am making a program for Microsoft Flight Simulator X, and When you are in Multiplayer in most games there is a Chat room, or Chat Box. Do you think that there is any way I can reach maybe an API or possibly monitor the Screen so If someone types !Help in the chat box my bot would Respond like "Software by (whoever) other commands" stuff like that. But I cant seem to find any info about API's in the Microsoft Flight Simulator X SDK about Multiplayer Chatbox or any multiplayer functions in that matter.

View 2 Replies

VS 2008 Make A Keybinder For GTA SanAndreas Multyplayer Online(Sa-mp)

Feb 24, 2010

im trying to make a Keybinder for GTA SanAndreas Multyplayer Online(Sa-mp) and i need help with the Hotkeys... Why this doesn't work? HTML

[Code]...

View 4 Replies

Online VB Game With Text And Connections?

Sep 20, 2009

Here is the plan/layout for the connection to a database.The biggest thing is that, it must be able to be connected by everyone, and it's pretty obvious why this is a big one, haha. The aim of the database is, naturally, to store all the info about the user required by the game (so each column would have x rows, name, age, etc etc). The program would have the ability to add columns (user registration) and log into them (username and password). They would enter their username password, and it would search for username, and if found, confirm password = password in that column.

So basically, the database acts like any other database, it just needs to be able to be connected by everyone (or by a vast majority of the average population), and be able to be edited (adding rows/deleting rows).I've dealt with databases before, but only local ones, and I've tried before with internet (and intranet a few times), but those ones never went anywhere, so they were dropped.

View 4 Replies

Game Programming :: Make A Game In VB In Which Character Can Move Around, Jump, And Kill Things?

Apr 2, 2008

im trying to make a game in visual basic in which your character can move around, jump, and kill things. I can get the picture box with the character to move and everything is fine. but i did run into one problem. when the character moves over a tree (or something) you can see the gray backround of the character as i made in paint. how do i make the backround of the picturebox transparent?

View 4 Replies

Make A D3D Menu For In-game With VB 2008?

Apr 3, 2010

I just downloaded VB 2008 but i have a question, can you make a D3D Menu for in-game with VB 2008?

View 5 Replies

Make And Design A Game In VB 2008

Mar 20, 2009

I have have to make and design a game in visual basic 2008 for college i also started colleage late... i dont kow how to start my game. the way the game is blackjack (21)

View 1 Replies

Game Programming :: Transparant Images - Make A Game Which Basiclly Lets You Shoot Ducks

Feb 1, 2010

I am trying to make a game which basiclly lets you shoot ducks. i have a picture as a background (set as form image) i then have picturebox's with ducks flying flying around you shoot them the disapear etc.

My problem is the image. i have a picture of a duck and a blue square round it. and i would liketo make it transparant because birds dont fly with blue squares.

Below is an image to illistrate my problem

I have tried adding transparent background, transparant key etc

View 2 Replies

Projectile Motion - Make A Game Similar To The Impossible Game?

May 19, 2011

I'm doing a project for school. I'm trying to make a game similar to the Impossible game. I need a square (picturebox) to jump but I want gravity to effect it.

View 1 Replies

Make A Little Game Using .NET 2008 Express Edition?

Aug 25, 2009

I'm trying to make a little game using VB .NET 2008 Express Edition.The game is comparable to the Everybody Votes channel on the Nintendo Wii (if anyone has ever seen it). You can submit questions to a online database. Then, if the question is accepted, users can vote on it and other accepted questions. The questions are on a timer and when it hits a certain point (after a couple of days or so), the questions can no longer be voted on and the results are displayed. Since the details of the users account, the questions and the results would be in a database online, the program would also track some fun little aspects of their voting habits and stuff.

Onto my question though, how difficult would it be to pull something like this off? Especially for someone with no experience using an online database with VB .NET? I'm not foreign to the basics of VB .NET by any means, I've taken several courses with it in college and worked with offline Access databases, but taking it online is something completely new to me.

View 1 Replies

VS 2008 Make A Form Stay ABOVE A Game?

Aug 22, 2009

How can I make a form stay above a game? Something like a D3D/OpenGL game

View 12 Replies

Make A Hangman Game For School Using VB 2008 Express?

Dec 1, 2011

I have to make an hangman game for school using visual basic 2008 express and make it a console application...because i need better mark i want to show an image when a player loses or wins(i think it can be done with windows application)...

View 9 Replies

VS 2008 Make Program Forward Port 2303 For UDP So That Game Will Work

Jun 19, 2010

I'm trying to make my program forward port 2303 for UDP so that my game will work without the user having to forward their ports manually every time they want to play.I've searched and come across this C# code but I keep having problems converting it to VB.Net:url...

View 1 Replies

How To Make A Online .net Project

Dec 7, 2011

my name is Bogdan and I am having a litte bit of a problem with vb.net.In my computer I have instaled Microsoft Visual Basic 2010 Express...so long everything it's ok.I told one of my friend about this cool program and now we want to make a program together in our free time but from each other computer...soo how do i make a online "vb.net project" (i am not sure if i have express myself correctly)that i can access from each other pc?I google this problem and i didn't find anything and now am starting to think this isn't even possible..

View 4 Replies

How To Make Online Software In Vb

Nov 14, 2010

I am working on software that is Accounts Software there a database and some forms. There is a database which is made in sql server 2000 and there are many tables. My question is that I make that software for a Clint and database will be attached in my computer. Both are using DSL internet me and Clint too. I want to that when my Clint open that software and then he work in the software then he save record so it saved in my computer database. I saw software same as there is a bat format file I have to run first it then it successful then I can open software. [Code]

This is just use when software is running in my own computer but what will be connection when my Clint will use software and he is also using DSL internet connection so how can create connection between server and Clint.

View 1 Replies

Make VB Application Online?

Apr 15, 2012

How can I make vb.net application online. Is it possible? so it's can be access from anywhere..

View 3 Replies

How To Make A Online Exam Application

Oct 16, 2009

i want to know how to make online exam application using VB.NET & SQL SERVER,Suppose there is a question followed by 4 options, & USER have to select one of them,also there is a time restriction for example ,30 min for 25 question and time should be visible to user.then after time over he will be not able to do anything and redirected to result page.At last it will calculate the total no of marks scored and show in graph and report wise.

View 1 Replies

Make An Application Online Written In VB?

Sep 26, 2011

I am a beginner in vb.net. I have made a project in this. Now I want to make it online.Also how to use asp.net with vb.net?

View 7 Replies

Make An Online Transaction Program?

May 6, 2009

I want to make an online transaction program for which I need help. The problem is that, if a branch enters an entry that entry should hit three system�s databases. These three systems are connected to network but the application is not connected. For example, there is two branches namely branch1 and branch2 and a head office namely HO1. If a user at branch1 enters a record that record not only hit that branch database, but also hit branch2 and HO1 databases as well. Can I use Virtual Private Network (VPN) to do this?

View 5 Replies

Make Software Can Use Online And Put Ads On Bottom?

Sep 14, 2010

i have create some sort of software now i want to know how can i make the software only can be used when there is internet connection also i want put ads banner at the bottom...last one i need to make sure when i update the software all user that use the software will be updated automatic when they open the software?

View 14 Replies

Make Your Form Connect To An Online Database?

Dec 20, 2009

I was wondering how I could, for example, make a prompt, with the text in that prompt match with the text on a secure web-page.[code]...

View 4 Replies

Developed A Multiplayer Games Using VB?

Mar 31, 2010

i have a question regarding how to developed a multiplayer games using VB. i am a student and beginner on VB world.i managed to create a simple Sudoku game using VB knowledge from the internet and some books.I am fan of Sudoku games published in newspaper everyday.but now i really interested on how to develop the multi-player version using the same coding. is it possible?

i tried to write a script on developed tic-tac-toe for multi-player based from a book using VB6 for an example but got many errors. how to develop a simple multiplayer for Sudoku? i'm using VB 2008 Express Edition.

View 1 Replies

Keys For Multiplayer Games

Jul 13, 2009

I am trying to make a two player game.Each player is able to move left and right, aim up and down, jump, and shoot.On some occasions when a number of keys are being pressed at once, some other keys wont register.For example, you can hold a key down to keep moving left, keep holding a key down to aim up(changing the angle), keep holding a key down to keep jumping, keep holding a key down to keep shooting. and there are TWO players at the same time:if both players are shooting, only one can aim down(press key to change angle). but it is fine if both trying to aim up ? Can the keyboard not handle too many keys at once?

View 1 Replies

VS 2008 - Creating A Tycoon Game / Make The Player Either A 'job Offer' Or 'share Offer'?

Jul 24, 2009

I am creating a tycoon game where you start at the bottom and go up the business ladder. At the end of the year, the player can either, stay with him current job, get another job or go it alone. I would like to know how I can make the player either a 'job offer' or 'share offer' when they own their own business.

View 4 Replies

Make A Register Program That Stores Data In Online Database?

Jun 9, 2012

My code is the following[code]....

I don't have any errors on the password orr the database!!!I only have errors on the "sqlquary"

View 2 Replies







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