Hi Temp0.

OK, first, I didn't look closely enough at your initial Registry location that you are searching in, so I apologise.

Anyways, your Registry location :

Code:
HKEY_LOCAL_MACHINE, "Software\Opera Software\Opera.exe"
As well as mine :

Code:
HKEY_LOCAL_MACHINE, "Software\Opera Software\Opera.exe
Only finds determines whether or not Opera is installed on the PC


I downloaded Opera, which I have always loved, but since using FireFox, I kinda forgot about it

I installed Opera, and searched the entire registry for all Opera occurrences.

I eventually found this location :

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Opera 12.15.1748

Inside there is strings to identify the Major and Minor versions as well.

What you ned to do now is to look inside the "Uninstall" sub key for opera and just use a bit of string manipulation ( such as Right() or Mid() ) to get the version.

Will you be able to do that?

Otherwise just shout, and I'll see what I can come up with.

I really hope this helps you now