- Home
·
- Graphics
·
- This allows you to Change form icon at runtime.
This allows you to Change form icon at runtime.
This allows you to Change form icon at runtime.
Rate This allows you to Change form icon at runtime.
(1(1 Vote))
Dim path As String
Private Sub Command1_Click()
file = path
CommonDialog1.ShowOpen
path = CommonDialog1.filename
Form1.Icon = LoadPicture(file)
End Sub
This allows you to Change form icon at runtime. Comments
No comments yet — be the first to post one!
Post a Comment