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

Software Development Network >> Smart Device

Smart Device

New Question

Problems running .NET Compact framework and java runtime on same device
Once again Problems with SerialPort class
WM 5.0 PPC SDK install does not finish
VS2005 Beta2 and Mobile 5.0 SDK -> cannot connect & sometimes Crash
Register a dll on windows ce
Pocket PC application can not create any dialog
Error 10061
Pass a variable from VB program to C# program running on WM 5.0 emulator
Deploy to Pocket PC 2003 - Connect to device failed
Editing Image of type bmp or jpg

Top Answerers

Event666
Vlad7
Alexander WF
Neshhra
IanRob
虫豸
Aatif latif
omarslvd
zc1984
Pankaj Banga
Radio Heritage Foundation - sharing the stories of Pacific radio
Only Title

Answer Questions

  • Deepak Juneja Multiple Row, List View

    Can someone give me a hint or point me to an example of a C# multiple row list view Models include: 1. InBox list control 2. Calendar Agenda View of appointments Thanks in advance! See my article here: http://www.opennetcf.org/PermaLink.aspx guid=d88b1a1a-a866-4247-a0c8-94ab3c124f63 The latest version of the OwnerDrawnList and derived controls from it (ListBoxEx and SmartList) you can find in the SDF: http://www.ope ...Show All

  • Alan Fransham Output window (printf)

    Sorry for the probably easy question. But where is the output of a printf statement going to I have the output window up and the "Show output for" set to debug. Is that the correct place Thanks Thanks Ayman that's easy and it works. I wish the printf statements were going to that window. But at least now I can add my own output to the legacy code I am working with. Thanks ...Show All

  • bahy Access denied when deploying to Sp2003

    I've just started testing the Visual Studio 2005 Beta 2 out and I've managed to upgrade my Embedded 4.2-project files to VS 2005. After I've deployed an application which require priviliged access, I run it and I a messagebox pops up with this message: "Access denied. The program cannot start because it is not digitally signed with a trusted certificate." I have entered this information in the Authenticode signing-tab for the project: * Auth ...Show All

  • roger5089 Drop Controls within UserControl at DesignTime

    Hi, I have created a Control Library project for Windows CE 5.0 in Visual Studio 2005. I have created a simple UserControl, and my wish is to be able to drop other controls in it at design time. In the full .NET, you can use this code to enable this functionality on the UserControl: [ Designer(typeof(ParentControlDesigner))] public class MyUserControl : UserControl {} But when I try to do this in my project, I can't drop controls on my Us ...Show All

  • cycledesign speed up app?

    Hi there. I am deving an application for smartphone. It sends and recieves data from a server computer (also made in C#) The thing is, I have a while loop going on in order to check for incoming data and it can slow down the application a fair amount Is there a better way to check for incoming data without the need for a while loop going on continuesly void Recieve() { while (! this .readData && this .ns.CanRead) { if ...Show All

  • SathyaKV Enable WLAN during ActiveSync 4.1 connection

    I just discovered that the WLAN connection on my WM5 Pocket PC (HP hx2410) gets disconnected as soon as I put it in the cradle and ActiveSync connects it to my development machine. Now I read something about not being able to sync over Wifi anymore, so it might be related to that. But it is quite annoying for debugging from VS2005. In our application we have code which checks and controls the WLAN connection, but as the connection is disable ...Show All

  • Dennis Cheng - MSFT Handling Sliding Keyboard + Some ARM Assembly decoding

    Hi, Apologies in advance if this may be off topic, but i think it is an interesting and challenging issue related to WM device programming ( besides, no one has been able to assist of yet in other news group ). My device has a sliding keyboard...when that keyboard is slid open on the WM2005 Today screen, the keyboards enters a "num lock" state. This is where some overloaded keys that act as the phone dial-pad ONLY outpu ...Show All

  • BodeColander Windows mobile 5.0 Creating/Reading/ writing/ Deleting from/in Cache

    I am trying to create , read and delete files in Cache in Windows mobile 5.0 MFC Smart Device Application. The Functions I am using to access cache is CreateCache, DeleteCache, CachedRead , CachedWrite etc.           As per MSDN , these  functions  requires following:                       ...Show All

  • Phil Pownall Windows CE Remote Performance Monitor Crash

    I am working on CF 1.0 and trying to find a memory leak on my application. I am using Windows CE Remote Performance Monitor. When I select to monitor only "Memory Load", it works fine. But when I try to watch "CE Process Statistics" with an instance of my application, it halts not only itself but also the application running on the device. Is there any strategy I could get over with it, or any tool that can help to diagnose the problematic secti ...Show All

  • Chintan Soni DLL linker error security_cookie ???

    Hi, I'm trying to build my former eVC++ 4.0 Setup.dll with the new Visual Studio 2005 ( PPC 2003 SE ). I builds fine with the Mobile 5 SDK but not under the PPC 2003 SE. I get the following linker error in multiple places : SetupDll.obj : error LNK2019: unresolved external symbol __security_cookie referenced in function ... After commenting some code it comes down to the following lines: WIN32_FIND_DATA data; ZeroMemory( &data, sizeof( W ...Show All

  • kmarshbank Help find a phone

    I was trying to find a phone in the Smartphone format. I use Sprint and have an Audiovox 6600. It seems that all Sprint offers with Mobile PC is that and the Samsung I600 (also PDA) Their list of phones are here: http://www1.sprintpcs.com/explore/PhonesAccessories/AllPhones.jsp FOLDER%3C%3Efolder_id=1459267&CURRENT_USER%3C%3EATR_SCID=ECOMM&CURRENT_USER%3C%3EATR_PCode=None&CURRENT_USER%3C%3EATR_cartState=group&bmUID=1119231217411& ...Show All

  • Mu0n Turn off NE2000 confirmation prompt

    Howdy all you experts! Listen, I got the device emulator set up on a stand alone machine (no VS), and also installed Virtual PC 2004. I am now getting full network connectivity (yeah!) but I do not like the prompt that comes up when I start my session. It says "Do you want to enable emulation of NE2000 network card This will allow code running inside the emulator to have access to this network." Nitpicky, huh :-) Is there any way ...Show All

  • cn_sean 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

  • dennis_dieckmann NumericUpDown Focus Bug in .NETCF - Is there a work around?

    When I set the focus to a NumericUpDown in .NET CF 1, the cursor ends up in the cell, yet it won't catch any of my keydown messages.  Doing a little research in google, it looks like this is a bug in .NET CF. Any ideas on how I can work around this, aside from intercepting the messages and handling this myself Thanks. I am not able to repro this using .NETCF v1 SP3 (build 1.0.4292.00) (note, SP3 fixed a lot of key press issues ...Show All

  • Herwin Grauel Free memory in compact frame work 1.0

    Hi all, I'm writting a Point of Sales application for use on a PDA device, when I move from one screen to the next I use the me.Close() to close the previous screen(form) and then load the next screen. This is working fine, however when I go can check the running programs on the PDA device, it displays a list of all the forms I've entered, even the ones I've closed. This slowly slowly eats away at the available memory I have free on the PDA. By ...Show All

242526272829303132333435363738394041

©2008 Software Development Network

powered by phorum