![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Share Your Creations Show your developed application to Basic4ppc community. Please include source code if possible. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Hi folks out there,
The latest version, attached hereto, adds: 1. new date format hopefully comprehensable to all regions, 2. running applications can be launched from the list, 3. warning if "shell32.exe" process is about to be closed (would warm boot the device). That's all for now. Any ideas about the WiFi (WLAN) issue? Cheers |
|
||||
|
Hi folks,
The latest version Beta 0.53 adds: 1. IP Configurations 2. Detects ActiveSync connected or disconnected 3. WLAN issue probably solved (Pocket PC 2003) I'm anxious knowing whether the new functions work with WM5/6 devices ![]() Cheers Robert |
|
|||
|
Interested to know how you got the ActiveSync status but this ZIP contains only a setup, not source code?
|
|
||||
|
The registry key ppp_peer is created upon synchronization and deleted as
the connection is closed. There may be a better way of implementation, but this works so far: Code:
Sub Globals
Dim values(0)
End Sub
Sub App_Start
Reg.RootKey(Reg.rtLocalMachine)
End Sub
Sub GetActiveSync
ErrorLabel(GetASync)
values() = Reg.GetValue("Comm\TcpIp\Hosts\ppp_peer","ipaddr")
Return true
GetAsync:
Return false
End Sub
|
![]() |
| 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 |
| Basic4ppc v6.30 comand line parameters (batch) | Cableguy | Questions & Help Needed | 2 | 06-21-2008 11:00 AM |
| Retrieve Image from Sprite | fjsantos | Questions & Help Needed | 6 | 06-16-2008 04:57 PM |
| Cannot (always) use Objects as parameters | Woinowski | Bug Reports | 12 | 01-07-2008 10:36 AM |
| Retrieve version | timsteeman | Questions & Help Needed | 8 | 11-16-2007 06:43 PM |
| Library event procedures with parameters | agraham | Questions & Help Needed | 2 | 10-05-2007 08:09 AM |