| LoadImage |
![]() |
Member :
Name |
Description |
| Load | Open the LoadImage interface. Return the selected picture file name. If don't select any files then it return a null string. |
Property :
Name |
Description |
| REGKEY | Application Key in the format of "\Key1\Key2\Etcc.." |
Example of use :
To Open the LoadImage interface and get the picture file name :
Dim objLoad As New LoadImage
Dim strFile As String
objLoad.REGKEY =
"\SOFTWARE\GiulioSPA\N3DPro\ImageLoader"
strFile = objLoad.Load
Set objLoad = Nothing
LoadImage Interface :
