View Single Post
  #12 (permalink)  
Old 10-09-2007, 02:40 PM
Put Claude Put Claude is offline
Knows the basics
 
Join Date: May 2007
Posts: 96
Default

hi taxmania,

Sorry if not understandable, this is a piece from the code, an I did not mentioning the variable 'isppc'...
Sub global

isppc=0

End Sub

Sub App_Start 'POINT to start

isppc = CPPC 'returns False or True=PPC, check if running on desktop or PPC
If isppc = True Then Shell("Lndsc270.exe", "")

work with variable, so I have not togo trough the cPPC function all the time...
Works with me on 4 different Pockets WM3 SE, WM 5, WM6 Pro....
Good luc....

Put Claude Belgium

Last edited by Put Claude : 10-09-2007 at 02:48 PM. Reason: forgot something
Reply With Quote