Resend my activation email : Register : Log in 
BCF: Bike Chat Forums


VB Programming Ideas ...

Reply to topic
Bike Chat Forums Index -> The Geek Zone
View previous topic : View next topic  
Author Message

Method
World Chat Champion



Joined: 02 Nov 2004
Karma :

PostPosted: 19:18 - 05 Mar 2006    Post subject: VB Programming Ideas ... Reply with quote

Basically for my college project i have to create a semi-decent program using VB6.

I dont realy have any ideas as to what i could create, it can be anything at all...

Anyone got any ideas?
____________________
CBT Aug '03 ... Gilera GSM 50 ... Honda NSR 125 Aug '04 ...
Full Test Dec 04... Suzuki GS500 Jan 05... Suzuki SV650 Mar 07... Gixxer 6 K5 May 08... Oh and my 'Rado Wink
My Bikepics.com - No Brakes, No Gears... No Fear.
 Back to top
View user's profile Send private message Send e-mail Visit poster's website You must be logged in to rate posts

m99dws
World Chat Champion



Joined: 09 Jun 2004
Karma :

PostPosted: 19:59 - 05 Mar 2006    Post subject: Reply with quote

Create a shell that replaces explorer.exe as your default operating shell, so you can create a GUI in the style of a customised OS.
 Back to top
View user's profile Send private message Send e-mail You must be logged in to rate posts

Going2fast
World Chat Champion



Joined: 30 Jun 2004
Karma :

PostPosted: 20:09 - 05 Mar 2006    Post subject: Reply with quote

Create a program that say station A has a document, Guy A says "hey I found something" Guy B says ok send it to my station B. Guy A sends over the document and it pops up on station B.
Kinda like duel screen but over network and comps.

Dunno if it can be done. Sounds cool, was talking about it on another forum im on.

Andy
____________________
Passed My Test 15/03/05 Very Happy Very Happy
BikePics Profile ||| 96' RVF 400 ||| 01' CBR 600 F Sport ||| 2009 Yamaha YZF-R6 Delivered 23/06/09
/-\ndy
 Back to top
View user's profile Send private message Visit poster's website You must be logged in to rate posts

Skunkcap Freddie
Brolly Dolly



Joined: 20 Oct 2005
Karma :

PostPosted: 20:41 - 05 Mar 2006    Post subject: Reply with quote

make your own media player
 Back to top
View user's profile Send private message Visit poster's website You must be logged in to rate posts

Suzuki
Roger



Joined: 03 May 2005
Karma :

PostPosted: 16:35 - 06 Mar 2006    Post subject: Reply with quote

These are some projects that my friends did for their final year project at uni (computer science):

Enigma machine (encrypts and decripts messages in an identical manner to the original Enigma machine).

Chess Game (with a neural network allowing the AI to learn and improve it's ability)

Networked card games (he did sh!t-head)

Fax to email convertor, using OCR rather than just attaching images (my project)

Can't remember any others off the top of my head.

You could even write your own Internet Browser (something to replace IE? Smile)
____________________
<Simple> no I'm shaven Jon Razz
<Simple> it is a big enough hole.. I'll leave it now
Ride: 1999 Suzuki GSXR600 (yellow/black) IRC: Stats - Relationship Map
 Back to top
View user's profile Send private message Send e-mail Visit poster's website You must be logged in to rate posts

veeeffarr
Super Spammer



Joined: 22 Jul 2004
Karma :

PostPosted: 16:37 - 06 Mar 2006    Post subject: Reply with quote

I made a file moving utility a while back (You could select files by type from multiple destinations and send them to different folders based on your own criteria)
 Back to top
View user's profile Send private message You must be logged in to rate posts

Kram
World Chat Champion



Joined: 20 Oct 2004
Karma :

PostPosted: 15:07 - 11 Mar 2006    Post subject: Reply with quote

i made a VB6 back-end to my webdesign coursework (event driven calendar system, aiding in the introduction to multi-subject lesson organisation).

which i sold to my school for £1k Twisted Evil lol.

try making a game/AI.

AI is quite fun to make, if you can get it fairly advanced in VB Shocked
____________________
FS1E -> SR125 -> CB400N -> CB650 -> FZR600 Genises -> VFR400 NC21 -> CBR900RR Fireblade -> Renault Clio 1.4
 Back to top
View user's profile Send private message Send e-mail Visit poster's website You must be logged in to rate posts

Method
World Chat Champion



Joined: 02 Nov 2004
Karma :

PostPosted: 15:29 - 11 Mar 2006    Post subject: Reply with quote

Ive made a game with AI before, was pretty cool actually, but yeah.

Erm,

In the end i had a look at the mp3 player style thing, could not get the thing working, what ever i tried, so ive opted for some file editing/creating/reading/saving stuff with some nice calculations hit in there....

Basically a vehicle program, load in car data from a file, change certain parts of the vehicle that have a direct effect on the vehicles performance... the technical bit is that different objects will conflict with each other...EG fitting 4WD will give you that bit of extra torque, but will add a lot to your wieght, which will reduce your 0-60 time etc...

Basic shell is done, most mods are done, now its just linking the effects back into the spec sheet and thats the basics done.

Then i have plans for a "Budget", where you can set a budget for your vehicle, load it up, and obviously each mod will take your budget away until you have none left.

There are currently 5 pre-made car spec sheets, but with plans for about 20, and a feature to create your own car / vehicle.

Also i have plans for "Custom Mods", where you can create your own mod - its name, part of the car, effects it has, any conflicts with other components etc... that might be a touch hard though

Tutor says the idea is more than good enough for the Diploma people at Edexcel, and that its quite a creative and imaginative design. As it doesnt focus on simply chucking beasty rims and big exhausts on and it goes 10000mph, its actually technical with the planned calculations, and the conflicts between parts is a good idea too.

So yeah, oppinions people?
____________________
CBT Aug '03 ... Gilera GSM 50 ... Honda NSR 125 Aug '04 ...
Full Test Dec 04... Suzuki GS500 Jan 05... Suzuki SV650 Mar 07... Gixxer 6 K5 May 08... Oh and my 'Rado Wink
My Bikepics.com - No Brakes, No Gears... No Fear.
 Back to top
View user's profile Send private message Send e-mail Visit poster's website You must be logged in to rate posts

kawakid
World Chat Champion



Joined: 15 Mar 2005
Karma :

PostPosted: 00:28 - 16 Mar 2006    Post subject: Reply with quote

I am a VB programmer and have undertaken many projects.

However, mostly they are always interfaces between systems, ie to pass financial records from one system to another, to convert from our wages system to our personnel system etc.

At uni, you'll spend ages making realy nice screens and interfaces, when in real life, 95% of your programs won't even have 1 single displayed form.

A lot of the work in VB is getting it to act as a link between systems.

Good luck, if you need any example code, I can let you have some.

Ohh if your lecturer tells you, you can't have an on error goto , tell him
he is talking absolute c**p.

Remember when I was at uni, they had a thing about Gotos, of course it should be structured, but for error checking and for braking loops its okay.

Real world is not uni, they just want it doing quickly.

At my work its just me. Hmm no one to help, but google and vb tips aghhhhhh
____________________
I've a twin and a 4.
 Back to top
View user's profile Send private message You must be logged in to rate posts

veeeffarr
Super Spammer



Joined: 22 Jul 2004
Karma :

PostPosted: 01:08 - 16 Mar 2006    Post subject: Reply with quote

For an mp3 player you can just reference the Windows Media player control library and reference the OCX file so you can use custom features within your code.

By the way, I need your MSN address again Method, I've changed accounts.
 Back to top
View user's profile Send private message You must be logged in to rate posts
Old Thread Alert!

The last post was made 19 years, 127 days ago. Instead of replying here, would creating a new thread be more useful?
  Display posts from previous:   
This page may contain affiliate links, which means we may earn a small commission if a visitor clicks through and makes a purchase. By clicking on an affiliate link, you accept that third-party cookies will be set.

Post new topic   Reply to topic    Bike Chat Forums Index -> The Geek Zone All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Read the Terms of Use! - Powered by phpBB © phpBB Group
 

Debug Mode: ON - Server: birks (www) - Page Generation Time: 0.12 Sec - Server Load: 1.65 - MySQL Queries: 13 - Page Size: 68.4 Kb