Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Some Help?

Hey everyone, I am in an intro to VB class and i have this teacher that is japaneese and i cant understand a word she says and was wondering if any of you could help me make a simple program for a final project....i will send money if need be
[242 byte] By [jonx63] at [2007-11-11 7:14:16]
# 1 Re: Some Help?
wait a minute here.
a teacher who cannot be understood by the the students is a school problem that must be addressed to whoever the school principal or board is. You are going to school to learn, not to pay money and have someone else doing the home work for you. That is illegal and morally wrong.
Said that, we are more than willing to help (this is why we are here from, to learn from each other), but not for a fee! Please describe your problem, what you have written so far, and where you are having difficulties.
Yet, a school that FAILS to teach is a problem. And a serious one.
Marco
mstraf at 2007-11-11 17:27:18 >
# 2 Re: Some Help?
Search fo a example on the internet then rewrite it so you understand it
Code_Writer at 2007-11-11 17:28:17 >
# 3 Re: Some Help?
yes i know i'm payin for college and i get this teacher on a subject that i want to figure out how to do, and i swear the last test 1 ONE person passed it and he has had VB before the rest of class got D's n F's , we go to the people in charge they say, go to tutoring.....but the way i see it, its not my FAULT you cant tell a whole class they need tutoring that is def on the teacher.....and im honestly stuck at the begging to tell you the truth, i just need a simple little program....and any help would be appreciated!!!!
jonx63 at 2007-11-11 17:29:16 >
# 4 Re: Some Help?
I suggest you start from this dev-archive web page:

http://www.freevbcode.com/

There are lots of examples, tips and snippets free to download, or just cut and paste. You can chose the subject (like files and folders) and level (like beginners)
Of all the junk that there is in the web, the dev-archive sites are quite good (otherwise I would not be a subscribers of this forum)

Download a project, then using the help go and try to figure out what the code is doing line by line. Be persistent, and don't give up. Put a breakpoint where the program starts (typically the Load event of the main form), and run the application. Then go step by step using F8, learn to use the Locals, Immediate and Watch dialog, and see how the variables are changed at every step. Remember: the debugger is your friend.
You would be surprised to see how much you can learn by examples!

Good luck,
Marco
mstraf at 2007-11-11 17:30:21 >