|
Thread: Dll
-
Nov 27th, 2001, 05:26 PM
#1
Thread Starter
Frenzied Member
Dll
Ok, does everyone know that some system icons and pictures and stuff are saved in a file called Shell32.dll or some other dll file? Well, i would like to make a DLL file with my pictures inside of it. Does anyknow know how to do that? (It could be in VB or C++, but i need to use the DLL file in VB)
-
Nov 28th, 2001, 11:07 AM
#2
This has been asked before if you wanna search the forumns, basically, create a new activeX dll project, right click the project window & insert a new form. You can then add a load of pictureboxes onto this form & compile it.
-
Nov 28th, 2001, 02:58 PM
#3
Thread Starter
Frenzied Member
Ok, I would like to add 1 GIf and 1 AVI..i can do that..but with an icon..can i still do that? An icon for like files..
and how would i access the files through the DLL to VB...would it be something like..
VB Code:
Private Sub Form_Load()
Animation1.Open App.Path & "\ActiveX.dll Something.avi"
End Sub
-
Nov 28th, 2001, 03:08 PM
#4
Thread Starter
Frenzied Member
and how would i add an AVI to the DLL?
ok sorry for all of the questions..i've never made ActiveX Dll's or Controls
-
Nov 29th, 2001, 03:26 AM
#5
I suggest you take a look at these 2 excellent tutorials :
- http://www.vbworld.com/activex/controls/
- http://www.vbworld.com/activex/comcourse/
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
|