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

Software Development Network >> Smart Device

Smart Device

New Question

Please help me, problem to stop Thread with Socket.Receive (CF2)
Application Manager - Device Not Connected
Problem Closing Form
LNK2019 error about CeMountDBVolEx and CeOpenDatabaseInSession!!Anyone can help me?
Debugging
How to prevent app from being closed
Pocket PC/Windows CE Networking Capabilities
how to connect IRda Device in desktop PC ?
Shockwave object for winCE 5.0 applications made in eVC 4.0
unresolved external symbol __CxxFrameHandler3 or __ArrayUnwind

Top Answerers

Casual Jim
ParagB
paburgos
Rachel J
Douglas04
MSI Setup too complicated
dognardo
AlanMusicMan
onewnan
chriswillis
McseTr
Only Title

Answer Questions

  • TLentine Get Free space on Storage Card

    How can I get the free space on storage card in PC by ActiveSync The Remote API provided by ActiveSync doesn't seems have a API can get that, but the main storage and memory information can be retrieved by Remote API. And how can I get the path of the storage card The CeGetSpecialFolderPath doesn't support the storage card path. Thanks!!! Hi, You can write a module to find the free space in the storage card. For this use th ...Show All

  • adias Numeric Up Down Select All On Focus

    Ok, I've managed to use API calls to select all text in a numericupdown control, and this works... however, When I override OnGotFocus via: protected override void OnGotFocus(EventArgs e) { SelectAll(); } All text is selected with the select all statement, and as this function exits, the text is unselected. What am I missing as far as numericupdown behavior goes Thanks! That brought me to a very good idea tha ...Show All

  • Steve4527 VS2005 Beta2 and Mobile 5.0 SDK -> cannot connect & sometimes Crash

    Hello I developed under VS2005Beta2 for PPC2003 now I installed the Mobile 5.0 SDK After the installation VS cannot connect anymore to the PPC2003 Emulator (I used TCP Transport with fixed IPAdresses because I never got the "automatic" connection running) Also VS Crashes everytime I go to an Projekt and Select "Change Targe Plattform" (I already send some error Reports) Uninstalling the Mobile5.0 SDK didn't helped I'm getting quite nervous ...Show All

  • quemi Execute the program by ShellExecuteEx throw the TypeLadException

    I write a program of self-update.After have download the lastest program,I execute the program by ShellExecuteEx,and the program throw the TypeLadException.But when I execute it alone,it run well. why There is some known... hmm... weirdness with iPaq file store on some models. It's wise to avoid it. Consider using storage card instead. If you write FOLDER+FILE NAME - you better use System.IO.Path.C ...Show All

  • mmarkym Pocket PC Alaram Applicationmy

    Hi, Basically i am working on an application for todolist.so in this application i need to add the functionality of the alarm.i am using C# to do all this.so any one can tell me how to make an alaram application to make an alarm application.... you'll probably want a timer details please.how to do that I'm not doing your homework for you ...Show All

  • grissett Cabs, unsupported registry root key

    When attempting to use cabWiz to create a cab file I am getting the following error: Error: Section [RegKeys] has an unsupported registry root key " " This happens with the section [RegKeys] blank or with what VS2005 creates: [RegKeys] "HKCU","Software\%Manufacturer%","","0x00000000"," "HKLM","Software\%Manufacturer%","","0x00000000"," What does it want under this section Thanks Try [RegKeys] "HKCU ...Show All

  • Nanette T wsprintf function ---resolved

    Hi experts, I try to use the wvsprintf function in Wince (UNICODE supported)... my test program works fine using this fucntion But it gives the following error while using in my development code... wvsprintfW' : ambiguous call to overloaded function 1> C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\Winbase.h(837): could be 'int wvsprintfW(LPWSTR,LPCWSTR,va_list)' 1> C:\Program F ...Show All

  • eugene7_11 Static C++ source code analysis for smart devices?

    Hi, Is C++ static source code analysis available for smart devices in VStudio Team Suite or is it only for x86 Win32 Thank you, VB. Thanks Jeff. The static analyzer can still be used though: 1. Create new configuration using "Win32" as a target. 2. Enable analyzer for this configuration. 3. Tweak preprocessor variables, include paths, and perhaps something else (for example, use ...Show All

  • Sankar Reddy .NET interop in netcf

    How do you call managed code from native in the .NET Compact Framework (.NET interop) Could you point me to some example code/project/solution /Lars If you mean a native process calling managed code, then that is not possible. You'd have to ensure that the managed code runs in its own managed process and communicates via one of the IPC mechanisms with the native code. IPC mechanisms: http://www.danielmot ...Show All

  • Regeneratez Can i use transcriber into an CF2 application ??

    Hello, I have searched a lot but i dont find that.. I would be use the transcriber into my application. do you know how to use a dll or the transcriber engine. In my application i would use the transcriber but without display the toolbar. I would too use the transcriber just into a panel.. Do you think it' possible to do that (excuse me for my bad english..) Thx. I dont have found solution.. I use just Transc ...Show All

  • fictionforever Find() method of the Controls collection of a Mobile form

    Is the Find() method not an available property on forms for SmartDevices/PocketPC's etc Thanks Tryst I'm not aware of a Find method in the full framework. There is FindControl method but it only exists in WebControls. What are you trying to do Just want to find specific controls, without having to loop (process more commands = waste battery). But if these is no Find() property, then I guess I will have to cycle through all the Con ...Show All

  • LeviS Discover cradled PocketPC

    Hi! I'm looking for a way to programmatically (preferably through .NET, but native code will do as well) discover a PocketPC in its cradle so that I can access its registry and retrieve some files from it. I'd be grateful for any help in this matter. Thanks! This is exactly what I need. I want to detect the Pocket PC on the PC to which it is cradled. Do you want to detect on the Pocket PC if it's cradled, or on the PC to whi ...Show All

  • Lázaro SqlClient missing in .Net CF 2.0?

    Hi I notice that on CF 2.0 SqlClient namespace is missing... I was using it on CF 1.0 How to connect to a remote SQL Server then Carlo Obvious answer but I have to ask. Did you make sure you added the appropriate references and using/import statements It's in System.Data.SqlClient.dll. Also, it's in a separate CAB. Yes, I write " Imports System.Data" and add ...Show All

  • JonS123 Device emulator is not detected. Install the device emulator.

    I have installed VS 2005 beta 2 and trying to create a smart device app. I have also installed Pocket PC 2003 SE emulater, however when i debug my app it gives me an error: Device emulator is not detected. Install the device emulator. I am not sure that do I have to do some config or i have the wrong version. all help would be highly appreciated. thanks The link is not working, is there any other place where I can get this patch We ...Show All

  • AkhilaL MSFT add control problem with multiple framework

    Without the stackform, everything works perfect but when I add a toolbar I get an error at line this.Controls.Add(this.toolBar1); ,if I comment all lines with toolBar everything works perfect error: $exception {System.Exception: Exception at Microsoft.AGL.Common.MISC.HandleAr() at System.Windows.Forms.Control._SetParent() at System.Windows.Forms.Control.set_Parent() at ControlCollection.Add() at DeKangoeroe.KMaankomst.Ini ...Show All

636465666768697071727374757677787980

©2008 Software Development Network

powered by phorum