Create A Memory Game In Program?

Apr 16, 2012

I am a noob to Visual Basic and I am currently learning it at my college. I have a final project to do and I am having some trouble deciding on how to attack it. First off, I have done a lot of research and I cannot find my answer, so I am using this(post) as a last resort. The book my prof is having me use is outdated, its coding on vb6, and we are using vb2010...hence my problem. I am not looking for an answer in code, but more to be pointed in the right direction, or maybe some classes that I do not know about.[code]...

View 7 Replies


ADVERTISEMENT

Create A Memory Leak In C# / Program?

Jul 2, 2011

Inspired from this question, was wondering what are the possible ways to create a memory leak in .Net. I once found one with ODBC Data Access. Has anyone had any experiences with latest version?

View 6 Replies

Create A Little Program Where Can View A Few Game Servers?

Jul 18, 2011

I'm trying to create a little program where I can view a few game servers, specifically cs, cs:s, and cod4?

Imports GameServerInfo
Public Class Form1
Dim server As GameServer = New GameServer("74.201.57.23", 27015, GameType.CounterStrike)

[code]....

I've tested multiple servers as well that were up and running so It's not the servers I'm putting in.

View 5 Replies

Create A Program That Plays A Game With The User?

Oct 18, 2011

Im new to visual basic and im taking a class on visual basic currently We are suppose to create a program that plays a game with the user. The game is about guessing a random number the program guesses If you are too high from the computers guess it will tell you "too high"If you are too low from the computers guess it will tell you "too low"If you are right it will let you know your right Currently im having problem with Line 7, its saying RandomInteger is expecting declaration But i declared it above as a integer

[Code]...

View 2 Replies

VB 2008 Create A Program That Intercepts The Traffic Going Into And Out Of The Game Including Whats Writen In The Chatbox?

Aug 30, 2010

I have a game which has a chatbox in it and was wondering if its possible to create a program that intercepts the traffic going into and out of the game including whats writen in the chatbox.I am the host of the game.Basicly I want the information to be displayed in something like a richtextbox?

View 1 Replies

Reading Memory From A Game?

Aug 10, 2010

I'm currently developing a sort of community program that logs game things to their profile.

Let say... you are playing BioShock PC, you passed a checkpoint... but when you passed checkpoint the game needs to trigger a notify to my program that tells that the gamer has passed that specific checkpoint.

Is it possible to read it from the game's memory or do i need to modify the game's executable?

View 4 Replies

Game Programming :: Create A Picture Shuffle Game?

Jun 4, 2012

I am all new to Visual Basic 2008, I am trying to create a picture shuffle game, the problem is I cant seem to be able to move one picture from PictureBox1 to PictureBox2 onClick, here is a Code I written earlier:Sub ChangePicture(ByRef P1 As PictureBox, ByRef P2 As PictureBox)

[Code]...

View 1 Replies

Game Programming :: Create A Zombie Style RPG Game

Sep 11, 2009

Is there any visual basic 2005/2008 RPG games with the source code available for download.Could you possibly reply to this post with a link to the website with the game.Or is there a template i could use to try create a zombie style RPG game text or graphical.

View 2 Replies

2D RPG Game In VB Out Of Memory After Graphics.DrawImage

Jun 1, 2010

Well currently im programming a game in Visual Basic and I have it to the point where it draws a map on the form, it loads maps to different areas when you walk on the map, and I am doing so by using Graphics. DrawImage which redraws the map on the screen with the character in the new position. It was working quickly and smoothly until now.

I added some more sprites and now it starts to lag badly then it will throw a Out of Memory exception and it will display a big red x across the form. I watched the memory now as i move the character one spot on the forum and the memory increases 100mb's each time. It wasn't doing this before which is weird. I managed to fix the out of memory error using GC.GarbageCollect but I read that this is bad, also the character still lags across the forum. I really didn't want to release the source code until I was finished but seeing as I need help quickly because this is for a project I am working on for Thursday (End of semester Programming 2 Junior year of high school) I don't have many options.

View 8 Replies

Write A Memory Game Using VB 2008?

Sep 21, 2010

If you match two same colours or pictures, you get some points. There should be nine pairs of hidden pictures/colours but shows up when clicked but should not in the same order or line. There has to be a count down timer as well.

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

Game Programming :: Pig Dice Game - When Program Runs - Never Goes To Computer's Turn And Does Not Update Users Score Either

Apr 18, 2012

On programming assignment without having any real experience in vb. I guess I don't understand subroutines that well. When the program runs it never goes to the computer's turn and does not update the users score either. This assignment is already in but would like to know what is going wrong. Using VB 2010, and this is windows application.

Code:
Public Class Form1
Dim Myturn As Integer
Dim Computerturn As Integer

[CODE]...

View 6 Replies

VS 2008 : Edit The Game Memory Values?

Jun 7, 2009

i want to make a game trainer in vb 2008 but how do i edit the game memory values? like the amo address is

40057C14

& Value is

60

how can i change the value of that to whatever i want ?

View 11 Replies

Show Program Front Of The Game While Playing A Game

Nov 7, 2011

I want to make program that shows info in game while playing. Problem is that I have no idea how to do it. I tryed some methods, but unsuccessfully. So does anyone has idea how to make it ?

View 3 Replies

How To Write A Memory Game Using Visual Studio 2008

Jan 22, 2010

If you match two same colours or pictures, you get some points. There should be nine pairs of hidden pictures/colours but shows up when clicked but should not in the same order or line. There has to be a count down timer as well.

View 3 Replies

Create "a Windows Form Game Called Yahtzis Which Uses Five Dice And Three Throws To Create A Score"?

Oct 18, 2010

i am suppose to create "a windows form game called Yahtzis which uses five dice and three throws to create a score" .

The problem is that i don't even know how to start it can anyone shed some light.

View 2 Replies

Create Ximage From (wpf) Visual In Memory?

Jun 13, 2012

I'm trying to convert a visual to a Ximage(to print on pdf). Currently I'm using this:

Dim img As XImage = XImage.FromFile(path.LocalPath)

But it requires me to save it on the harddrive I would like to use this but I don't know how to create a image from a visual(in memory) and load it in.

Dim img As XImage = XImage.FromGdiPlusImage(myVisualAsImage)

View 1 Replies

Variable Create A Memory Cell ?

Apr 8, 2009

Does a variable create a memory cell, or is it actually the memory cell, for example: Dim Answer As DialogResult

This is the explanation I have written for that line of "This line of code uses a Dim (Dimension) statement to declare a variable called Answer.

This variable creates an object to store the users answer to a dialog result." and this is the explanation that my friend said it was:

"This line of code uses a Dim (Dimension) statement to declare a variable called DialogResult. This variable is a memory cell to store the users answer to the dialog result."

View 11 Replies

Program Using To Much Memory?

Jan 20, 2009

the program ive created will need to run for 3-7 days with out be restarted.im worried about memory leaks and anything else that might occur. to view what my program is using ive opened windows task manager.these are the reading i get:

CPU: between 0 and 2
working set(memory) about 29,596 - 29,600k
memory(private working set) about 8756 k[code]....

2 question, first does this look ok (is my program using to much memory, etc) and secondly why does the thread say 12-14?i thought the program is one thread plus i have a second thread running in the background so shouldnt that be just 2 then?(the program is an sms sender.it sends and recieves sms's, databases them, and sends out responses based on what the txt msg is).

View 1 Replies

Create A Basic Mmo Game For Fun In .net?

May 14, 2012

I'm trying to create a basic mmo game for fun in vb.net. I have done it before with a game api but I'm recently reformat my computer and can no longer find it. I'm trying to dynamically create a new picture box that will be my character or NPC and I can get the image to show up on the screen correctly but I'm not able to use "myGuy" anywhere else in the project. So the character basically sits there and does nothing. I'm wondering if there is away to call "myGuy" (myGuy.Top = 40) in another sub? If you know of a good game api that is not a hog and not expensive let me know.

[Code]...

View 3 Replies

Create A Football Game In .NET?

Mar 24, 2012

I spend my spare time trying to create a football game in VB.NET. I have a save game file saved using serialization which I am using to test code. This file contains all the elements of gameplay (stored plays, games, options, etc...) I create this file in the software itself using the code I created; I put a lot of work into this save game file and I would like to continue using it.

However, I discovered I need to add a couple member variables to the class from which the saved object is derived (object is called m_League, class is ClLeague). Any time I've altered ClLeague my old saved games don't load anymore because the new m_League object does not match the old m_League object. I have to start a new game and create m_League from scratch which wastes a lot of time.

This must pop up in with the professionals out there who write patches for software and need the users old saved files to continue working. Is there any trick to this situation or do I have to just accept it?

View 3 Replies

Create In-memory Image File With String?

Apr 9, 2010

Is there anyway I can create in-memory JPEG file with a 'String' (yes with a String)?

View 3 Replies

DB/Reporting :: Create And Populate In Memory Datatable?

Sep 23, 2008

Probably a very dumb question but I have a program whereby I create and populate an in memory datatable, which I then add to a data-set. I then run a couple of updates on the dataset and need to know how to then send these updates down into the in memory datatable :Here is a mock up of the code structure following the creation and population of the table :

[Code]...

View 2 Replies

Out Of Memory Exception - Can't Create Windows Handle

Nov 26, 2011

I have searched other forums, google, etc. and have not find a solution. I am creating a VB.NET application using Visual Studio 2010. My application runs fine inside the IDE. Outside of the IDE, it crashes immediately with an OOM exception. I have compiled the program in both VS 2010 and VS2008. The outcome is always the same. I increased my Desktop heap to 12288 meg from 3072 meg thinking that was the issue, but the outcome is the case. Although the increase does improve my response in the IDE. The error is also being reported as related to mscorlib.dll; and my version is for 2.0 framework is 2.0.50727 and for 4.0 framework is 4.0.30319. I am running Windows XP/SP3.

View 13 Replies

Memory Leak In Program

Jul 11, 2009

This is a little app that sits in your task bar and check a website for the presence of a simple string. The string is either "ONLINE" or "OFFLINE". THe problem is that there seems to be a minor memory leak, since every once in a while (I suppose when the timer expires) the memory it takes up increases by a good bit. [code]

View 7 Replies

Program Stays In Memory?

Aug 16, 2011

1. I run a program in VB, then i click X button to close the main form, the program exits.

2. Then I change the code slightly (for example I add MsgBox("abc") and try to run the program.

3. An error appers: "The operation could not be completed..." and then some text in my own language, I try to translate it into english: "...The process cant get access to file, because its been in use by another process"

View 8 Replies

Create A Quiz Game Application In .NET?

Sep 23, 2010

I am building a quiz application in .net just like on flash mini games, is this possible in .net? and what is the easiest way to create this? make moving objects, cartoon interface and etc. also, it is supposed to be a standalone application.

View 1 Replies

Create A Scoring System Game?

Aug 6, 2009

how can i create a scoring for system for my Maths quiz game made using VB.My quiz game can generate automatic numbers / questions and shows a message box whenever the user gets the answer right or wrong. i.e.when the user presses the check answer button, a message appears stating that he/she go it right or wrong. Then the user can press the next question button to get a new question.

View 8 Replies

How To Create Save Game Function

Oct 17, 2011

I am trying to create a game using vb but don't know how to create a "save game" function. I was told something about saving to files but don't really understand it.

View 2 Replies

Create The Control Runtime And In The Memory And Not Showing Anything In The Form?

Jun 8, 2010

I wanna to load a web page and login.I know how to do this with a web browser control but:I wanna to create the control runtime and in the memory and not showing anything in the form.I wanna to load many pages in the memory and extract my information needed without anything to see by user.

View 1 Replies







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