View Full Version : I need a program to make in visual basic
Saamon
02-05-2009, 10:54 AM
I need a program that isnt too hard to make - im using visual basic 6 at college.
Needs to include the following:
Local Variables
Pre-check ad post-check conditional loops
Fixed loops
logical operators
Thanks!
Jok3r098
03-14-2009, 03:46 PM
I am looking to do the same thing in order to build up a portfolio
what i suggest is that youlook on the internet for someone looking for something that doesnt exist yet and talk to them to see exactly what they want in the program :)
abduraooft
03-14-2009, 03:58 PM
Please follow http://www.codingforums.com/rules.htm
1.5) No homework assignments - Do not post your entire homework assignment and request that other members do it for you. This is considered cheating, and your thread may even be used by your school to prove your guilt. Now, you may ask for advice or help on a specific aspect of your assignment that you're having trouble with. Use common sense as far as what's acceptable in terms of soliciting help with homework assignments.
Jok3r098
06-15-2009, 12:41 PM
I dont think that it is cheating, he is onl looking for an idea of what to do for his homework.
saadhamza
06-15-2009, 04:08 PM
i think joker might be right on this one.
on topic= what basicly they have already said. look online XD
jhouns
06-17-2009, 12:15 AM
Joker is right he has not asked for us to do his work for him only to throw him ideas that he can do himself, you should search the forum really
BUT here is an idea (which i did for a GCSE project in c++ but can still be done in vb) make a login form with an option of like random word generator the whole thing doesnt have to be awesome as long as you think of a way to incorporate all of those things eg,
Dim Username as string
Dim Password as string
would be the local variables and im sure you could fit in a for loop or 2 to check a list of possible inputs (an array might help) and as for logical operators
if Password == "Insert potential exploit here or something" then
me.close 'or whatever VB6 is not my strong point (i use .net sorry)
end if
logins with a couple of simple programs (eg calculator) built in have a variety of potential, experiment and write out some pseudo code and you would be surprised =]
~Jon~
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.