hi all
I have a image control and listbox in a form.
listbox show picture's name and when user click on a name image control show the picture.
i write this in interactivechange method of listbox
[blue]
thisform.image1.Picture=SYS(5)+SYS(2003)+[\form\]+ALLTRIM(nokli.picname)+[.jpg]
[/blue]
Everything works well when the program runs on the computer on which it is installed vfp
But when the program run on computer that is not installed vfp image control is empty and did not show anything without generating any error.
I distribute following dlls with application But it did not any help :
[blue]VFP9R.DLL
VFP9RENU.DLL
MSVCR71.DLL
GDIPlus.dll
[/blue]
I try that on 2 computers without VFP but Results are same.
Can anyone help me ?
thanks
I have a image control and listbox in a form.
listbox show picture's name and when user click on a name image control show the picture.
i write this in interactivechange method of listbox
[blue]
thisform.image1.Picture=SYS(5)+SYS(2003)+[\form\]+ALLTRIM(nokli.picname)+[.jpg]
[/blue]
Everything works well when the program runs on the computer on which it is installed vfp
But when the program run on computer that is not installed vfp image control is empty and did not show anything without generating any error.
I distribute following dlls with application But it did not any help :
[blue]VFP9R.DLL
VFP9RENU.DLL
MSVCR71.DLL
GDIPlus.dll
[/blue]
I try that on 2 computers without VFP but Results are same.
Can anyone help me ?
thanks