I've just downloaded the desktop trial version of Basic4PPC and I've been taking a look and it looks good! But, I have tried the following and always get an error which says "reg is not a known control or object" error when I try to run it. I've added the Registry components if that helps?
I know this must be really, really simple to most of you but the last time I did any Basic programming was back on the Amstrad CPC back in the 80s! I was OK at that then but this is a whole different ball game.
:sign0144: Sorry if this question is really stupid! :sign0144:
B4X:
Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
Form1.Show
reg.New1
reg.RootKey(reg.rtCurrentUser)
HTCSENSEEXIST = reg.GetValue("SOFTWARE\Microsoft\Today\Items\HTC Sense", "Enabled")
End Sub
I know this must be really, really simple to most of you but the last time I did any Basic programming was back on the Amstrad CPC back in the 80s! I was OK at that then but this is a whole different ball game.
:sign0144: Sorry if this question is really stupid! :sign0144: