Btw, when you use the LoadPicture function, it is more technically correct to use Set when making the assignment. This is because LoadPicture returns an IPictureDisp object.
Code:
Set Picture1.Picture = LoadPicture("Drive:\Path\Filename.ext")
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET. subscribe