Software Development Network Logo
  • Visual J#
  • Smart Device
  • Windows Vista
  • Visual Studio
  • Windows Forms
  • Visual FoxPro
  • Game Technologies
  • Architecture
  • Microsoft ISV
  • Visual Basic
  • Windows Live
  • VS Express Editions
  • Visual C++
  • Visual C#
  • .NET Development

Software Development Network >> Smart Device

Smart Device

New Question

Pocket PC error: "Unable to connect to the remote server"
WM 5 on emulator
When will WM5 SDK for Smartphone RTM
removing controls from hashtable
No Symbols Loaded when loading native DLL on windows mobile 5 device.
Urgent Question
vs2005 compiler is fatally flawed: generates bad code
help, fail to connect web service ?
Smartphone Sdk 5.0, VS 2005 beta 2 , WinXp 64 Bit sp1
how to write own serilization function for compactframework

Top Answerers

Per Salmi
Sampy MSFT
jbranton
MikeWDub
Tara
Ver Argulla Jr.
reachrishikh
Kaboo
Photodraw die hard
Jamesisme
Codalogic LMX:
Only Title

Answer Questions

  • PAS30339 Phone application and hardware buttons

    Hi, I am stuck with my first VB.Net and Compact Framework project (I come from Delphi) and need a little help to get started. Requirements: My Application has to replace the provider dependent phone application on the MDA III and MDA Compact. At first it has to provide the basic functionality, which shouldn't be too much: - dial a number with the touchscreen - catch incoming calls - start the application when the green phone-button is pressed ...Show All

  • Shmeep Visual Studio 2003 Emulator connection problem

    Hi Everybody Is was hopeing, that somebody in here would be able to help me out with my problem, since I haven't had much luck solving my problem my self. The problem is pretty common as far as what I've read in this forum. I run Visual Studio 2003 on Windows XP SP2 US in vmware ACE. I've installed the following software. SDK for Windows Mobile 2003-based SmartPhones SDK for Windows Mobile 2003-based Pocket PCs Windows Mobile 2003 Second Editio ...Show All

  • Jérôme Bonnet Activesync & emulator just won't connect

    I have been doing a development project for about a month now and everytime I sit down to work I dread the wrestling match I'm going to have with connecting the emulator with activesync using the EmuASConfig. Sometimes it will connect up, most of the time I have to repeatedly initiate the connection until finally it hooks up.  I thought I had a process where I would delete any partnerships prior to starting and that seemed to make things a ...Show All

  • Michael Baxter How to get a list of all categories

    Hi, I want to get a list of all Ctegories but cannot find anything about retrieving this infrormation. Has any one an Idea on how to do this in Pocket PC 2003 using POOM On WM2003 you would have to use the CEDB APIs directly. Open the object store volume and the database called "\Categories" then enumerate the rows present. On WM5.0 you can get them through POOM. Get the IItem interface for the required folder (e.g. Conta ...Show All

  • prabhat shrestha Opening Serial Port more than two times this error occures “The Port ‘COMx:’ does not exist”

     Hi all! This is my first post here, but I am really baffled by this issue, so here goes, I hope someone can help. The hardware this is running on is an Axim X50 with WM 5.0. I am using a CF+ Serial Card as a com port. I have access to CompactFlash cards from Quatech as well as from Socket and Ratoc and have this problem with all of them. This program runs fine twice then when I start it a third time I get the error “P ...Show All

  • Capt. Mick HP 6515 and GPS

    hi i am have just got an HP 6515d with build in GPS am trying to read from the GPS but no luck have searched the forums and found some articles but still no luck my try to read data from the gps is by using a simple SerialPort and wait for data i dot know if you have to turn on the gps in some way first or what am programming in C# on . NET CF 2.0 Pocket PC 2003 SE is there sombody that has some experience with reading from the GPS on HP 6515 h ...Show All

  • rimathakkar Serial Port DataReceived Event in .Net 2.0

    Hi there, This is driving me crazy, I cannot seem to get the DataRecieved event to work on the Pocket PC using the new serial port class in Visual Studio 2005 with C#. The DataRecieved event just never seems to be called. I can write data to the port just fine. Here is some very simple sample code that reproduces the error:. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; u ...Show All

  • Tany Pham Playing sounds

    HI im writting a new program and i need to be able to play sound files. Mp3 files prefered but i can use wave files or anything else that works. Forgetting to post probably ill put it in my sig. I use vb.net 2005 for smartphone 2003 Thanks all thank you it's very useful code i try it in visual basic 2005 beta 2 and work after small edit thank you I simply lost the dogbark.wav file on my smartphone when I did the ...Show All

  • Orion McMillan i m new...from where to start!

    hello friends i m begineer who has not begin yet. please tell me how to start in mobile development. difference between smartphone,pocket pc, windows mobile 2005 thanx in advance what are you using to develop Visual Studio 2003 or 2005 as there are 2 version of the compact framework v1.0 and v2.0 v1.0 http://samples.gotdotnet.com/quickstart/CompactFramework/ v2.0 http://netcf2.blogspot.com/ ...Show All

  • CSharpZealot Can not convert CCeSocket to WM 5.0

    Hi all! I have a problem on WM 5.0. Anyone can help me. I have a project on Pocket PC 2003 and I use CCeSocket class to connect to the NET. Now, I want to convert this project to Window Mobile 5.0. I use Visual Studio 2005 IDE to convert it but VS 2005 not supports CCeSocket class. On the msdn documents, they say that CCeSocket encapsulates CAsyncSocket. I've replated CCeSocket by CAsyncSocket but the application still can not connect to the Net ...Show All

  • Michael Exall Permanent storage folder on Orange SPV M5000 (HTC Universal)

    I'm playing with a Orange SPV M5000 ( HTC Universal), and I can't find a permanent storage area on it, is that right I've also got a O2 XDA II & a XDAIIs and these both have a Storage folder (permanent) and a Storage Card (if inserted) Does the HTC Universal not have this, or is it just the SPV M5000s I want to put some CAB files there which re-install my app if the device is reset Thanks ...Show All

  • GreenHorse Filter Combobox...

    I'd like to filter a combo box or a list box. What is the most efficient way to perform a filter based on a string Thanks! It's bound to an Arraylist, any support for that Thanks! No, ArrayList does not have filtering capabilities. It probably safe to say the only objects on NETCF with filter is DataTable/DataView. If this CB is bound to data source which supports filtering (e.g. DataView), you can apply filter to tha ...Show All

  • JazzyKat Tray icon

    In C# I am trying to see how to create a form that I can minimize to the upper tray and then when i click on the tray icon it shows the form. Is this possible I dont think this is that component for window mobile....I am writing a program for my mobile phone, using pocket pc...I don't see that option. You need to add a NotifyIcon control to your application. ...Show All

  • SP Steve Windows Mobile 5 and Java

    I don't even know if this is the right area or not, but I have a problem and maybe someone here can help. I have a PPC 6700 from Sprint. I am trying to install a Java program onto it. The file type is a .jad. I have tried installing every single java program that I can find on my desktop pc and pocket pc. I can't do it. I know absolutely nothing about programming. Don't understand any coding (uuecode-What's that ) Completely lost. I have inst ...Show All

  • Marsha Cell ID/ network info

    Hello ppl, Can someone pls explain me how to get some network informtion, especially cell id(area info) with VB .net Currently im able to get the service provider's name alone.. I need more info like the area were the sim is located and so.... Tanx a lottt in advance.. Carty.. Some1 help me pls.. This forum is intended to deal with issues directly related to the .NET Compact Framework. It appears that this que ...Show All

323334353637383940414243444546474849

©2008 Software Development Network

powered by phorum