VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This allows you to Change form icon at runtime.

by Duejopor (1 Submission)
Category: Graphics
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Fri 24th March 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This allows you to Change form icon at runtime.

Rate This allows you to Change form icon at runtime.



Dim path As String
Private Sub Command1_Click()
        file = path
        CommonDialog1.ShowOpen
        path = CommonDialog1.filename
        Form1.Icon = LoadPicture(file)
End Sub

Download this snippet    Add to My Saved Code

This allows you to Change form icon at runtime. Comments

No comments have been posted about This allows you to Change form icon at runtime.. Why not be the first to post a comment about This allows you to Change form icon at runtime..

Post your comment

Subject:
Message:
0/1000 characters