|
-
Nov 16th, 2000, 03:13 PM
#1
Thread Starter
Fanatic Member
Anybody knows how to implement/use GIF, BMP and JPG in one simple DLL (to reduce the .EXE size of the VB project)???
Other methods are also welcome...
-
Nov 16th, 2000, 04:07 PM
#2
Guru
Click here ==> <== for a useful site about file formats, including GIF, JPG, BMP, etc.
-
Nov 20th, 2000, 01:30 PM
#3
Thread Starter
Fanatic Member
I know this site, but my goal was how to implement graphics in a DLL (or something else), instead of linking them in 1 .EXE file.
-
Nov 20th, 2000, 01:51 PM
#4
Guru
You can create a DLL which uses a resource file which contains the pictures.
It will have to be an ActiveX DLL, unless you want to use Visual C++.
Or, you can just include the resource file in your VB project. 
-
Nov 20th, 2000, 03:02 PM
#5
Thread Starter
Fanatic Member
Okay, thanks Yona, I'll give it a try.
I'm not that familiar with ActiveX DLL, but this could be a good starting point.
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
|