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

Software Development Network >> Smart Device

Smart Device

New Question

No sysmbols have been loaded. .NET 2.0 PPC
Cab Project - lnk files for help
Emulator Flash Memory File
Get notified when application loses focus
Interaction with bluetooth headset
Camera settings registry key "flash"
Windows Mobile 5.0 - VS 2005 Designer Issue
How to connect the Pocket PC to the Internet through the cradle?
Performance issues - Direct 3D Mobile
Not enough storage is available to complete this operation

Top Answerers

Christian Reinholdt
BigCountry
m.singh
dsani
Jalaj Chhalotre
Rices
TomazZ_
SROSeaner
sivakumarhtsl
srinidhi
Using W3C
Only Title

Answer Questions

  • anzrul SqlDataAdapter

    I am upgrading a app for a smart device using VS 2005 and CF 2.0. I can not find the SqlDataAdapter in the SQLClient namespace. Was it removed in CF 2.0 or do I have the wrong assembly. I'm using System.Data.SqlClient that was shipped with MS Sql Server 2005 Mobility Edition. Thanks It was not removed so you have a wrong assembly. Please make sure you have a reference to correct version of System.Data. ...Show All

  • SaravanaKumar NETCFSetupv2.exe

    I am having trouble installing NETCFSetupv2,exe to update a treo 700w to the .netcf 2.0. As the install is taking place, I get the error Application Manager can't install this application to your device due to an invalid setup file. I am not even sure if I need this installed on the new treo 700w I am only installing becuase I have tried to run an application I just wrote with MSVS 2005 and I get the error that this program needs a newe ...Show All

  • Sanko Change Button Text Size & Font

    Hi Everyone, I'm simply trying to change the size of the text within a Windows Mobile 5.0 MFC device button. In Windows CE, buttons usually have a standard font and text size. I am not able to change the text size of the button or it's font. The following is a quick snippet of what I'm shooting for: // Create fonts CFont theFont; LOGFONT lf; memset(&lf,0,sizeof(LOGFONT)); lf.lfHeight = 20; // Request a 100-pixel-height font lstrcpy(lf.lfF ...Show All

  • Grateful UDP networking on Verizon Wireless

    We have some client server apps utilizing UDP protocol on Verizon Wireless under the BREW platform. They work beautifully on that platform. We are now beginning to port them to Pocket PC with Visual Studio 2005. Everything works beautifully in the emulator, including the UDP connections. However, when I get on the device (Treo 770w to be specific), it seems that the UDP traffic never makes it to our servers. TCP/HTTP are working ok, but there is ...Show All

  • consultutah How to connect emulator folder to Desktop folder

    We use VS2003 compact framework & PocketPC 2002 emulator. We have installed VS2005. Now we are trying to connect PPC 2003 emulator to desktop we are not able to find out ways. We have also installed MSactivesync 4.1. Please let us know the steps in detail to connect PPC 2003 folder to desktop folder using VS2005.   Manish   Please enable shared folder using Device Emulator -> Fi ...Show All

  • wossname is there any news for WM 5.0 emulator download ?

    Is there any new progress for WM 5.0 emulator i need it to test active-sync thanks It is available for download and as part of VS2005. The images come as a separate SDK download. Thanks, Vladimir We are currently working on making the V2 Preview and the VS2005 RTM versions available for download. I apologize for the delay. The download links will be posted on this forum. Thanks, Vladimir Is that i ...Show All

  • Pavan kumar Fullscreen Form

    Hello Working with .net cf 2.0 The Problem: I start an Application with a Mainform. Inside the Mainform i start another form which should work as a "Welcome Screen". I want it to be fullscreen with a background picture. So i derived my own form, overrides the onpaint and onpainbackground method set the WindowStyle to Maximized, disable the Minimize and Control Buttons Set TopMost to true. But when I show it,  it displays the taskbar/ ...Show All

  • SanjeevBhatia Unable to Register COM/Activex in Windows CE .NET Emulator

    Hello Sir,     I want to register "OCX" control in Windows CE .NET Emulator. For that i copied "my.ocx" into the emulator. For registering, i opened command prompt and  executed the command "regsvrce my.ocx".But i am getting the error "can't execute regsvrce.exe". How to solve this problem I need your help. Please  Hello Ganesh Sysmix I have an question about regsvrce.exe : which product cantains ...Show All

  • davidc20 Time comparison

    Hi Can somebody teach me that given 2 time for example: lblstarttime.text = now and lblendtime = now, how do i compare them in term of days, hour, minute and second DateTime date1 = DateTime .Now; DateTime date2 = DateTime .Now; TimeSpan span = date2.Subtract(date1); int days = span.Days; int mins = span.Minutes; int secs = span.Seconds; ...Show All

  • Badgeror Fullscreen Form

    Hello Working with .net cf 2.0 The Problem: I start an Application with a Mainform. Inside the Mainform i start another form which should work as a "Welcome Screen". I want it to be fullscreen with a background picture. So i derived my own form, overrides the onpaint and onpainbackground method set the WindowStyle to Maximized, disable the Minimize and Control Buttons Set TopMost to true. But when I show it,  it displays the taskbar/ ...Show All

  • BijuMelayil conversion from CString to UINT in mfc, vc++

    hello everyone i have an mfc smart device application in which i need to convert a CString object to UINT type. could anyone tell me if this is possible and ifyes how do i do that thanks in advance sumalatha Try using _ttoi macro. An ex could be CString x; int num = _ttoi((LPCTSTR)x); Hope this helps Ok i thought you want to convert a number wi ...Show All

  • Upsetian Updated images for Windows Mobile 5?

    Does anyone know when or if the Windows Mobile 5 images included in the Pocket PC or Smartphone SDKs will be updated I suspect the versions in the SDKs are not the same as the versions included with WM5 devices. Thanks, Frank Microsoft never provides downloads like this. You see, Microsoft ships OS and OS updates to OEMs who manufactured your device, it's up to them to make necessary changes, test results ...Show All

  • Rodcet Help! My CE C# Applications don't always start when you tap on them!

    Most of the time they do, but about one time in ten, when you tap on the application on the PDA, the application doesn't start up at all.  I'll stare blankly at the screen for a couple of seconds before tapping the application again and then it will start. Now before you tell me that I'm not tapping hard enough, I also have a second application that automatically starts a third application using InteropServices and CreateProcess\OpenProcess ...Show All

  • cell-gfx index class

    Hi, I need to create index file on text file, and i need basic functionality about searching an adding new records to text file and its indexing. Can you help me some class in .NET compact framework what can i use thank you. The codeproject.com has a few projects on that. ...Show All

  • PatrickJoyce Deploying VC++ Application on PPC2003

    Hello guys, i have a VC++ application that i want to test on my PPC 2003 emulator, when i press on F5 to deploy the application, the emulator starts and the status of deployment is set to success but when it says the emulator is ready i have nothing on the screen , i dont even see the laoding cursor on the ppc 2003 emulator screen and VS2005 quits the debug mode can anyone help please thank you What type of app you are runni ...Show All

202122232425262728293031323334353637

©2008 Software Development Network

powered by phorum