Put Some Advanced Games On Form?
Aug 16, 2009Put some advanced Games on Form?
View 3 RepliesPut some advanced Games on Form?
View 3 Repliesi am trying to build a Visual Basic program with an Access 2007 database in the back. I have another Access 2007 database with two tables stored in there. Each table has two columns, a UserID and Password column. This database will be used with a LoginForm so that if the user enters a normal login and password they will be taken to a specific form whereas if they enter an AdminID and password they will be taken to another form with different features. I managed to connect to the database and it works fine but i tried making the passwords and user names case sensitive for better security. I don't have a problem with this when i try only one of the tables, but when i try to implement the second table (to check if the login is an admin or a normal user)
View 9 RepliesIs it possible to design my form like 3D? Or having my form displayed as a rounded rectangle?
View 3 RepliesHello I want to create a windows form application program that can create games something like Gamemaker or Klik & Play (butt less advanced) with D&D "Drag and Drop" events and actions.
View 7 RepliesI have been looking for like 3 hours trying to find a dll or anything to make a simple cards game, but everything I find is oriented to C.
In this page A FreeCell game using Cards.dll - CodeProject� they talk about just what I want, but I cannot make it work in Visual Studio 2008 using Visual Basic.net, I don�t know if that has anything to do with the Vista OS I am using.
In the page I mention the author says "There are many good articles on the net on how to use the Cards dynamic link library" and I am sure the good articles are there, but my good luck has make me looping around the same nonsense results so I end up with nothing after 3 hours search.
The game I want to make is just something for a project we must do in class, how to start making a cards game fast and simple. If someone knows about a cards dll that works fine with vbnet, that someone would be my new hero.
i'm just wondering if someone can help me make a game in visual basic 2008? can i get some exact code on how to make it.
View 6 RepliesI have a university assignment, The problem, well.. in the short anyway; i have this form which is for placing orders. There is an "add product" command and next to it a list box. what I would LIKE to achieve is being able to click on add and then a query would come up asking for the user to input a product ID then check either yes or cancel. once that is done, I would like the database to search products by ID (obviously) and then display the product in the list box. the list box may contain up to 5 products and no more. there is also functions to remove individual products from the list box as well as clear the list box all together. in addition to this mammoth task, I also have a label which requires a total price. this would be the price of all the items in the list box, not in the database.
View 3 Repliesthe thing is that i am creating a little launcher shell that will start on a lan-party computer full with games.all the things i am doing with it is for my own use only and will not be used for harmfull stuff. in the other topic i got the intention that they thought i was a cracker of hacker or something.im am just creating a launcher app that launches my games without the use of explorer.exe to be loaded with windows.i have done several things to try to load a game when i press a button but they always crash. when i start the games normally there is no problem.first i thought it needed the use of explorer.exe but when i tested my app with explorer.exe running i got the same result. so i think its my app that is causing the problem.
i have used this:
Process.Start("C:\Program Files (x86)\EA GAMES\Battlefield 2\BF2.exe")
and this:
Dim startInfo As System.Diagnostics.ProcessStartInfo
Dim pStart As New System.Diagnostics.Process
startInfo = New System.Diagnostics.ProcessStartInfo("C:\Program Files (x86)\Ubisoft\Related Designs\ANNO 1404\Anno4.exe")
[code].....
as for the people who replied in the other topic. the register files you have seen in my code was for activating the GameShell.exe to run as shell instead of the explorer.exe for the current user and for all users and to restore it to explorer.exe.
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.
Like fraps, that Draw"FPS"usuallyyellow,andredWhen filming.[url]...
View 1 RepliesNow my question is, is it possible to use Hotkeys and ScreenCapture in a Fullscreen game?If so, how?What im acutaly trying to do is a program to take a screenshot ingame (for some reason, this game doesnt have an option to take screenshots ingame.. Bad Company 2)
View 7 RepliesI 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 RepliesThere's a game that I play, that can be modded. I create mods for it. But some people do not know how to apply the mods by themselves, and just explaining to one person takes about an hour alone.So what I'm wanting to do:Create a program that can add - remove - detect what mods are being used.We'll use'C:GameAddon' For an example target.What I'm wanting:Check Boxes that automatically check when the mod is already in the 'C:GameAddon' folder when the program starts up.and UnCheck'd if the addon isn't in there.
View 1 RepliesIm looking to make an advanced drawing program in vb.net as a bit of a project to occupy my time.im looking to make one pretty much like Paint but with gradients and other features, but im at a loss as to where to find such a tutorial.
View 3 Replieshere is a code i made for a tabbed web browser but i have a probem i want the tabs to write the name of the site that you visit?
Public Class Form1
Dim i As Integer = 1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim browse As New WebBrowser
[code]....
I have two tables:Orders OrderProducts - An order can have 1 to many orderProducts records associated with it.What I am trying to do (unsuccessfully) is to implement a GridView search using a LinqDataSource wherein the search returns Order results where any of the OrderProduct.Manufacturer columns contain a search query.
I was hoping the following would work, however it seems lambda expressions do not work within a Where clause of a LinqDataSource (in VB):
[Code]...
how to get this working within the LinqDataSource definition, or will I have to handle and set up a custom OnSelecting event?
I'm working on a project that users can add new tabs, buttons, textboxes, Excel forms(existing or new) or sth. else to the application. How could it be possible to save these changes?
P.S. : I started to learn SQL usage, and planning to use SQL in my project to save additional inforamtion that users have added.(for example informations about team members)
I've got this control: [URL].. and I'd like to use the advanced autocomplete feature in VB.
View 6 Repliesi have an advanced web browser and i would like some codes.It has unlimited tabs but i have a few problems.when i click a link that open in a new window,it open it with internet explorer.When i add a tab and i go to msn.com and other sites,the document title is very long and one tab is the 50% of the webbrowsers tabcontrol tab page text.it's too long!I got an error while i was trying to set the selected tabs text length with a message telling:property length is readonly.If ComboBox1.Text.EndsWith(".swf") Then i want the selected tab to get filled by an axschockwaveflashobject at dock style.A code that makes an .mp3 link to open with an axwindowsmediaplayer on a new tab or at the current tab and a code for bookmark menu that keeps them after program close for the next use.I saw a video about the bookmarks,but i didn't understand lots from it.url...
View 2 RepliesHow does xFire place itself inside of games?
View 1 RepliesI am looking to write my own media library and was wondering are there any free .Net APIs out there to identify a product based on a given barcode? As a secondary point are there .Net APIs to return cover art for books, CD, games etc based on a barcode.
View 3 RepliesHow to Create Video Games in VB.Net
I realize that this is a very popular subject, especially amongst budding developers. The drive to create games may be the reason you started working with Visual Basic in the first place. After stepping through a few samples and getting the hang of working with user controls on a form, it may be very tempting to start to throw some PictureBoxes and a Timer on a Form and start to implement some game logic. Seems easy enough, right?
To some extent, this is a true statement.You could start to do this and it would be easy enough at first. But when you begin to try to calculate collision and animate or rotate your sprites, you may start to run into some difficulty. And attempts to circumvent the problems often lead to even worse issues.This can cause an endless spiral of misery which could leave you thinking VB just isnt meant to make games!
The initial problem that most people face is the desire to use a PictureBox (or any other control) as the logical Sprite container for the elements in the game. It makes sense since the control appears to provide a lot of the required functionality already and its easy to extend it with more properties as needed.
The issue though is that Windows Forms Controls are designed to be drawn statically that is, they arent meant to move around in real-time. You can of course move them at run-time, but this is normally an on-demand operation (something which occurs because the user just took an action like clicking a button or menu item). Attempting to move controls in real-time puts a heavy strain on your application and can cause poor performance quickly.[code]....
I'm trying to draw directly on my screen using these code and API's[code]...
View 2 RepliesI am writing a application where i need to know which games are installed on a system.I have 3 ways by which i think i can detect the games
1: Scan specific parts of registry and look for key names that match with a List of Publishers. The list is manually maintained.
2: Scan the hard disk for and do same as in step 1
3: run the program in background and check for programs in memory that use a large portion of memory(which games always do) and if they use Direct X ( Which all games do except for some) then its a game.
Now i have been thinking about it and first and second method seems to be in need of a updated database ie list of publishers to make out if a particular program is game.
how do i get my program to load the windows built in games? I.E at the click of a button Solitaire loads up i have tryed a couple of ways but nothing so far has come even close to working.
View 2 Repliesive wondered if you can open .SWF Games on VB and make it do a command. For Instance: Right Click > Play :
View 5 RepliesI'm trying to read a log file for a game so I can extract certant info from it and track my stats as the game is running, but I keep getting access denied error for the log file. I would also like to have the log read only after it has been changed but the event handler never fires. I'm assuming it has to do with the access error. Can someone give me an example of how to watch a text file that's in use by another program and read it after it changes. The code I have works if I open the file in notpad, change it then save it but not when the game is running. I did it once before for the same game but lost my code and there are other programs that parse the log file so I know it can be done.
View 1 RepliesI'm trying my hand at a little football simulator, along the same lines as Football Manager (except for Australian football but that's not really the point). Right now I have a code that will simulate a match in a background worker thread and then output all of the statistics and such to a text file. It's all good for simulating one game at a time but I want to do multiple games simultaneously!
This is because, like in Football Manager, I want to have multiple leagues setup so there will be lots of games that need simulating and to do them one at a time would be pretty slow. To sim the games I have a "Match Engine" module which has a metric load of variables and different procedures in it for kicking and marking the ball etc. I'm not sure how I could somehow duplicate all of these variables and procedures at runtime and run them simultaneously in different threads.
I made a program that take screenshots but it doesn't take screenshot from 3d games what is the code :( and here is my code
[Code]...
my program is bigger than this too much :D but these are the important codes :D
Okay so I posted this thread before but apparently people did not understand what i wanted, they thought I wanted to code for the xbox. Basically I want to be able to be able to see someone's games, achievements, friends etc. after they verify their account with me in VB.Net. How would I got about doing this? I know there is some way since I've seen applications on the iPhone for xbox live stuff.
View 9 Replies