Link to home
Start Free TrialLog in
Avatar of flemos
flemos

asked on

Getting information from Register

How do I get som information from register?
I know I have to use API RegOpenReg.
I did use:
    RegOpenKey(HKEY_CURRENT_USER, "Sofftware\Allaire\Studio\TagCase", 1)

but I got an error. What could be wrong?

thanks
ASKER CERTIFIED SOLUTION
Avatar of waty
waty
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of flemos
flemos

ASKER

Thanks! Solved all my problems.