d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Final Visual Basic Project Of The Semester > Appreciate The Help Everyone!
Add Reply New Topic New Poll
Member
Posts: 12,155
Joined: Mar 25 2006
Gold: 2,154.00
Dec 12 2013 05:22pm
Project 6 modified
You will create a listbox with each character of your N number as a separate item
(on a separate line)
You will have a text box which the user can enter a string.
You will have a button and a label.
When the user clicks the button the label will tell you how many times the text in
the text box occurs in the list box
If the string occurs 0 times you will add it to the list box
You must use a loop to count how many times the text occurs.


I have no clue where to even start.

Thanks to anyone who helps me really appreciate it!

This post was edited by JoeKer on Dec 12 2013 05:22pm
Member
Posts: 11,610
Joined: Oct 28 2008
Gold: 1,795.00
Dec 12 2013 06:00pm
http://www.cryingantlion.com/programs/vbfinal_12_12_13.zip

This post was edited by 0n35 on Dec 12 2013 06:00pm
Member
Posts: 12,155
Joined: Mar 25 2006
Gold: 2,154.00
Dec 12 2013 09:52pm
Quote (0n35 @ Dec 12 2013 05:00pm)


Thanks, haha. Aprreciate it. I agree with you 100%.

I'm sorry, a lot has happened this past two weeks in my family (2 deaths) and I missed a lot of school.
Not caught up on all this stuff, I posted a few threads just to clarify a few things before but this one I have absolutley no clue where to start.

Again I am sorry for spamming the forums but it's getting near the end of the semester and this is the fastest fix :/
I need to pass this class.
Member
Posts: 23,862
Joined: Aug 16 2006
Gold: 20.00
Dec 13 2013 02:50am
Quote (JoeKer @ Dec 12 2013 10:52pm)
Thanks, haha. Aprreciate it. I agree with you 100%.

I'm sorry, a lot has happened this past two weeks in my family (2 deaths) and I missed a lot of school.
Not caught up on all this stuff, I posted a few threads just to clarify a few things before but this one I have absolutley no clue where to start.

Again I am sorry for spamming the forums but it's getting near the end of the semester and this is the fastest fix :/
I need to pass this class.


Retake the class with a clear head maybe?

It can be rough with circumstances but simple things like getting started on a problem should NOT be hindering you.

It gets thrown a lot on here but seriously, GOOGLE is your friend. I would say the vast majority of programmers aren't super geniuses and they too use search queries to solve many of their problems.

If you don't get the results you want from a query, try to reword it or try to filter out crap you don't want.



This post was edited by Eep on Dec 13 2013 02:59am
Member
Posts: 11,610
Joined: Oct 28 2008
Gold: 1,795.00
Dec 13 2013 08:40am
Quote (Eep @ Dec 13 2013 02:50am)
Retake the class with a clear head maybe?

It can be rough with circumstances but simple things like getting started on a problem should NOT be hindering you.

It gets thrown a lot on here but seriously, GOOGLE is your friend. I would say the vast majority of programmers aren't super geniuses and they too use search queries to solve many of their problems.

If you don't get the results you want from a query, try to reword it or try to filter out crap you don't want.


this
wrote a vb2012 raffle program using lists entirely with knowledge gained from google in about 30-45 minutes
a final like you explained is honestly the easiest dam final I've ever heard of, finals for my programming classes in highschool were way harder than this
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll