Hey friendly users!<br><br>I'm trying to connect to a certain key in my registery using winreg. However, I have run into some problems.<br><br>1) I'm trying to open <span style="font-family: courier new,monospace;">
HKEY_CURRENT_USER\Softwar\PartyGaming\PartyPoker</span>. Is this (see below) the correct way to open that key?<br><span style="font-family: courier new,monospace;">from winreg import *</span><br><br><span style="font-family: courier new,monospace;">
PartyPoker = Key(</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> HKCU,</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
"Software\\PartyGaming\\PartyPoker"</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> )</span><br><br>2) From this set of keys just opened, I want to get the data stored under one called
<span style="font-family: courier new,monospace;">AppPath</span>. How do I do that?<br><br>Thanks in advance!<br>Toon Pieton<br>