Browse by Tags

Tagged Content List
  • Forum Post: How to Determine Signal Strength On Workabout Pro3

    We are attempting to programmatically determine the current signal strength in a Psion Teklogix Workabout Pro 3 in a VB.NET application using Windows Mobile 6.1. The SDK is version 5.4.18939.0. The code Dim adapter As PsionTeklogix.WLAN.NetworkAdapter throws a warning: PsionTeklogix.WLAN.NetworkAdapter'...
  • Forum Post: Visual Studio 2012

    So here is Visual Studio 2012. Net Compact famework development is not even mentioned. I wonder, what's Psion going to do? I've got this old copy of VS2005, but I'm not going to able to use that for ever. Shall we consider VS developement for Workabout Pro dead, or what? Greetings...
  • Forum Post: datagrid control

    Hi, I am using VS2008 to develop for the WAP PRO3 ( .net 2.0 , win CE, VB ) Does anyone know if the datagrid control can be used to edit a table ( System.Data.SqlServerCe ) I was playing around today and not getting anywhere. Any hints or examples are would be greatly appreciated. Happy Friday...
  • Forum Post: How to Copy a File to Server in .NET

    How does one copy a folder from the root folder of the handheld to a folder on the server computer? You would think that one of System.IO.File.Copy("\handheld.txt", "\\192.0.2.14\folder\subfolder\onserver.txt") or System.IO.File.Copy("\handheld.txt", "\...
  • Forum Post: Change the Current SSID Programatically

    Is there a known method/technique for changing the current SSID in a WAP3 with a Summit WLAN adapter? The idea is to be able to switch over to another backup network if required without user intervention. Thanks in advance.
  • Forum Post: FileStream File Saved with UTC Time

    The time stamp on a file created and saved in a WAP3 Windows Mobile 6 .NET application appears as UTC, when viewed or copied Windows Mobile Device Center. How do we get the file time to appear as the local time? Both the PC and WAP3 are configured for the same time zone. Thanks in advance.
  • Forum Post: Programmatically change dial up location properties (CE5)

    I am developing a VB .NET app for WAP3 and I need to change the default "Work" Dial up location settings so that local calls use "G" instead or "9,G" when dialing. How can I change this programmatically? Thanks in advance.