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

Software Development Network >> Smart Device

Smart Device

New Question

Obtain sqlceresultset table schema with GetSchemaTable
Deleting a file in streight C
Loss of keyboard input
"AT+CSQ" in vb.net2003??????????
How to read an ini file
installing .NET CF 2.0 on a Pocket PC
Cant create Smart Device project
Help
WM5 Error:'EXE name' is not a valid Pocket PC application.
call the WIFI

Top Answerers

maheshbhide
Sne
TMacPhail
liujun
Greg Brewer
Priyanka63947
Manfred Bjorlin
keenan10000
Woodyone
M Landy
GTK+: GIMP Toolkit
Only Title

Answer Questions

  • hodge Adding CheckBoxes to a ListBox

    Hi, I am trying to add a checkbox to everyitem I add to a listbox. You used to be able to change the style of the listbox in VB 6 to 2-Checkbox, this is no longer avaiable. Does anyone know who this can be done Regards, James The CheckedListBox is not supported in CF. You can use a ListView and its CheckBoxes property. Works a treat, thanks! ...Show All

  • CetinBasoz How can I do this in .NET CF1? Is this possible?

    Anyone got a c# class that has autocomplete added Thanks! I derived a class from ListBox and have overridden the onpaint function. Any idea why onpaint in this derived control class never gets called Something i'm missing Thanks! using System; using System.Runtime.InteropServices; using System.Drawing; namespace search { /// <summary> /// Summary description for ListBoxExtender. / ...Show All

  • jpdev4 0xc00000fd exception when I navigate the WebBrowser to some address?

    I navigated the WebBrowser to some address on windows CE but it stops the program and 0xc00000fd exception occurs.Is there any way to fix it CF v2 is still in beta, so if you can reproduce it you should submit it as a bug: http://lab.msdn.microsoft.com/productfeedback/ ...Show All

  • Jan F evc++ 4.0 & Visual Studio Express 2005

    Hi, I have applications done in evc ++ 4.0 that work in Windows Mobile 2003, but now I need that these programs work in Mobile 2005. I install Visually Studio Express 2005 and I did a migration of evc ++ 4.0 to VS Express 2005 but on having compiled following mistake goes out: ...\ Include\afxver_.h (77): fatal mistake C1189: *error: Please uses the/MD switch for _AFXDLL builds Besides I did a project MFC Smart Device Application b ...Show All

  • jCarlisle STL in vs2005 beta2 for smartphone problems - help !!!

    Hi, I have an existing project coded with beta1 for gui/cf bits and a number of Dlls for low level network coding with evc. I'm trying to produce a combined project for both the managed and non manged code using beta2. The problem I have is that any inclusion of STL type usage (standard <list> <queue> etc) seems to cause link errors of error LNK2001: unresolved external symbol "public: virtual __cdecl std::exception::~exception(voi ...Show All

  • miki lior File overwrite problem in cab file on 5.0

    hey, guys I have a Dell X51, which is WM5.0. And I have built my cab file with CABWIZ.EXE. I have one file, I don't want it to be overwritten if the file is already there. So I use flag COPYFLG_NO_OVERWRITE 0x00000010, but, it only works for all my old handhelds. It does not work on WM5.0, the dell x51. I also tried to make the cab file in vs2005, but I can not find any place to set the file copy options. Does anyone know how to do this on 5.0 ...Show All

  • Kikesegarra Language Choose?

    Hi, If I want to use the .NET Compact Framework to develop mobile device programs, is the C#/VB the only lanuages can choose   Will the C++/CLI also workable in mobile devices And, could VC++ 2005 fully replace the eVC4 Thank you, Wei Xiang Thank you very much! Hi For Managed Code you can choose between C# and VB.NET. C++/CLI is not supported for mobile devices - ...Show All

  • MrYanda0 LoadLibrary() call fail.

    Hi, I developmented a DShow filter on smartphone and wanted to load it in my application. But it returned NULL when call LoadLibrary(_T("MyFilter.ax")). The error code is 7e. And I tried to use Regsvrce.exe to register MyFilter.ax, the error code returned is also 7e. However I explicitly put "MyFilter.ax" in "\Windows". I attempted to load another module, LoadLibrary(_T("aygshell.dll")) for ...Show All

  • anteriorsoft PVT.limited Controlling a device power state on XP

    Hi, I have no previous experience in device related development. My question: is it possible to control a device power state (more specifically, turn it on and off) on XP I found SetPowerState, which is only available for Windows CE, and various WMI "SetPowerState" methods that aren't implemented. If it's possible, then how Thanks, Osnat Hi Barry, Thanks, but I'm still a bit confused about how to do this. You wro ...Show All

  • Scott Coleman C1190 error when compiling...

    Hi, all, I am using Visual studio 2005 to make a Visual c++ project. I was trying to make a simple UDP socket and threading program. The device manager i am using is wm 5.0 for Smartphone, and wm 5.0 Smartphone emulator. Here is what I have in the header file: #using <mscorlib.dll> using namespace System; using namespace System::Threading; using namespace System::Data; using namespace System::Net; using ...Show All

  • Lord Weasel How to use ws-security in M2M embedded devices?

    We build telemetry applications and we are looking to design a Windows CE M2M gateway. The requirement is to make this remote device connect as a Web Service Client , but it needs to be secure. Is WSE (2.0 or 3.0) supported in CE are the tools and wizards available What should be the best turnkey security scenario   for remote CE devices that connect over Ethernet, Dial-up or even GPRS/CDMA The devices are known and might h ...Show All

  • walpa Embeddable Database As Alternative to SQL CE

    I'm looking for an alternative to SQL CE.  I'd like a quick simple DB which is written in C# (gives good portability) and preferably has SQL.  Has anyone found such a beast I've found SharpHSQL but it is VERY BROKEN. Any alternatives would be appreciated. Thanks!   why not SQL CE   ( problems with it ) I think there is a way to use Access -- "Pocket Access" I have not looked as of yet but a dbas ...Show All

  • nunodonato How to cast a byte[] to TimeZoneInformation struct?

    Have to programmatically set the correct time-zone. Reading the time-zone from the registry PPC2003 results in a byte[]. The time-zone struct for the Win32API has the signature: [ DllImport ( "coredll.dll" , CharSet = CharSet .Unicode)] public static extern bool SetTimeZoneInformation( ref TimeZoneInformation lpTimeZoneInformation); [ StructLayout ( LayoutKind .Sequential)] public struct TimeZoneInformatio ...Show All

  • Ravi D Japanese characters

    Hi, I am using Mobile web project to develop a portal to be compatible to J-sky (j-phone) emulator. I have to use shift_jis charset, as supported by device. I am using Microsoft IME 2000 7.0.1 to switch to Japanese language. Direct input mode works fine, I am able to input in japanese through Emulator. but when I switch to Hiragana or Full-width katankana or half-width katankana, characters are shown in the emulator, but on press enter ...Show All

  • yokee01 camera guidline

    Will anyone is able to guid me about camera developement I have two questions As WM5.0 support the camera api's but if i have the camera full specifications including driver and camera device api's then which way is easier to implement camera app 1. Using WM 5.0 api's 2. Device dependent api's Please give me the detail answer. I am new for WM thanks in advace But what if I dont want to use DirectShow and want to ...Show All

252627282930313233343536373839404142

©2008 Software Development Network

powered by phorum