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.
Friday, November 30, 2007
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.
*****************************************************************************************************************************************************************************************************************************************************************************************************************************************
*****************************************************************************************************************************************************************************************************************************************************************************************************************************************
Subscribe to:
Posts (Atom)