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

Software Development Network >> Smart Device

Smart Device

New Question

Bluetooth Printing Bitmap
Pocket Word or Notepad programming
Device phone number
Get Device ID from Desktop
Anyone give me a poom's sample. c#
VS 2005 Beta 2 Emulator deployment problem.
Bring form objects to overlay over topmost form
Emulator Image AKU2
VOice recording with C# ( Application for a pocket PC)
VS2005 always deploys framework files

Top Answerers

Rich609
Sephiroth84
Ashish Yadav
BruceMeneghin
JSR
VinnieThaMadeMan
Ted Lee - MSFT
jlkirkjr
Namio Evangelista
Teo Lachev
Objectstore
Only Title

Answer Questions

  • MNSiyal Net CF 2.0 , Is it Possible For me to Enable Voice Recording Feature From My Appliaction

    HI , Please help me to find a way to enable voice recording feature in my .NET CF 2.0 Pocket PC application. Thanks , JayaKumar.A Hi senthil , yes , it's working fine . In that my doubt is while installing it installed a .cab for (OpentNetCF Samart Device Framework) file in my PDA while creating setup is it required for me to add OpentNetCF Samart Device Framework with my .msi file Thanks, J ...Show All

  • C Shah light up the device while it is in screen save mode

    Hi All, is there a way (I’m sure there is, I’ve just have to know how to do it…) to light up the device while he is in screen save mode for example, when I got something from the server and the screen is in save mode, to light up the dispaly screen  that the user will see the new content. how can I stimulate the stick movement.. (I guess somehow with P/Invoke) thanks, Oren.     ...Show All

  • David Wong Chien Shiung use a C# dll with ActiveX

    I would like to know it is possible to convert a C# dll to a COM dll so that i could use it on a pocket PC Active X page: Example: <script language="javascript"> var obj1 = new ActiveXObject("MyPocketPC.Class1"); alert (obj1.helloWorld()); </script> I know that this works if it is a COM dll (C++) but i need to do it with a C++ dll. I know this works on a desktop PC by using: (Generating the DLL .NET ...Show All

  • ttitus Can WSE 3.0 be used used with the Compact Framework 2.0 on Mobile 5.0 devices?

    I tried to find the answer to this question, but could only find a lot of partial answers. Can WSE 3.0 be used with the Compact Framework 2.0 on Mobile 5.0 PPC devices   No Compact Framework 2.0 does not include support for WSE 3.0 OpenNETCF however has a library that enables you to use WSE 2.0 functionality. See more info here: http://opennetcf.org/library/OpenNETCF.Web.Service ...Show All

  • rtpninja VB or C#???

    I'm about to do a project using the .NET Compact Framework. I want to create an application for a PDA/Smartphone but I'm not sure which to use, VB or C#...which is better Ooh I see...yea I'm more familiar with Java so I'll go for C# then Cool thanks David Jewels, It is all a matter of personal opinion. What is your background If most of your experience is with VB6, then go with VB. However, if you come from a C/C++, or ...Show All

  • Leo13 URI's without the http://

    Is there any way possible to create a URI out of a string such as "www.somesite.com" without the http From what I understand not having the "http" should make that string an invalid for creating a URI. But it seems like somehow the phone is can create these through the contacts address book. What I"m trying to do is access the WebPage property from a Contact through Microsoft.WindowsMobile.PocketOulook API which returns ...Show All

  • HexDump CheckBox in DataGrid for Smart Device

    Can anyone please tell me how to display a CheckBox in a datagrid column on Smart Devices using VS 2005 B2 & Windows Mobile 5.0 Pocket PC SDK   It appears as though the DataGridBoolColumn colstyle is missing from this release... or is it not supposed to be there, or     DataGrids don't support editing at all on PPC or SP devices, so checkmarks aren't supported either. Neil ...Show All

  • rwolinski System notification in Inbox

    My application, running on WMv5, is running a provisioning file to add a configuration to Comm manager via ShellExecuteEx. Everytime this is done, a new System Notification email appears in the device Inbox indicating the success or failure of the provisioning. Is there a way to prevent getting these System Notification emails Here is the code I'm using: TCHAR szVerb[]={_T( "Open" )}; SHELLEXECUTEINFO exInfo; mem ...Show All

  • san1t1 Problem connecting to the internet from my Emulator

    I have Visual Studio 2005. I have created an ASP.Net project (also using VB.Net). When I do "Connect to device" poket PC emulator and then go to any web page using the internet explorer - it says cannot find the requested url, followed by a message about the modem not being set up. How can I first of all connect to the internet from my Pocket PC Emulator and secondly, how do I connect to my default.aspx web page using the emulator ...Show All

  • StanScott asp.net control led

    I need help, how do I enable my asp.net webby to control leds via parallel port I need to turn on and off leds upon clicking a button. i think this article can help to you http://www.codeproject.com/csharp/csppleds.asp df=100&forumid=21021&amp;amp;amp;amp;exp=0&select=1050691 this article from Levent Saltuklaroglu some articles of his are starter one You should ask in ASP.Net forum: htt ...Show All

  • Lord of the Idiots Is there no BackgroundWorker Process in the C.F.?

    Is this true I can't find it under teh Components tab in VS... Thanks Tryst Ok - thanks for the replies. Tryst Yes, .Net CF doesn't support BackgroundWorker, this class is only supported by .Net framework 2.0, For more read about this class at MSDN ... Thanks for the links, Daniel! So nice links. Tryst This class is unavailable on NETCF. You can use OpenNetcf.org equivalent or start worker thread yourself. ...a ...Show All

  • fbg111 ComboBox.DropDownStyle CF 2.0

    Hi, According to the MSDN documentation, ComboxBox is supposed to support the DropDownStyle in CF 2.0. The property is not visible in the PropertyGrid for a form that is part of a C# Smartphone app. The property also does not appear in the intellisense dropdown list. However, if you enter the property manually it is recognised. I tried to type in the property manually and set it to ComboBoxStyle.DropDown but i receive the dreaded NotSup ...Show All

  • chue Performance issues - Direct 3D Mobile

    Over the last couple of days I've been looking at Direct 3D Mobile but I must say that I am a bit disappointed on the performance. I've been running some of the samples located on msdn2.microsoft.com and the frame rate is real low. When running the Fixed Point Math Lightning example (having removed both walls AND the animated mesh) I get a framerate at about 0.32 both in the emulator and on the real device. I get about the same frame ...Show All

  • Ivan Giugni Help - Error in RC1 that was not in earlier CTPs

    Hello.. We have have .Net Compact Framework application that we moved to RC1 a couple of weeks ago.  It would build and deploy fine.  Now when I attempt to deploy I get several errors like the following: System.NotSupportedException was unhandled  Message="System.Drawing.Bitmap"      This message occured at this statement: Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawi ...Show All

  • Rivaaj application does not appear in 'Remove Programs'

    with VS 2003 I used to build the CAB files manually. Now I'm using VS 2005 and I'm trying to build a CAB file with it's built in process. I've managed to build one and installed my application. But I'm not entirely sure what i need to do in order to create a shortcut to it in under 'Programs' and dont know how to make it appear in 'Remove Programs'. Thanks. Do you see it in emulator Are you using /nouni ...Show All

535455565758596061626364656667686970

©2008 Software Development Network

powered by phorum