mike1950r Posted June 17, 2022 Posted June 17, 2022 Hi, I need to save an object-variable to registry, that i can use it in different compiled scripts. The variable is created by: $objVideo = ObjCreate("wmplayer.ocx") Which type of variable is this? How to save into registry? (string, binary, dword etc.) I have already functions to save and read these data types. I need this object in a separate timer.exe which displays the video position second by second when playing the video. So i can call from this object: $objVideo.controls.currentPositionString Thanks lot for helping me further. cheers mike
mike1950r Posted June 17, 2022 Author Posted June 17, 2022 Hi again, found a simple other solution. Thanks anyway. cheers mike
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now