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

Software Development Network >> Smart Device

Smart Device

New Question

Install application fail on Pocket PC emulator
Disabling top line in Win Mobile 2003
Bluetooth Printing Bitmap
Errors during installation of some cabs ?
Full Screen Mode
any xml parser code please....
Read data file located on PC from emulator?
Unable to play system sound on Smartphone
Search file in all folders
Bluetooth Code example on windows XP

Top Answerers

Shawn Ramey
sbellware
MickRivers
blueoyster
kalkie
Buddhike
James_N
GP.Software
Tim Sohn
Dreambeats
XLDL Literature Description Language
Only Title

Answer Questions

  • Sajith Problem with System.IO.Ports when sending data to Bluetooth com port.

    I want to connect a mobile phone from my pocket pc over Bluetooth com port using the new System.IO.Ports.SerialPort function in .Net Compact Framework 2.0. I can open the com port, but when I want to write data to it, the whole pocket pc hangs and I have to hard reset it. I tested it also with a normal com port on the pocket pc and with it, it works. Are there maybe problems with the Bluetooth com port emulation dri ...Show All

  • Greg B. Emulator folder

    When I debug an SmartPhone application in VS.NET 2005 on an emulator, some files will be created on the device by my application. Now I would like to open them not through PocketWord on the emulator but with my editor on my desktop machine. Does anybody know, where those files are stored and/or how I can reach them Your feedback is very appreciated Sorry, but I do not understand what you mean with the secon ...Show All

  • Ana Maria Bisbe C++ Migration Tool

    After installing the C++ Migration tool Visual Studio 2005 crashes shortly after the splash screen comes up.  How do I fix this I hard coded the path in the script and the install worked. What build are you installing the migration tool on It should only be installed over top of Beta2; the RC and CTP builds should have this functionality built in. We haven't seen a crash ...Show All

  • city_ash open IE in application

    Does .Net CF provide any method to open IE with given URL Just like it is in full .Net Framework :        System.Diagnostics.Process.Start(URL) Thanks. NETCF V1 - no, please use tools from OpenNETCF.org or P/Invoke CreateProcess(). NETCF V2 - yes. You might have to specify IE executable name and pass URL as argument. OpenNETCF provide Diagnostics.Process It wor ...Show All

  • FC-Shiro Switching from mobile network (GPRS/EDGE) to Wifi

    Hi Guys, Hopefully won't be bugging you all for too much longer. I've been very pleased with the potential of the .NETCF2.0. Well done MS for sorting this one for us. I'm pretty much sold on the whole thing. I have a question regarding to switching between the mobile network and a wifi network. Firstly, and I think think this is a no; can a device be connected to both at the same time Secondly, can the connection be swtiched programmatical ...Show All

  • Jesse Hose How to cast a byte[] to TimeZoneInformation struct?

    Have to programmatically set the correct time-zone. Reading the time-zone from the registry PPC2003 results in a byte[]. The time-zone struct for the Win32API has the signature: [ DllImport ( "coredll.dll" , CharSet = CharSet .Unicode)] public static extern bool SetTimeZoneInformation( ref TimeZoneInformation lpTimeZoneInformation); [ StructLayout ( LayoutKind .Sequential)] public struct TimeZoneInformatio ...Show All

  • Rado R How to debug native dll?

    I have a solution which contains a managed "exe" project and a native "dll" project. The exe calls the dll using platform invoke. I start a new (realtime) thread in the dll. I create breakpoints in my native code. How can I debug my native code in the dll using this breakpoints I have read "Development Tools and Languages/Visual Studio/Smart Device Development/ Debigging Device Project/ Walkthrough: Debugging a ...Show All

  • offa Target Windows Mobile 5.0 without VS 2005?

    Is there any way to target devices running Windows Mobile 5.0 without using VS2005 Unfortunately, the UI of VS 2005 doesn't work for me because of the way it entirely ignores my visual preferences (and the compiler, apparently favoring 'security' over anything else, isn't of much interest to me), so I'm forced to stay with previous version of VS. I attempted to install the SDK despite not having VS2005, and it seems to enforce that req ...Show All

  • Ira Berkowitz Track mouse position

    Hi, I'm working on a PocketPC application in Vb.net on Compact Framework1.0. I have 2 panels on a form, placed one below the other. I want to track the mouse(stylus) position as it is dragged(moved) from one panel to the other one. How to track the mouse position as the stulus(mouse) is dragged over the controls on a panel | form thanks, I beleive I've already answered your question: ...Show All

  • RoebrtM Windows CE 4.x Emulator does not work correctly if you have PAE mode enabled

    I am attempting to develop a smart device application but the Windows CE 4.x Emulator will not load. The file is VPCAppSv.sys. I have verified that PAE is not enabled. Any help would be appreciated. My wallet does not go deep enough for the technical help. I have the same problem. KB883775 references "That file: VPCAppSv.sys" which is Windows CE emulator's controller. In this URL http://support.microsoft.com/de ...Show All

  • Asim trapping FN key

    Currently, on my device, to enter numbers using the QWerty keyboard, i have to press the function key each time, as there is no NumLock function available. So i thought i might be able to simulate this by implementing the following rule: -create a background process that will determine if the function key is pressed twice quickly -if so, i set a private property, _numLock = true; -if the FN key is pressed twice again, i set _numLock = false; -ba ...Show All

  • Riya Mehra Using .NET CF with XML - displaying image in picturebox

    I'm trying to add a picture whose path is in an XML file to a picturebox.  I am programming in C#.  I have tried using the foreach command, but I keep getting an error.  XML file: < fragenkatalog > < ca_id > 4 </ ca_id > < ca_bildurl1 > kopf_ap.jpg </ ca_bildurl1 > </ fragenkatalog > Form code: foreach (ca_bildurl1 b in fragenkatalog) { ca_bildurl.Image ...Show All

  • Razza Custom Build Rule "works" but makes project undeployable

    I am trying to use a Custom Build Rule to build assembler files, much as described by Jeff Abraham and I am kind of running into the same problem. The rules files only differ on the extension used and some quoting practicalities. I don't agree with Jeff's analysis of what is going on however: An unfortunate side effect of this build rule is that you end up deploying the .obj produced, because it becomes a project output As far as I can see it ...Show All

  • tchyT Add New Hardware Wizard General Question

    I know this is most likely a fairly basic question, but i was wondering if someone would be kind enough to help me out. I plugged a keyboard into my computer and accidently told it to never notify me of installing this hardware again... now i must install it and it's not notifying me... how can i change this setting... or manually install my m-audio oxygen 8 keyboard This forum is for developme ...Show All

  • Hajin Studio Group Visual Studio 2005-Connecting Windows CE.NET Device

    Hi Guys I am trying to install a Visual Basic 2005 application on a windows CE.NET device. I cannot see a CE.NET device in the list so I tried selecting Windows CE 5.0. It gave me a message cannot create a file as the file name already exists. Is there any option to connect to a Windows CE.NET device Any inputs will be highly appreciated. Correct. Keep in mind VS 2005 does not offici ...Show All

777879808182838485868788899091929394

©2008 Software Development Network

powered by phorum