I must be doing it all wrong. Can someone please help.
Here is my code(basically):
Code:
Sub App_Start
registry.New1
registry.RootKey(registry.rtCurrentUser)
end sub
Sub BacklinksForm_Show
If cPPC Then
registry.SetDWordValue("ControlPanel\SIP\SuggWords","DWORD Value", 0)
End If
End Sub