i am trying to figure out how to detect if loading a file in the object fails? i am using the activeX object to handle the files . i Read about "GFL_ERROR" , but cant seem to find out how to use on an activex object?
e.g. $rc = $imgObject.LoadBitmap ($file); but here the $rc doesnt ...