Friday, December 21, 2007
Thursday, December 20, 2007
Wednesday, December 19, 2007
Monday, December 17, 2007
Monday, December 10, 2007
Friday, December 7, 2007
Wednesday, December 5, 2007
Tuesday, December 4, 2007
Monday, December 3, 2007
Friday, November 30, 2007
What progress did you make on your solution
Today i finsih step 7. Yesterday i didnt rename it under my name but i fixed that. Started on the mad libs program but i didnt get that far. Just made the program and all the labels and things like that. Next class i need to finish the mad lib program and hand it in on time.
Today i finsih step 7. Yesterday i didnt rename it under my name but i fixed that. Started on the mad libs program but i didnt get that far. Just made the program and all the labels and things like that. Next class i need to finish the mad lib program and hand it in on time.
Wednesday, November 28, 2007
Tuesday, November 27, 2007
We can save the pics into the whole thing so it is easier.
If intdice = 1 Then
Me.Pbdice1.Image = My.Resources.d1
ElseIf intdice = 2 Then
Me.Pbdice1.Image = My.Resources.d2
ElseIf intdice = 3 Then
Me.Pbdice1.Image = My.Resources.d3
ElseIf intdice = 4 Then
Me.Pbdice1.Image = My.Resources.d4
ElseIf intdice = 5 Then
Me.Pbdice1.Image = My.Resources.d5
ElseIf intdice = 6 Then
Me.Pbdice1.Image = My.Resources.d6
You save it into my resources
If intdice = 1 Then
Me.Pbdice1.Image = My.Resources.d1
ElseIf intdice = 2 Then
Me.Pbdice1.Image = My.Resources.d2
ElseIf intdice = 3 Then
Me.Pbdice1.Image = My.Resources.d3
ElseIf intdice = 4 Then
Me.Pbdice1.Image = My.Resources.d4
ElseIf intdice = 5 Then
Me.Pbdice1.Image = My.Resources.d5
ElseIf intdice = 6 Then
Me.Pbdice1.Image = My.Resources.d6
You save it into my resources
Monday, November 26, 2007
Sunday, November 25, 2007
Tuesday, November 20, 2007
Monday, November 19, 2007
Thursday, November 15, 2007
Tuesday, November 13, 2007
Provide yourself with an example of code to jog your memory.
You can use Logical Operations to join tow expressions that evaluates if it is true or false.
There are three types, and, or, and Not
WE use truth tables to show how they are evaluated.
And
Expression1 Expression2 Result
True True True
True False False
False True False
False False False
You can use Logical Operations to join tow expressions that evaluates if it is true or false.
There are three types, and, or, and Not
WE use truth tables to show how they are evaluated.
And
Expression1 Expression2 Result
True True True
True False False
False True False
False False False
Monday, November 12, 2007
Today i read from Sports Illustrated.com. The NBA season has finally started so I can read that instead of football. Gilbert Arenas is horrible and I think that the Wizards should trade him quick. He thinks he is the best but really he is just horrible. IF he was good then the wizards wouldn't be losing.
Friday, November 9, 2007
Thursday, November 8, 2007
Provide yourself an example of code to jog your memory?
Yo ucan use static instead of dim while programming. The book says it works better but i dont see a difference.
This is how you would use it in the code.
i think it keeps the number of times you push a button
Static intSecretNumber as Integer = int(50*Rnd()) + 1
Yo ucan use static instead of dim while programming. The book says it works better but i dont see a difference.
This is how you would use it in the code.
i think it keeps the number of times you push a button
Static intSecretNumber as Integer = int(50*Rnd()) + 1
Tuesday, November 6, 2007
Friday, November 2, 2007
Thursday, November 1, 2007
Scored through 10/31. All blogs from this point forward are second marking period.
*****************************************************************************************************************************************************************************************************************************************************************************************************************************************
*****************************************************************************************************************************************************************************************************************************************************************************************************************************************
Tuesday, October 30, 2007
Tuesday, October 23, 2007
y
Provide yourself of an example of a code?
You can use nested if...then...else statements to help you while you are programming.
If intGuess = intSn Then 'Correct
Me.lblMessage.Text = "YOU GUESSED IT"
Else
If intGuess < intSn Then
Me.lblMessage.Text = "Too Low" 'too low
Else
Me.lblMessage.Text = "Too High" 'too high
End If
Then it will display different things
You can use nested if...then...else statements to help you while you are programming.
If intGuess = intSn Then 'Correct
Me.lblMessage.Text = "YOU GUESSED IT"
Else
If intGuess < intSn Then
Me.lblMessage.Text = "Too Low" 'too low
Else
Me.lblMessage.Text = "Too High" 'too high
End If
Then it will display different things
Monday, October 22, 2007
I read from Nick' Kurt Warner book All Things Possible which he wrote by himself. I just started so it talked about how he won the Superbowl against the Titans and was the MVP. Kurt grew up in a divorved family and was kinda poor. He talked about how his life was like when he was a kid. That was as far as I got.
Thursday, October 18, 2007
Provide yourself with a example to jog your memory?
All the less than and those signs can help you when writing your code.
Operator Meaning
= Equal to
< Less than
<= Less than or equal to
> Greater than
>= Greater than or equal to
<> Not equal to
this is how it should look in code
If intGrade >= 70 Then
Me.lblgoodjob.Text = "GOOD JOB"
Else
Me.lblgoodjob.Text = "GO study more"
All the less than and those signs can help you when writing your code.
Operator Meaning
= Equal to
< Less than
<= Less than or equal to
> Greater than
>= Greater than or equal to
<> Not equal to
this is how it should look in code
If intGrade >= 70 Then
Me.lblgoodjob.Text = "GOOD JOB"
Else
Me.lblgoodjob.Text = "GO study more"
Monday, October 15, 2007
Friday, October 12, 2007
Thursday, October 11, 2007
Wednesday, October 10, 2007
Tuesday, October 9, 2007
What progress did you make on your solution?
Today I worked on my project and tried to finish. I wrote the code and inswerted the picture for all of them. I got to the thrid joke and only have 2 more to go. Next class i need to finish inserting the code for all of the rest of the jokes. then i can get a good grade.
Today I worked on my project and tried to finish. I wrote the code and inswerted the picture for all of them. I got to the thrid joke and only have 2 more to go. Next class i need to finish inserting the code for all of the rest of the jokes. then i can get a good grade.
Monday, October 8, 2007
Thursday, October 4, 2007
Wednesday, October 3, 2007
how did you go about testing your solution? What were the results?
To test my program i would run it to see if there were any errors. If there were then I would look at the code and see if anything i may have done wrong. If there is then i would fix it and continue. After testing it the program worked after a few times of testing and changing.
To test my program i would run it to see if there were any errors. If there were then I would look at the code and see if anything i may have done wrong. If there is then i would fix it and continue. After testing it the program worked after a few times of testing and changing.
Tuesday, October 2, 2007
Monday, October 1, 2007
Wednesday, September 26, 2007
Tuesday, September 25, 2007
What progress did i make?
Today i answered the questions that were in the book. They are pretty tough and hard to understand but if you look they are all in the book. Next class I need to keep doing my questions and finsih sometime soon. I was shortening the labels when time ran out so need to do that.
Today i answered the questions that were in the book. They are pretty tough and hard to understand but if you look they are all in the book. Next class I need to keep doing my questions and finsih sometime soon. I was shortening the labels when time ran out so need to do that.
Monday, September 24, 2007
Well pretty much like i always do i went to Sports Illustrated.com and read about football and other sports. I read how the Eagles killed the Lions and how Mccnabb is still good. I read of how the Redskins lost and wasted a 1 hour and a half of my day yesterday. In college football West Virginia needs to keep doing good and kill all teams with patrick white and steve slaton.
Friday, September 21, 2007
Wednesday, September 19, 2007
Are there any specific tips you would give to some one tackling the same problem?
if i were to tell someone some tips i would say to use copy and paste. Since in the smiley problem all of them were repetetive and all you had to do was change a few things. It was a lot faster and easier to do and thats why you should use copy and paste.
if i were to tell someone some tips i would say to use copy and paste. Since in the smiley problem all of them were repetetive and all you had to do was change a few things. It was a lot faster and easier to do and thats why you should use copy and paste.
Monday, September 17, 2007
Sunday, September 16, 2007
Wednesday, September 12, 2007
Tuesday, September 11, 2007
Monday, September 10, 2007
Friday, September 7, 2007
What Progress did you make today? What needs to be completed next class?
Today I tried to creat the different exercises. I found it hard to make it exit. I only got to exercise 3 so next class i should try to finish all of them. It is important to read your book to find out how to do the codes and things.
Today I tried to creat the different exercises. I found it hard to make it exit. I only got to exercise 3 so next class i should try to finish all of them. It is important to read your book to find out how to do the codes and things.
Thursday, September 6, 2007
H ow did you go about testing your program? What was the result of testing?
After we made the code we tested it by pushing the green button to run it to see if it worked. The result was sometimes it work and if it didnt then I would try to fix it. Visual Basic seems pretty easy because they tell you what you did wrong so you can fix it yourself.
After we made the code we tested it by pushing the green button to run it to see if it worked. The result was sometimes it work and if it didnt then I would try to fix it. Visual Basic seems pretty easy because they tell you what you did wrong so you can fix it yourself.
Wednesday, September 5, 2007
Tuesday, September 4, 2007
What progress did you make today on your solution? What needs to be completed next class?
I tried to find out how to use visual basic by putting buttons and checkboxes on it and playing with the properties.
I tried to find ou what each property did and then wrote the ones that did something. I remeber that i took a little course in the summer so I kind of remeber it. Tommorow I need to try out all of the things on and trying the rest of the property.
I tried to find out how to use visual basic by putting buttons and checkboxes on it and playing with the properties.
I tried to find ou what each property did and then wrote the ones that did something. I remeber that i took a little course in the summer so I kind of remeber it. Tommorow I need to try out all of the things on and trying the rest of the property.
Subscribe to:
Posts (Atom)