|
-
May 26th, 2010, 08:45 AM
#1
Thread Starter
Member
[RESOLVED] How To Compile Pictures with the exe?
This is a sample of my code,
it is working good but my problem is i want the picture itself to be contained by the exe
because this code will only show the pictures if the pictures are on the same folder
Is it possible that the pictures are inside the exe?
hope you understand my point 
Private Sub Form_Load()
Combo1.AddItem "Me"
Combo1.AddItem "Uncle"
Combo1.AddItem "Aunti"
Combo1.AddItem "etc"
End Sub
Private Sub XPButton1_Click()
Picture1.Picture = LoadPicture(Combo1.Text & ".jpg")
End Sub
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|