Graphics Functions Using msimg32.dll (Windows 98/2000 only)
Category:
Screen/GraphicsType:
SnippetsDifficulty:
IntermediateAuthor:
Arkadiy OlovyannikovVersion Compatibility:
More information:
Some graphics functions are very simple if you use msimg32.dll. They are - GradientFill and TransparentBlt. If you have W95 or NT, you don't find this dll, it's shipped with W98 only.
Another demo of these functions within msimg32 is available at http://www.freevbcode.com/ShowCode.ASP?ID=1501.
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: