Printing text in a picture box
Printing text in a picture box
Rate Printing text in a picture box
(1(1 Vote))
'a text box which will be named text1.
'and 2 commondialogbox controller.
'3 command button.
'Place this code in picture1's mousedown procedure
'Place this code in command button 1 named as clear
picture1.cls
End sub
'Place this code in command button 2 named as Shadow color
commondialog1.action = 3
end sub
'Place this code in command button 3 named as fore color
commondialog1.action = 3
end sub
Printing text in a picture box Comments
No comments yet — be the first to post one!
Post a Comment