![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Code Samples & Tips Share your recent discoveries and ideas with other users. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Quote:
![]() I am programming on the device. Code:
Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
Form1.Show
End Sub
Sub Button1_Click
if isppc = true then Shell("Lndsc270.exe", "")
End Sub
I will post more tomorrow after work. I get the time to program the device at work ![]()
__________________
Endemol ![]() Waste of space ![]() O2 XDA Artemis Touch Flo 4.02 Full Cube Rom WM6.1 http://www.taximania.net |
|
|||
|
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 03:48 PM. Reason: forgot something |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| can i change font ? | gjoisa | Questions & Help Needed | 1 | 03-29-2008 10:58 AM |
| Font change | klaus | Questions & Help Needed | 6 | 12-30-2007 07:00 PM |
| sceen orientation | Filec | Questions & Help Needed | 3 | 07-13-2007 01:34 PM |
| Image gets lost with orientation change | HARRY | Questions & Help Needed | 7 | 05-14-2007 10:19 AM |
| Screen orientation changes automatically? | mwaite | Questions & Help Needed | 3 | 05-01-2007 07:53 PM |