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

Software Development Network >> Smart Device

Smart Device

New Question

Message Window Problem! Please Help
Network Timeout 2005 VS Beta DE
Establishing a TCP connection in the emulated environment
How to make a phone call on Device Emulator
Need API List
How do I direct back to application after taking a picture?
DG CurrentCell.ColumnNumber - HELP!!
ActiveSync4.0 VS2005 beta2, PPC2003 failed!
Problem with Binding Source witn ResultSet as datasource
"Message from Network" alert - Windows Mobile 5

Top Answerers

Debasish Bose
Peemik
Qing Fang
Devin G
d00d
Langdon White
XLN Lasse
shewitt_au
Shreyas Patel
E Man
Actual Technologies
Only Title

Answer Questions

  • cumars Export C++ class and use in C# how?

    Hi all, I have a serious issue that relates to eVC++4.0 and C#. I have a class that I want to export using eVC++ 4.0 code and use it in C# later on. How to do it e.g #ifdef MYCLASS_EXPORT #define EXP_CLASS __declspec(dllexport) #else #define EXP_CLASS __declspec(dllimport) #endif class EXP_CLASS Test { public: Test(); ~Test(); int DefaultNum(); }; Question is how to ...Show All

  • Santos cannot add HardwareButton to Class Library

    I am unable to add an object of type HardwareButton to a class library, due to the following error: Error 1 Reference required to assembly 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969db8053d3322ac, Retargetable=Yes' containing the base class 'System.ComponentModel.Component'. Add one to your project. I have tried adding references to: System System.ComponentModel.Component Microsoft.WindowsCE.Forms System.Windows.Forms I have ...Show All

  • Shaykat Chaudhuri Where to Post Non-Visual Studio 2005 questions regarding device programming?

    This forum is primarily monitored by people from the Visual Studio for Devices Team, The Compact Framework team and some members of the Windows Mobile Team. Some of the Questions are more relevant to core OS , Compilers , Active Sync or General Development questions not relating to VS 2005. To ensure your questions gets looked at by the right set of the people, I determined the newsgroups the Other Product Teams monitor frequently and that ...Show All

  • Hemantkum Mobile Voice Command and Outlook 2003 with Business contacts manager

    I hope I have put this in the right place, and apologise if it isn't, but I'm new to this (first ever post!) I have just upgraded my Outlook 2003 to Outlook 2003 with Business Contacts. I have installed the pocket PC version of business contact manager on my mobile device and the data sync great between it and my PC When I move my contacts from my Contacts folder to my new "business contacts" folder, Voi ...Show All

  • WonderWoman SendKeys

    Admittedly, this wouldn't be my ideal solution, but is it possible to emulate the "action" button on a pocket pc or smartphone For instance, if I've popped a CameraCaptureDialog, can I automate image capture and approval simply by pushing the keycode at it Or is it possible to raise any events against this dialog cool . that means you found a way to automatically trigger a photo with a pda, save it, ...Show All

  • D Potter Compact framework version of: [ClassInterface(ClassInterfaceType.AutoDual)]

    What's the compact framework version of [ ClassInterface ( ClassInterfaceType .AutoDual)]. I'm trying to port this http://www.codeproject.com/cs/miscctrl/exposingdotnetcontrols.asp df=100&forumid=2373&exp=0&select=1359005 to the compact framework 2.0. Well .Net Compact Framework doesn't support class interfaces (we only support the 'None' option in that enumeration). To get the equivalen ...Show All

  • Matt Maddin Migrating Microsoft eMbedded Visual C++ Projects to Visual Studio 2005

    I just saw the article " Migrating Microsoft eMbedded Visual C++ Projects to Visual Studio 2005" at http://msdn.microsoft.com/mobility/default.aspx pull=/library/en-us/dnppcgen/html/migrating_evc_vs2005.asp  and cannot follow the instruction for upgrading a project with the upgrade wizard. When I reach step 5 and click Ok, I get the message:    "The selected file cannot be opened as a solution or project. Please select a sol ...Show All

  • mwylde TAPI, TSP, LINE_APPNEWCALL

    We are writing a TAPI project for a WinMobile Smartphone. The program answer an incomming call upon receiving a LINE_APPNEWCALL message. But WinCE also try to answer the call. How is it possible to block the standard behavior of the Operating System to answer an incomming call Thanks, we'll try the same. Yes - I have exactly same question. Right  now we are using str ...Show All

  • Krunchu Can't Connect to PocketPC from VS2005

    I have a pocketpc connected to my desktop computer with ActiveSync. Within Visual Studio 2005, if I try to build or connect to this device I get the error: "Connection Failed. Device is not ready." I can explore the device through ActiveSync and have installed sdkcerts.cab file as instructed in the help files. I can sucessfully connect to the emulator, but not a physical device. Any Ideas Thanks! ...Show All

  • Ben Fry 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 It is legal Microsoft product, but it’s not end user product. You can buy XP box in the store, but there’s no CE box, it only available to OEMs/developers and we do offer detailed documentation for OEM ...Show All

  • Alberto Grasso Doubt with ActiveSync

    Hi. I was wondering if it would be possible to connect multiple PDAs to a single system using Activesync. Thankz. Activesync holds the profile for multiple devices, but only one can be used by Activesync at any one time. Thanx for the clarification. Is there any possible way to connect multiple PDAs to a single machine If y ...Show All

  • squeakstar Zoom Effect

    Hello, I am working on a project in C# on creating a zoom effect with a jpg image (taken from an SQL database) in a picturebox. The image is shown, however, I would like to zoom on the image, or at least the part of the image (preferably where I clicked it with the stylus). I used the following website as my guide to do this. http://msdn2.microsoft.com/en-US/library/ms229648.aspx I used: private System.Drawing.Image bmpZoo ...Show All

  • walan managed API for FileSystemWatcher

    hi is there any Managed API for file FileSystemWatcher i also coudnt find native equivalent function for required task thanks Hello Ok i managed to run libraries with VS2005,however both Create and Delete are not working properly. when i try to delete file by using File.Delete method,it DOES remove file from Emulator FileSystem(i check this by Synching APp with activeSYnch) but it doesnt fire event for Delete.. am i doing it properly o ...Show All

  • Summerstreet IE Like Component For CF1

    Is there a component/control/class that I can inherit from in C#/.NET CF that will give my class the look/feel of a MSIE browser or another lite browser OpenNETCF have a WebBrowser wrapper in the SDF - this only works on Windows Mobile devices or CE devices with Pocket IE/PegHelp components - www.opennetcf.org/sdf/ Peter ...Show All

  • bazmcl background services

    http://www.pocketpcdn.com/articles/services.html is this still up to date somebody who has experiences withit I'll take a look at the state and notfication broker. thanks I've looked at this, and currently there is no way to do this with Compact Framework, so I would recommend the C++ forum instead: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=35&SiteID=1 T ...Show All

89909192939495969798990123456

©2008 Software Development Network

powered by phorum