Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
teifivalley  
#1 Posted : Wednesday, October 19, 2005 12:03:00 AM(UTC)
teifivalley

Rank: Member

Groups: Member
Joined: 9/22/2005(UTC)
Posts: 5

I have a bitmapviewer control on the MS Access Form and a a control button to Load an Image.

Code I am using using :-

Code:
PrivateSub Command_Click()
    BitmapViewer1.Bitmap.LoadFromFile "C:\mypath"
End Sub

When Run error message - "Method LoadFromFile failed. This format is not supported."

Any ideas why this will not open the image in the form control BitmapViewer1?

Edited by user Sunday, December 23, 2007 5:11:38 PM(UTC)  | Reason: Not specified

Teifivalley
Andrew  
#2 Posted : Wednesday, October 19, 2005 5:23:57 PM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
This message may mean two things:

1. The format of the file which you are trying to open is not supported.

- or -

2. You missed the GraphicsMill20Codecs.dll file. Check out the Installation article to verify whether you have installed Graphics Mill properly.

Edited by user Tuesday, December 15, 2009 10:31:28 AM(UTC)  | Reason: Not specified

teifivalley  
#3 Posted : Wednesday, October 19, 2005 11:14:52 PM(UTC)
teifivalley

Rank: Member

Groups: Member
Joined: 9/22/2005(UTC)
Posts: 5

Thanks - problem sorted
Teifivalley
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.