Results 1 to 5 of 5

Thread: Dll

  1. #1

    Thread Starter
    Frenzied Member SomethinCool's Avatar
    Join Date
    Jan 2001
    Location
    Malvern, PA
    Posts
    1,407

    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)

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    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.

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  3. #3

    Thread Starter
    Frenzied Member SomethinCool's Avatar
    Join Date
    Jan 2001
    Location
    Malvern, PA
    Posts
    1,407
    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:
    1. Private Sub Form_Load()
    2.      Animation1.Open App.Path & "\ActiveX.dll Something.avi"
    3. End Sub

  4. #4

    Thread Starter
    Frenzied Member SomethinCool's Avatar
    Join Date
    Jan 2001
    Location
    Malvern, PA
    Posts
    1,407
    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

  5. #5
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    I suggest you take a look at these 2 excellent tutorials :
    • http://www.vbworld.com/activex/controls/
    • http://www.vbworld.com/activex/comcourse/

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width