Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Run-Time Error '326' displaying a form with ANY picture

4 views
Skip to first unread message

Keith Kovala

unread,
Nov 26, 2001, 5:29:10 PM11/26/01
to
Ok, this is a fun one. I've already looked at KB Article Q190477 regarding
this error, but it's not helping. Here are the particulars, application
works fine on 4 computers when loaded on local HD, but when the application
is loaded on a shared network drive a "Run-Time error '326': Resource with
the identifier 'VERSION' not found" is displayed. It is truly odd because I
can run this same application from a local HD just fine on the computer, but
if you attempt to run it from a networked drive this error comes up, but
only if you go to a form that has a picture on it. Now all pictures are
loaded using the following type of syntax: imgLogo.Picture =
LoadPicture(App.Path & "\rrlogo.gif") and this error occurs regardless of
the image file type, I have a gif, an ico and a bmp that all do this.
Originally I thought this problem was being caused by default because I was
not using code to load the pictures, but just assigning the filename as the
.picture property at design time so no runtime assignment was necessary.
But even with it being done at run-time this error occurs, and it's not just
with an .ico file. Any input or insight would be greatly appreciated.

Keith


Kevin Williamson

unread,
Nov 27, 2001, 10:42:57 AM11/27/01
to
Keith,

Is this a Novell network drive? I have found problems with using App.XXX
when the exe was on a Novell network drive and was not in the 8.3 format.
Try changing your app name to 8.3 and see if that resolves it.

Kevin Williamson - Microsoft Visual Basic Developer Support
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved.

--------------------
| From: "Keith Kovala" <kov...@oz-online.net>
| Subject: Run-Time Error '326' displaying a form with ANY picture
| Date: Mon, 26 Nov 2001 16:29:10 -0600
| Lines: 20
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 5.50.4522.1200
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
| Message-ID: <ugxfcosdBHA.2592@tkmsftngp07>
| Newsgroups: microsoft.public.vb.bugs
| NNTP-Posting-Host: wks-65-27-97-119.kscable.com 65.27.97.119
| Path:
cppssbbsa01.microsoft.com!news-out.cwix.com!newsfeed.cwix.com!newsfeeds.beln
et.be!news.belnet.be!newsfeed00.sul.t-online.de!t-online.de!tkmsftngp01!tkms
ftngp07
| Xref: cppssbbsa01.microsoft.com microsoft.public.vb.bugs:46971
| X-Tomcat-NG: microsoft.public.vb.bugs

Keith Kovala

unread,
Nov 28, 2001, 8:45:50 AM11/28/01
to
Excellent call. It is a Novelll Network, I will give it a shot!


"Kevin Williamson" <kwill...@microsoft.com> wrote in message
news:Dh6G#p1dBH...@cppssbbsa01.microsoft.com...

Keith Kovala

unread,
Nov 28, 2001, 12:18:18 PM11/28/01
to
Sure enough, that fixed it! Thanks a million!


"Kevin Williamson" <kwill...@microsoft.com> wrote in message
news:Dh6G#p1dBH...@cppssbbsa01.microsoft.com...

0 new messages