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

Software Development Network >> Smart Device

Smart Device

New Question

Bug in VS 2003?
'Rebuild All Failed' - Web Reference
Problem with localization Start Menu -> Settings and Programs icons on PPC(WM2003SE)...
How to modify the properties of a SDK for WinCE5.0 to Load Emulator Image?
Design time custom controls in visual studio 2005 beta 2
vibrate.h missing for WM5 PocketPC
Path arguements in the "Additional Dependencies" linker field
[C++] [MAPI] How to force mail sendind ?
WebException when running NETCF1.1 SP3 vs. Older version of .NETCF1.1
Snap to Grid

Top Answerers

TheBestKeptOne
Pooran Prasad
Ed Landau
Phanindra
peter673341
DKB
bakkerl
Giulio2000
Bachi
Vishal Aggarwal
Landscape Irrigation and Lawn Sprinklers Tips
Only Title

Answer Questions

  • KLTNET deploy a smart device application on

    I am using VS 2005 beta, and created a smart device windows CE 5.0 project in C#. to make a test run of my application I want to test it on my pc using MicrosoftR WindowsR CE 5.0 Device Emulator which I downloaded and installed. the problem is that device emulator does not show in the window for different deployment applications (only "Windows CE 5.0 device" and different "pocket pc" options shows) when I press F5. I have a copy of Visual Studio ...Show All

  • grnfvr VS2005 RC : No Windows Mobile 5, No Win CE 5 Projects with C++

    When  I create a new Smart Device Project with VC++, choose a win 32 app, I only get a PPC 2003 and Smartphone 2003 projects. How do I get Windows Mobile 5 (PPC and Smartphone) and Windows CE 5 projects with VC++. With VB and C# I get them. Keen to explore the new API features. Using the Release Candidate of VS2005, complete install. I'm guessing that you are running on a machine that had a previous i ...Show All

  • Lorren Help I cant find any docs regarding SendOrPostCallback delegate!

    Using wsdl.exe i have generated a SoapHttpClient(SOAP) proxy class. I turns fine, i had my .cs file but when i build my Pocket PC 2003 project in VS.Net 2005 Beta 2, it alwasy tell me this error: Error 129 The type or namespace name 'AsyncCompletedEventArgs' does not exist in the namespace 'System.ComponentModel' (are you missing an assembly reference )  Error 130 The type or namespace name 'SendOrPostCal ...Show All

  • assadgh Windows Mobile Manual

    Could anybody from the Microsoft stuff explain why there are not any information in the Net on the request for Windows Mobile (2003) User Manual or similar documents. Does this information really exists at al Thank you all for answers sirs. I simply want to point out the fact that in opposite to Big Brothers(Win98,W2K,WXP) there is no definite Help of User documentation for Win Mobile at all. And this is enoug ...Show All

  • erwind database and Application on MicrosoftR Windows Mobile? 2003 Second Edition

    Hi, I hope to ask a mobile device, whose platform is MicrosoftR Windows Mobile 2003 Second Edition, to connect with a database on a PC. The PC's name and the sql Server's name are both "sql123". The following is my codes. But I get the following error: "Specified SQL server not found: sql123." Could anyone help me out Thanks in advance. The codes: Private Sub ReadOrderData() Dim strConnection As Strin ...Show All

  • VanP How to kill a process where I know the exe name, but not process id?

    I'd like to start a new process from one application, but would like to look for and kill any of the same processes already running first. Seems like all the code samples I see require knowing the process id already. And, the System.Diagnostic.Process.GetProcesses method doesn't seem to be available for .NET CF I can't enumerate the processes and look for the right name. Anyone got a clue for me Much thanks! ...Show All

  • Sasarivera ActiveSync with Exchange 2003

    Is the device emulator capable of ActiveSync with Exchange 2003 When I tried it I always get a http_400 error (your account does not have permission to sync) . Please help. -Thanks Are you able to advise me how you got this to work I have the exact same error message and cannot get it to work at all. I  appreciate any information you can provide. The emulator should behave exactly like the device in this scenario. So what ...Show All

  • Keith Buik looking for simple vs2005 example, c# calling native c

    Can someone point me to a tutorial or howto set up a vs2005 project that I can have a simple pocketPC c# project that calls a simple native c routine like: #include < stdio.h> void exchange ( int *a, int *b ) {     int temp;     temp = *a;     *a = *b;     *b = temp; } Thanks This article is for eVC but you can do the same in VS 2005 in a very similar fashion http://msdn.m ...Show All

  • SeonBong is there any news for WM 5.0 emulator download ?

    Is there any new progress for WM 5.0 emulator i need it to test active-sync thanks Is that included with MSFP on the device images thanks, Bayu A Cahyono We are currently working on making the V2 Preview and the VS2005 RTM versions available for download. I apologize for the delay. The download links will be posted on this forum. Thanks, Vladimir It is available for download and as part of VS2 ...Show All

  • Ramniklal25 DataGrid - 3 problems

    (1) I was going through the example at http://msdn2.microsoft.com/en-us/library/ms229684.aspx I fixed the small problem with the EditView constructor with these 2 lines: if (drView["Discontinued"] is DBNull) drView["Discontinued"] = false ; cbxDiscontinued.DataBindings.Add("Checked", CurrentBindingSource, "Discontinued");   However, the application works fine for most part, except when I tried to add a new record a second time. It ...Show All

  • Febin Rajaiyan Updated images for Windows Mobile 5? / AKU2 for A2DP Devices

    Does anyone know when or if the Windows Mobile 5 images included in the Pocket PC or Smartphone SDKs will be updated I suspect the versions in the SDKs are not the same as the versions included with WM5 devices. Thanks, Frank I think that Microsoft should always provide the latest AKU in emulator images and document the changes. At the moment AKU changes seems to be some kind of secret. You can only find un ...Show All

  • Christian N HELP

    My opetrting system is windows2000 professional sp4, when I run DEVICE EMULATOR PREVIEW,  it shows "Failed to open XML parser COM object. PPC-2003-Square\PocketPC-2003-Square_Skin.xml". What can I do now Shall I download other softwares Thanks alot   It appears to me that your system doesn't has SAX XML parser. Can you please try installing it from  http://msdn.microsoft.com/downloads/default.asp URL=/code/topic. ...Show All

  • Docluv Extracting Bitmap from AVI File

    I am capturing some Video on a windows Mobile device and would like to display a preview of the video file to the user after recording (a thumbnail basically) I have seen a few methods for doing this, but none of them seem to work with the compact framework.  Any suggestions Take a look at this article on codeprojects.com: http://www.codeproject.com/cs/media/aviFileWrapper.asp I've not tried it on CF, b ...Show All

  • MichaelEber Pocket PC MSMQ question

    Hi, We are developing a mobile solution that uses the MSMQ as the underlying messaging communication system. Each mobile device sends messages via GPRS to the backend system behind a Proxy-Firewall. I understand that using HTTP based SRMP protocol is not supported for MSMQ on Pocket PC 2003 platform. I like to ask if it is even possible to use MSMQ to message a Pocket PC application to a destination node behind the proxy firewall. ...Show All

  • cyclops Which version of CF on WM5?

    Well, thats the question - some .net ver is pre installed but I can't see it's version on my Windows Mobile 5.0 device... Depending on the build it comes with SP2 or SP3 Which version of CF is installed on WM 2003 / SE Does it even come with CF installed Compact Framework version 1.0 SP3 is in WM 5.0. ...Show All

96979899012345678910111213

©2008 Software Development Network

powered by phorum