Hello,
Are there solution to load a image use OLE Object hyperlink at runtime My application need to follow user add some image at runtime. Such as user want to change to hyperlink other image
Can i set a file path to object hyperlink at runtime
Thanks,
Starfo

How to Link a file use OLE Object at runtime?
Rag2004_1
From the previous posts solution, passing a hyper link to an image will load that image in the viewer it is file associated with. You can't change the path of an OLE Object at runtime with the version of Crystal Reports that will ship with Visual Studio 2005.
Another solution if you want the images to load into the report, is to use and ADO.NET dataset and push it into a subreport.
Samples for this can be found at:
http://support.businessobjects.com/communityCS/FilesAndUpdates/csharp_win_samples.exe.asp
csharp_win_DynamicImage.zip
This is a Visual Studio 2003 .NET sample, but the same idea should work with Visual Studio 2005 Beta 2.
Keith - Business Objects