Ok i have a simple question about registry... I know how to write and retrieve but i have this question:
When i search for registries examples in google i always find this kind of examples:
But here in vbforums i saw that to make your app compatible with vista u need to do something like HKEY_CURRENT_USER maybe? i can't find it nowCode:SaveSetting("Registry Example", "Form Location", "Left", 200)
But i don't know if this would be how to do it:
?Code:SaveSetting(HKEY_CURRENT_USER, "Form Location", "Left", 200)
My other question is... do i need to compile a vista version and an xp and previous version? or just using vista mods would work on previous??
Thx!![]()






Reply With Quote