Question Load Images Using .net

jamesmcfly

New Member
Hi everyone,

We are currently developing a program using .NET and realized that the images cannot be read when we put the images in a .pl file, since .NET has no way to read a .pl file.

We could just leave the image files in a folder but the users will have access to delete or replace the image files. Using ABL, we do not concern about this, since we put all our image files in a .pl file.

We do have an auto update system built in our program, but we would need to check a lot of image files, which will take some time. Does somebody have a recommendation regarding this situasion? We are using Progress Web Client 11.6 Windows version on client Side and Progress 11.3 Linux version on server side using AppServer.
 
Top