-
- creating custom return formats
by Andy Britcliffe
- 6 Replies
- Last post
by Andy Britcliffe
- Hi I've got a question about return formats. Currently XML is the default and there is RDF and JSON formats from what I can see in the docs. Is there the ability to write our return formats, so for example if I want to return XHTML or RSS from my service can I write my own return format provider to do that
-
- Setting Input Mode
by DavidIQ
- 4 Replies
- Last post
by mohasad
- I'm at my witt's end with this one. I've tried searching on Google for days, on this forum and other forums and I just can't seem to find something that works. Here's my problem: I have an application that I've written in VB .NET and it works great. But I would really like to change the input method of the keyboard to numeric. I've tried this:
Code Snippet
Imports System.Runtime.Int
-
- mapping the buttons for windows keypad
by mohasad
- 7 Replies
- Last post
by mohasad
- hi Koster, i have been from smartphone development . i want to input numbers , so planned to use buttons for 0-9 . i want to display 1 when i press button name "1" and so on .. that is i want all the buttons to act as way to input numbers . is there any other way to do so . if so give me some link to learn . thanks sadiq
-
- In Sql Server CE - how to directly insert values to table with using dataset
by Kumaran A
- 2 Replies
- Last post
by Kumaran A
- Hi all,
Thanks in advance.
Am using Webservices with web method to get the Dataset for retreiving values from webserver db.
Getting Dataset and i can use the Datatable to get the values and inserting into my local db .But it will happen each row wise. System process will get very slow.
So i need to insert directly with the Dataset values into my local table (Windows CE Device
-
- SerialPort Coding Problem
by outrigger.dta
- 5 Replies
- Last post
by outrigger.dta
- I can't seem to get my intended outcome correct. What I want the application to do is that while reading a tag from my RFID Reader through the Serial Port, I want it to pause reading every 2 seconds to prevent OutOfMemoryException. So, I decided to use a Timer.
My codes in the Private Sub objPort_OnRead is right, but the thing is, Data is not recognized in the second Private Sub tmrSerial
-
- hp ipaq rw6815 hangs on EnumDestinations
by Ralfeus
- 2 Replies
- Last post
by Ralfeus
- Hi, everybody I try to establish GPRS connection on the iPAQ rw6815. For beginning I use such sample code:
ConnectionManager connMgr = new ConnectionManager (); DestinationInfoCollection DIC = connMgr.EnumDestinations(); // Hangs
foreach ( DestinationInfo di in DIC) { if (di.description == "Internet" ) { connMgr.Connect(di.guid, true , ConnectionMode .Asynchronous)
-
- How to detect power button press
by VCamm
- 1 Replies
- Last post
by Zero Dai - MSFT
- How do you detect when the user presses the power button on a pocket PC 2003 or later. I need my application to take action before the device goes into suspend state. I don't need to prevent the action, just detect it before it turns off. I hope there is a simple solution to this, as it seems there should be. Thanks, Vince
-
- What SDK for Mobile 2003 OS?
by tipCSharpy
- 1 Replies
- Last post
by Ilya Tumanov
- I need to develop code for a Windows Mobile 2003 Second Edition (OS) Pocket PC. Which SDK should I use: 1. Windows Mobile 2003 SDK for Pocket PC |OR| 2. Windows Mobile 5.0 SDK for Pocket PC Also, one more question - Is Windows mobile
-
- Boolean Conversion
by Anthony McGary
- 2 Replies
- Last post
by Anthony McGary
- Is there any way to convert a bool variable to a bit. When I read values from the database using the Sql reader I can get the boolean value of a bit field using the reader.GetBoolean(). However, I want to be able to convert this boolean value back to a bit and write to a database. Is there any way to convert bool back to bit
-
- Create a connection via WiFi (802.11) on a WM 5.0 Smartphone
by vagrant
- 1 Replies
- Last post
by Somasundaram J
- Hello,
I have an applicaiton that I developed under PocketPC 2003 first edition that will upload data to a server via WiFi if available and fallback to GPRS is WiFi is not available. I used the Connection manager interface to connect via GPRS. To connect via WiFi, I used LoadLibrary to load 80211pm.dll and then used SetField() calls to set up a profile to connect to an WiFi access point. My
-
- "The remote server returned an error: (500) Internal Server Error."
by Khenat.Ram
- 2 Replies
- Last post
by Khenat.Ram
- Hi, I am trying to yahoo.com a website using c# from my pocket pc device. when I ping the intranet site, I gets the response, but when I pings any external (public ) site I gets "The remote server returned an error: (500) Internal Server Error." error message . Here is my code sub main() { IsNetworkPathAvailable("http://YAHOO.COM"); } public bool IsNetworkPathAvailable(stri
-
- How to capture windows messages in WM5.0
by Roohim
- 5 Replies
- Last post
by Roohim
- How to capture windows messages posted to other application
I have tried using SetWindowsHookEx but that does not work with WM5.0.
-
- i'm trying to make a list of RAS connections on a pocket pc 2003 device
by indikask
- 2 Replies
- Last post
by mtim
- i'm trying to make a list of RAS connections on a pocket pc 2003 device . and hear is my code. but it displaied only one connection on the combo box. it should be 11 connections. can any one check this one and explain to me whats wrong with this.
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
usi
-
- Setting the parent of a form raises exception in NET CF 2.0
by who_am_I
- 6 Replies
- Last post
by who_am_I
- Hello,
I just ported an application from NET CF 1.0 to NET CF 2.0 (SP1) and I get the error
System.ArgumentException: Value does not fall within the expected range. at Microsoft.AGL.Common.MISC.HandleAr() at System.Windows.Forms.Control._SetParent() at System.Windows.Forms.Control.set_Parent() at com.incahellas.FormHelper.PrepareForm() at com.incahellas.FormHelper.ShowForm() at pocketerp.For
-
- ServerCertificateValidationCallback replacement in Windows Mobile 6
by Julen Ugalde
- 3 Replies
- Last post
by Guang-Ming Bian - MSFT
- Hello, I'm porting a PC application that accesses a remote Web Service through TSL/SSL to a Windows Mobile 6 device. In order to validate the server's certificate I use the following:
ServicePointManager.ServerCertificateValidationCallback = delegate(object sender,
X509Certificate pCertificate, X509Chain pChain, System.Net.Security.SslPolicyErrors pSslPolicyErrors)
{
-
- Installed custom CE 5.0 device SDK does not show up on Visual Studio 2005
by kaushikn1
- 2 Replies
- Last post
by axbx3333
- We created an SDK for our custom device in CE 5.0 Platform Builder and installed it on a PC running Windows XP. But the installed SDK does not show up in the 'Installed SDKs' list in Visual Studio 2005 when I am trying to create a native application for our device. Would anybody have any ideas as to what could be going wrong Could it be something I have installed on my machine I would greatly appr
-
- connection status monitoring
by George2
- 3 Replies
- Last post
by mgaur_MSFT
- Hello everyone,
I have a new idea to develop a connection status monitor program at server side, which could monitor the connection status (online/offline) of devices running Windows Mobile. Are there any samples to start Are there any built-in functions in Windows Mobile
thanks in advance, George
-
- Determining application idle time in pocketpc
by Karthi Sri
- 4 Replies
- Last post
by Hammadi Dali
- I have the following requirement... I'm developing a device application... When the application is idle for more than 30 mins, the user must be logged off from the application. I need to know whether there is any event raised when the application transitions to the idle state. (there is no Application.Idle event in .net CF as in .net 2.0)
Please help Thanks in advance
-
- Data Source Connection Wizard: "The path is not valid..."
by ranz
- 0 Replies
- Last post
by ranz
- I recently updated my HTC 8525 PDA to Mobile 6 and ported a Mobile 5 application to the Mobile 6 SDK. This application uses a SQL CE database in \Storage Card\My Documents. The application recompiled, installed, and runs fine. However, I wanted to add a new form with DataGrid to reference a table inside the database using the Data Source Connection Wizard. When I attempt to choose the data connect
-
- How to read this MAKEFILE file, as no sources file there !!!
by rogerwux
- 1 Replies
- Last post
by Mohit Gogia
- Read a MAKEFILE document and got confused how to use
this MAKEFILE to generate .sys file , any thoughts
Also any guidline to read such MAKEFILE thank you.
Details of such MAKEFILE is :
# # Windows Driver Development Kit Makefile #
# Windows Driver Development Kit base path DDK = C:\WINDDK\3790.1830
!IFDEF WINDDK_3790_1830 DDK = $(WINDDK_3790_1830) !ENDIF
BAS
-
- [stupid noob] Why I can't make a border?
by john-wayne-interessierts
- 8 Replies
- Last post
by john-wayne-interessierts
- Hello, I know this is more than stupid, but after ~2 hour I give up, why I can't set a border with CSS
body { width:130px; height:100px; margin: 0px; border: solid 2px red; }
I have play around with the margin values, padding values, top, left, right, bottom, position,... Now I am completle confused, why all of my trials not produce a border around the gadget, can someone post the correct co
-
- Building a Release Package
by Neil McQuillan
- 5 Replies
- Last post
by Neil McQuillan
- Hi,
We've developed and test a little stock take / inventory management application for Pocket PC 2003/Mobile 5. We've tested this using Visual Studio 2005 development and testing tools for Pocket PC. We've then hit a brick wall.
How do we package the application into an executable which can be run on a PC (running ActiveSync) so the application installs on a PocketPC. We can deploy to
-
- Change existing programs
by wimpos
- 3 Replies
- Last post
by Peter Nowak (Germany)
- Hi msdn'ers I 'd like to know if it is possible to change/adapt existing programs on a PDA (WM5.0 c# .Net). For now it is is more important for me to know if it is possible than to know how . For instance I would like to add some features to the default phone application, instead of programming the whole program. In a context menu I could add an button or so... Kind regards W.
-
- Can not use HttpWebRequest for localhost
by Sergey Shcherbakov
- 14 Replies
- Last post
by Andrew Arnott - MSFT
- Hello to all,
My working environment: Visual Studio 2005, .NET CF2, Windows Mobile 5.0 (Fujitsu Siemens LOOX n560).
I am experiencing following problem.
The call to HttpWebRequest.GetResponse() methods fails with WebException "Could not establish connection to network" (InnerException==null, occurs in HttpWebrequest.finishGetResponse() Status==ConnectionFailure) ONLY if
-
- Jasper Data Layer
by redmoon
- 2 Replies
- Last post
by redmoon
- I see Jasper¡± is built on top of the ADO.NET Entity Framework ,but I know also EF will not ship in Orcas.
So I think jasper should have a data access layer with provider for any data access technology.
I can use jasper with LINQ ,and with ADO.NET EF,and with db4o, ext...