Hello
I m new in devshed and Visual basic. I want to make an application which will call images from a dll file. Is it possible. for example:
I want to make an application for kids for learning letter. Say I have 26 images for 26 different Letter (A, B, C....)
Now when some one click on button A, Image A will be shown.
Also want that images will be compact in one file (may be dll or other) So give me detail instruction
Call image from dll how?
Started by arctushar, May 18 2010 06:03 PM
6 replies to this topic
#1
Posted 18 May 2010 - 06:03 PM
|
|
|
#2
Posted 19 May 2010 - 02:07 AM
I dont suppose
x=msgbox("ur mssage here ",0+0,"ur title here")
would do much but it could be a idea
```````````````cho hacker
x=msgbox("ur mssage here ",0+0,"ur title here")
would do much but it could be a idea
```````````````cho hacker
#3
Posted 19 May 2010 - 05:13 AM
You can add all the letters as resources in the dll and then a simple function returning the right image. Then you can just call that function from your program.
#4
Posted 22 May 2010 - 02:50 PM
well you could also use various API for extracting images from a dll for icons i use the ExtractIcon API u guess you should make a search on MSDN for other image types
#5
Posted 22 May 2010 - 05:22 PM
thanx kresh7. but how can I make dll fie. I need also this tutorial
#6
Posted 22 May 2010 - 05:48 PM
Why use DLLs?
Just use ImageBox's or whatever they are called.
Just use ImageBox's or whatever they are called.
#7
Posted 26 May 2010 - 12:31 PM
VBman said:
Why use DLLs?
Just use ImageBox's or whatever they are called.
Just use ImageBox's or whatever they are called.
He is meaning that he wants to store or call in the files from a .dll file to be displayed in his program :)


Sign In
Create Account

Back to top









