View Single Post
  #6 (permalink)  
Old 11-28-2008, 07:08 AM
tsteward tsteward is offline
Basic4ppc Veteran
 
Join Date: Apr 2008
Location: Gosford NSW Australia
Posts: 223
Send a message via MSN to tsteward
Default

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
__________________
PC: Dual core 3.4ghz 2gb ram
PPC: I-mate Jasjam
Reply With Quote