PictureBox & TextBox & Button
ابدع يا مبدع
مثالك ذكرني بقصة حصلت في البنك
PHP كود :
Private Sub pictureBox1_Paint(ByVal sender As Object, ByVal e As System.Windows.Forms.PaintEventArgs)
Dim Sauod As Graphics = e.Graphics
Sauod.DrawString(TextBox1.Text.ToString, _
New Font("Arial", 18), Brushes.White, New PointF(30.0F, 30.0F))
End Sub
Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click
AddHandler PictureBox1.Paint, AddressOf Me.pictureBox1_Paint
PictureBox1.Refresh()
End Sub
مثالك ذكرني بقصة حصلت في البنك
سبحان الله والحمدلله ولا إله إلا الله والله أكبر
اللهم اغْفِرْ لِلمؤمنين والمؤمنات والمسلمين والمسلمات الأحياء منهم والأموات


