All,

I am working on a client development which accesses files (images) on
a main central central server.   The images are supposed to be in from
the central server and displayed on screen.  However, when it gets to
the point of reading the file, the OS credentials pop-up appears.

My code for the read is as follows:

    filename = "\\MyServerName\Images\Thumbnails\" & Filmdets
(startpos, 7)
    moviepic1.Visible = True
    moviepic1.Image = New Bitmap(filename)

Fairly simple.   On the directories it needs to access, "everybody"
has read access.

The device I am testing the software on is a Windows CE machine, so it
does not have domain logins, but if there is a way to specify this
programaticly then happy to set up an application specific user/
password on the main server.

just need a way of reading the images for display, without this pop-up
appearing?

thanks

Jaffa

Reply via email to