Thanks. I've moved my code over from ACL to use CameraEx. I check for the "torch" mode to see if it's supported in the camera Ready event, and it is, so I enable the torch button. When I press it, it does this:
MyCameraEx.SetFlashMode("torch")
and if I check MyCameraEx.GetFlashMode straight after I get "torch" but the torch still doesn't come on. No error either. Other torch apps work though.
In my _Resume event I initialize it like this:
MyCameraEx.Initialize(Panel1, False, Me, "MyCamera")
Anything else I should check? Thanks
Richard