how do you draw a face that is smiling when you click cmdSmile and then draw a face that is frowning when you click cmdFrown.
1
Expert's answer
2012-12-12T08:28:57-0500
Public Class Form1
Private Sub cmdSmile_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdSmile.Click PictureBox1.BackgroundImage = Global.Smile.My.Resources.Resources.smile End Sub
Private Sub cmdFrown_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdFrown.Click PictureBox1.BackgroundImage = Global.Smile.My.Resources.Resources.frown End Sub End Class
Numbers and figures are an essential part of our world, necessary for almost everything we do every day. As important…
APPROVED BY CLIENTS
"assignmentexpert.com" is professional group of people in Math subjects! They did assignments in very high level of mathematical modelling in the best quality. Thanks a lot
Comments
Leave a comment