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

Software Development Network >> Smart Device

Smart Device

New Question

[C++][Windows mobile 2005][VC 5 beta 2]ShCreateMenuBar
Set system date in C#?
Native DLL, how can I deploy different DLL's based on device - IE: Emulator (X86/Arm/MIPS) etc
HttpWebResponse Hangs Subsequent Connections
Focusing on my running program
A ListBox inside a textbox
Compact Framework 2.0 & Windows Mobile 5.0 NotSupportedException
Windows Ce 4.1 project under VST2005
How do I know what files are required?
deploy a smart device application on

Top Answerers

dhanasekar
Queen of the desert
klahking
zuninet
wonderliza
B_Free
kunala
Realgar
Kiranboi
AlexFeinman
Manuali.net: Manuali
Only Title

Answer Questions

  • weichsel Reactivating a form

    I'm developing a application I had working on Palm OS in Pocket PC. The application receives character input from several bluetooth devices via callback routines. The callbacks themselves seem to work fine but once the callbacks have executed I can't seem to display anything in the controls of the form that was active when the callback fired. I can activate several events on the form from the callback, and execute code in the form's event, but a ...Show All

  • Marian Pascalau Setup and Installer Package

    I have developed CF2.0 application and did CAB Project and MSI installer package to deploy. I do see lot of downloads on my application but all the downloaders are disapppearing after download. I accidentaly found the reason that, when they try to install my Compact Framework 2.0 application with the supplied Installer the installer asks for .Net Framework 2.0 to be present in the Desktop since my application and Setup projects were ...Show All

  • Vincent Fournier Help, How to Include CheckBox Control In Column of DataGrid?

    How to Including CheckBox Control In Column of DataGrid Like this :http://www.msale.net/resco/images/smartgrid_overview.png The DataGrid Control In .Net Compact Framework no Events like in .Net Framework. Or use ListView instead. If you want to be able to bind the data to it, take a look at my blog entry: http://blog.opennetcf.org/ayakhnin/PermaLink.aspx guid=e2e7f6d3-c356-473f-87d2-127fb54ec531 ...Show All

  • Stuart Harris Cannot connect to Smart Device via Activesync

    I am trying to debug my application on the target device. I can connect using Activesync, and copy files back and forth. I can even run the application there. However, when I attempt to connect to the device using Activesync, it always fails. I have followed every example I could find, and I have had no luck. I have gone as far as I can with this application without being able to debug on the target, so I am absolutely desperate. I am on my knee ...Show All

  • Maersa Pbm with windows mobile 5

    Hi, I already tested my apps with DELL Axim Pocket PC. Working fine. When i try to run the same apps in DELL Axim x51,Getting an error like, need to update the version. I'm using VS2003. I used ARM cabs in PPC. So, Install the same in DELL X51. I couldn't run the apps. What updates need to be done Which CAB i need to install here Thank U! WM 5.0 devices have latest version of NETCF V1 i ...Show All

  • DesDesDes Learning the .NET compact framework

    Hey, I am having a hard time finding resources on programming for the compact framework.  Does anyone here have any good resources. Jan has it covered. Personally, I really love the .NET CF as you will find, as I did when I started doing this work, then there is a lot missing in the 1.1 .NET CF! Also, check out the OpenNETCF wiki. We have a collection of links to .NET CF-related blogs (which are a invaluable learning resource, ...Show All

  • Jiang_ZZZ VB development for PocketPC 2003

    Does anyone know of a way to write a full screen app for the PocketPC using VB. Once kind person responded to my previous thread but it looked like the examples were in C. I want to maximize the use of the screen by using the whole PPC screen and also lock the device down so that the user can only run my application. I realize this may be the same question posed in a previous thread but still seeking direction. Thanks. ...Show All

  • imaginative_moin Activesync fails to sync after installing vers. 4.0

    Hello to all,  I have upgrade activesync from version 3.7.1 to 4.0 in order to deploy my application in VS2005 beta2 to the device. After doing that, activesync stops to work: although the AS icon show connection (green) when the PDA is in the cradle, is is not possible to get the main screen of activesync ; and, when trying to explore the device, I get the following error window:  " Critical communications services have failed to ...Show All

  • DLGrubb WM5 on ipaq: Widcomm vs MS BT stack

    Greetings, I'm developing a BT application with VC++, but it turns out that the ipaq hx2795 that's my target is using the Widcomm stack, not the MS stack. I found this out when the MS SDK BT sample code didn't run so good. :^) 1) Can I replace the Widcomm stack with the MS stack Where do I get the stack 2) I know I can write code using virtual com ports, but my app needs to initiate and close down the connections. My understanding is th ...Show All

  • zookeeper Creating controls on the fly is very slow

    Hello there. I've got an application whereby I'm creating a user interface on the fly, creating survey sections with questions, and responses (such as radio buttons, checkboxes, etc) at runtime.  The client is simple, as this survey engine does most of the work. Running this on a laptop/desktop on .net framework 2 has fine performance, running the same code on a PDA running Mobile 5 on Compact Framework 2 has terrible performance.  ...Show All

  • Geeshan Returns the ordinal value of an ordinal-type expression

    In Delphi there is a function for Returns the ordinal value of an ordinal-type expression. function Ord(X); Description X is a Delphi ordinal-type expression. The result is the ordinal position of X; its type is the smallest standard integer type that can hold all values of X's type. Is There a function in C# Can you help me i must traslate this delphi code in C# function Crypt(const strText: PChar; const intKey: integer): PChar; var i ...Show All

  • Josh Kinder EVC4 SP4 MFC VariantChangeTypeEx Bug

    Create a new MFC program. Add a new Menu.  Add a handler for the new Menu Item w/ the following code.    CComVariant s(_T("100"));    CComVariant d;    HRESULT hr = VariantChangeTypeEx (                      &d, &s,                ...Show All

  • cc3078 batery state

    How can i get info about batery state of device Check out: http://blogs.msdn.com/davidklinems/archive/2005/02/10/370591.aspx ...Show All

  • shunm_ms Windows.Forms.InputLanguage not available in CF 1

    ' The following, tested on Windows, doesn't respond to changes in the language setting: ComboBox1.DataSource = System.Threading.Thread.CurrentThread.CurrentCulture.DateTimeFormat.MonthNames ' This doesn't respond to the current languate setting either: Dim di As New System.Globalization.DateTimeFormatInfo ComboBox1.DataSource = di.MonthNames() ' This works fine, but I don't want to hard-code the language: Dim ...Show All

  • Cristian386 datagrid cannot change content?

    I binding a datatable to a datagrid control: datagrid1.datasource=datatable1 when I change the datatable, the datagrid cannot change content what's matter How do I do Sorry , I made a mistake. It can work well. Thank you. Ilya Tumanov DataGrid should reflect changes to the bound DataTable, but not to the data base this DataTable was populated from. Please post some code so we could see what you doing. ...Show All

343536373839404142434445464748495051

©2008 Software Development Network

powered by phorum