Code: Select all
...
cNomeFilepng = "\\serverlan\database$\imagefolder\Products\1052.bmp"
aBmp := WndReadPalBmpEx(nil, cNomeFilepng)
\\serverlan\database$\imagefolder\Products\ is a share folder inside "serverlan" server and "serverlan" has user and password
is this the problem?
how can I to access to that share folder by WndReadPalBmpEx function?
thank you