|
-
March 14th, 2001, 08:18 AM
#1
[RESOLVED] I need Ideas.
Here is my Idea.
I want to make a VB application that is a game loader. WHY? because I have a hard drive full of crap and my desktop is getting cluttered.
My Idea would take a gamelist from a .txt file. In this list would be a little record of all my games, for each game It would contain Title, App Path, Genre, Maybe a rating, and more... Thats where I need your help. What should the loader look like. I have an Idea of a list box on the left and when you select it the game data will show on the right.
After I get done I will give the source to anyone who would like it, and I will comment it.
If this is the wrong place to post this let me know.
Thanks for your time!
-
March 14th, 2001, 09:00 AM
#2
Maybe make 2 panes. The left pane with categories, and the right pane with the list. You select a category, then select the game. Have a Run button...I've run out of Ideas...I'll post more later.
------------------
OS/400...At least it's not Microsoft.
-
March 14th, 2001, 09:23 AM
#3
In addition maybe you can have a stats button. It would open up to give the stats like your rateing, number of times used.......will write more I am in between classes
later
------------------
Coding is easy; All you do is sit staring at a terminal until the drops of blood form on your forehead.
Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.
-
March 14th, 2001, 10:48 AM
#4
List on the left, with nothing selected the right window shows pull down boxes (action, RPG, 1st person shooter : single player, lan, internet) and search windows. When a game is highlighted a screen shot is displayed with the game information including homepage (for updates) and a link for codes/cheats/etc.
------------------
Death is lighter than a feather - duty heavier than a mountian.
-
March 14th, 2001, 01:10 PM
#5
Thanks guys This is exactly the suggestions I was looking for. They all are good and I'll keep reading for more.
-
March 14th, 2001, 01:35 PM
#6
in addition to my previous......
maybe include that last time the program was opened. I thought I had a few more ideas but lost them already will post more if the y come to me again or think of others.
later
------------------
Coding is easy; All you do is sit staring at a terminal until the drops of blood form on your forehead.
Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.
-
March 14th, 2001, 09:53 PM
#7
If you want to get really fancy, you could actally set up shortcuts/items for different game options that are available...such as the command line options in Doom, Quake, etc...
------------------
-- What? No more Jolt!?!?
-
March 15th, 2001, 09:46 AM
#8
KoWind took my suggestion :-(
That would be great to be able to make it like a compact shortcut storage. Just click the game you want it it launches (this is what I think you have planned)
I would be very interested in the source for this, let me know when your done with it...I love tweaking other people's programs
-
March 15th, 2001, 02:41 PM
#9
I'll start on the program tonight, but probably won't finish tonight. I'll be adding all of the suggestions. I really like the command line suggestion. I might have to do some research(Maybe an ongoing project) for command line options for different games. So that maybe some will be Built in the App.
What types of Games should I put Cyberhh?
mahdi-> Your exactly right about the compact shortcut storage. Do you want the source as I go or when I am finish?
-
March 15th, 2001, 07:25 PM
#10
This sounds exactly like something I would program. Would u mind sending me the source after you are done?
Thanks
------------------
-DJ Chew
-
March 16th, 2001, 10:20 AM
#11
-
April 10th, 2001, 12:21 PM
#12
CAn't PM LagMonster for some odd reason so...
I was wondering if you ever got around to starting on this, I just got VB 6.0 so you don't have to worry about downward compatability. Let me know how this is going or if it's been deep sixed...
-
April 10th, 2001, 12:43 PM
#13
NO it hasn't been sixed. I have been experiment with more robust code! LOL
Instead of using the standard shell or shellexecute I am creating a process and monitoring it(sort of). But this way I can set my games with High priority(or low, but why) in windows ME, or 9x.
Sorry about the update...I'll email you what I got when I get home. hehe
-
April 10th, 2001, 01:23 PM
#14
Ok, cool...could you also send a discription of what it is you are trying to do with this 'process' for ME and 9x?
-
April 10th, 2001, 01:33 PM
#15
Every time windows starts an application or anything requiring CPU time a process is created.
Windows will automatically give each 'process' certain amounts of CPU usage based on its priority.
Example:
A medium priority application is running and taking up 70% of your CPU time(which would be a lot). If you started a high priority application that wanted to use 70% of the CPU the medium priority application would have no say in it what so ever. Windows would give everything it had to the higher priority. BUT if a low priority application wanted to use a lot of CPU windows wouldN'T let it use it. If your confused don't feel bad. Its not an easy thing to grasp at first.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|
Bookmarks