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

Software Development Network >> Smart Device

Smart Device

New Question

Service Or task for Windows Mobile 5.0 in C#
Overriding Volume Softkeys on Motorola MPX220
Add MFC class member fct by simple mouse click in VS2005 ???
How to use mmx in eVC4
Missing rapi.lib with VS2005
small bug with List Control in vs 8
When using "InternetOpen()"...
using ADO recordset in ADO.net
wifi API for pocket pc 2003???
Smartphone emulator

Top Answerers

James Moore - Visionspring
Rashin
Carsten Herrmann
Po-Shan
Jordi Valldaura Rique
mohmsdn
Obsidian Shadow
usankarm
j_kidd
vnpro
Extensible Stylesheet Language (XSL) 1.0
Only Title

Answer Questions

  • SANDEEP MAMUNURI CSplitterWnd class dropped in Mobile 5.0

    Any suggestions for substituting multiple display panes on PocketPC devices now the CSplitterWnd class has been dropped (even though they said emVC MFC classes would continue to be supported). Is this a serious response If so how would one go about doing that You can try adding the source code for CSplitterwnd class from evc4 to your project. This should work Srikanth Bogadapati ...Show All

  • mkamoski GetDeviceCaps( PHYSICALWIDTH ) Failes in Windows 98.

    To implement print in my s/w I created a memory device context from Print Device Context and made drawings to Memory device context and finally i used BitBlt fun to copy it into print Device Context.Every thing works well in windows NT, 2000 an XP because i get GetDeviceCaps( PHYSICALWIDTH ) = 5100 for a 600 dpi printer on 8.5 * 11 inch paper but in windows 98 i get zero for memory Device context but in print Device context i still get 5100 so ...Show All

  • SebMouren regsvrce.exe for Windows Mobile 5.0

    Does anyone know if there is a specific version of regsvrce.exe for Windows Mobile 5.0   I have not been able to find one.  Or does Microsoft intend for you to use the PPC 2003 version Alicia Yes, there is separate regsvrce.exe for Windows Mobile 5.0. If you have eVC4 installed, you can find Regsvrce.exe for, say PPC 5.0, at %PROGRAMFILES%\Microsoft eMbedded C++ 4.0\EVC\WCE400\TARGET\ARMV4I. It do ...Show All

  • Andrija Unable to use Media Player Control on PPC 5.0 Emulator

      Folks, I'm trying to use Media player control in a web based application. I'm able to run the media file directly, if I store the file in PPC (storage card) but if I try to play the same file using a web based application and the media control it does'nt play. Here is the asx file I'm using <ASX VERSION = "3.0"><TITLE>Demo</TITLE><ENTRY><STARTTIME VALUE="00:00:00"/><REF HREF="mms://xxx/yyy"/></ENTRY ...Show All

  • JonS1 VS 2005 and Smart Device installation problem

    I have a weird problem with my VS 2005 and Smart Device SDK installation. I'm using the DVDs from the Windows Mobile 5.0 Developer Evaluation Kit given away at the recent MEDC. I want to successfully install the Pocket PC and Smartphone SDKs and compare the IDE etc with that of evC 4.0. I appear to have successfully installed VS2005 however the Smart device SDKs do not appear to installed correctly at all even though I did install them. There s ...Show All

  • ChrisBuhi Another LNK2019, 1120 Error

    Hi everyone. I'm using VS2005 Beta2 and encountered the LNK2019 and LNK1120 errors while building my DLL (linked to static lib libspeex). Here's what the message looked like: SUCode.obj : error LNK2019: unresolved external symbol __security_cookie referenced in function "int __cdecl SpxToWav(wchar_t *,bool)" ( SpxToWav@@YAHPA_W_N@Z) SUCode.obj : error LNK2019: unresolved external symbol __security_check_cookie referenced in function "int __cd ...Show All

  • coreus StackWalk / stack trace for CE...

    Hi,     I've created a malloc/free wrapper for CE, and I'd like to be able to print SOME information about the caller from within this routine.  My problem is that new & delete calls can't be wrapped, but simply call malloc/free implicitly thanks to dummy new/delete skeleton functions that I provide.  Thus, I can't pass __FILE__ and __LINENUM__ through new & delete calls.     I would like to use ...Show All

  • Kapul vs2005 beta2 compact framework emulator

    I have tried and tried again to get the Pocket_PC emulator to connect to VS2005 beta2. I can make the emulator 'browse' the network, I can even ping it, however, all the VS2005 beta2 attempts to connect to the device give a variety of errors. The VS2003 emulators work fine with VS2003, but even using the device manager I cannot connect to the beta2 emulator. You think this should be easy or there should be doc's to guide you, but if there are, I ...Show All

  • miztaken BindingSource ListChanged Event

    When a changed is made in the bindingSource List the evente listachanged is fired here i have inforamtion about which item of the list has change, i also need information of which field of this item has that change. Could anybody tell me if i have a way to obtain this information Thanks. I'm working in visual studio 2005 cf v2.0 On desktop that can be done by accessing PropertyDescriptor property ...Show All

  • Chrono Detector Is it possible to trigger KeyPress event manually?

    can anyone tell me is it possible to trigger KeyPress event manually if yes can tell me how Take a look at the SendKeys class in the SDF: http://www.opennetcf.org/sdf Private Sub textbox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles textbox1.KeyPress         MakeAcceptDecimalOnly(e, textb ...Show All

  • RLauzon Dim WithEvents PicBoxArr(3) as PictureBox

    Hello! We are coding in Vb.net on the .Net Compact Framework 1.0, for a Pocket PC application. It is required the we use an array of Picture Boxes. Then again we need to handle their events (DoubleClick,MouseUp etc.) Dim WithEvents PicBoxArr(3) as PictureBox ErrorMessage : "WithEvents" variables cannot be typed as Arrays. How does one associate events with an array of PictureBoxes Thanks, You ...Show All

  • leonwoo Release issue

    I have two issues when I tried to create CAB file for my product. I created a shortcut inside the "Start Menu" folder, but it changed to "Start Menu\Programs" folder automatically after I run the CAB file. Is this the issue of the CAB file or the issue of the Pocket PC (My Pocket PC is ASUS A620 Series, OS is MS Pocket PC Ver 4.20.0 (Build 13252) After I uninstalled my product through ActiveSync (Ver 4.1), the shortc ...Show All

  • JerryW Transparent label

    I have a form that contains a background image. I've placed a label on the form and set the background color to transparent, however the label gets the color of the form and not the background image of the form. How can I get the label's background to be that of the form's background image Thanks Cheers, that totally slipped my mind. It worked thanks. Coss In order to su ...Show All

  • mohana device lock

    On my window mobile phone there is an icon on the today screen called device lock...what is the name of the .exe for that file it is just windows mobile 2005 os.... The device lock is part of mobile 2005 or, you could try telling me what device you're working with ... like I said, there is a LOT of OEM-specific configuration prior to deployment. I don't have a d ...Show All

  • stratis Bug of RTTI support in VS2005 & PPC2003?

    I want to use some code like:typeid(T).name(). These code works with VS 2005 & Windows Mobile 5.0 correctly, just select "Enable Run-time type info" to "yes". But these code can not be compiled with VS 2005 & PPC 2003, I have select "Enable Run-time type info" to "yes", but it still can not be compiled. I have look for answer in here, and found a thread https://forums.microsoft.com/MSDN/ShowPost.aspx PostID=4883 ...Show All

626364656667686970717273747576777879

©2008 Software Development Network

powered by phorum