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

Software Development Network >> Smart Device

Smart Device

New Question

sql connection error
Connecting to pocket PC from Server using GPRS
pocket pc c++ compiler ... strange things
Problem with setup and use a GPRS RasEntry...
SSL Stream
a beginer question
batery state
private font
SerialPort problems
Updating UI from thread: Control.invoke()?

Top Answerers

KDog
GREESH KUMAR MAHESHWARI
Peter Hogg
Tina Tam - MSFT
IanMixxxqqq
John Stallo
Roman Belousov
Tico1177
Sir_K
Abort Syntax
Search Engine Blog
Only Title

Answer Questions

  • William Vaughn Program Size / Memory Issues

    In trying to convert our software from eVC4 to VS2005, I have noticed that the size of the compiled code is larger for VS2005 compiled for WM5.0 Our software was close to not having enough application memory on a 2003 device and now I'm wondering if converting it to 2005 has pushed it over. Here are the current program sizes: Release version for 2003 : 4015 KB Dubug version for 2003 : 7886 KB Release version for 2005 : 5267 KB Debug ve ...Show All

  • Srini A Graphics application slow after converting from 2.0 to 1.0

    We are working on a graphics application. We simply create a form (maximazed) and OnPaint we draw to an ofcreen buffer and OnPaintBackground we draw the ofscreen buffer to screen. We run a timer that ever 44(millis on our case) calls an update rutine which calls Refresh() at the end. This was working great with Compact .Net 2.0 the frame rate was no problem. Because few devices have 2.0 intalled and we don't really use any of the features ...Show All

  • Fafa Sql Server CE Licencing

    That licencing SQL Server CE is free when not connecting to a SQL database, and when a copy of Visual Studio .NET is used to write the application (not the embedded VC++ as discussed in the EULA). Is it possible the EULA is too old to include the newer .NET Thanks, Jeff The real issue is I'm in the design phase, and wanted to ensure I was choosing solid paths. Thanks again for the info. To use SQL CE with .Net you'd need VS 2 ...Show All

  • casali-andrea /GR- cl.exe option causes WM_INITDIALOG not to fire.

    Project->Properties: Configuration Properties/C++/Language: Enable Run-Time Type Info = No (/GR-)  causes WM_INITDIALOG not to fire when invoking DoModal() for a dialog instantiated from within OnInitialUpdate() of a single document MFC application (i.e., from within OnInitialUpdaet() for a subclass of CView). Compiling with /GR does not produce this problem. To reproduce this, use VS2005 to create a single document app, use the IDE to ...Show All

  • Lewis Christie WaitHandle (IDisposable)

    This is more a question out of interest than an issue really. In the full framework and in CF 2.0 the WaitHandle hierarchy implements IDisposable but in CF 1.0 they did not. Was WaitHandles implemented different in the old Compact Framework You are right that in CF 1.0 the WaitHandle class did not implement IDisposable, but in 2.0 (to maintain compatibility to the desktop behavior) of this class we decided to ...Show All

  • empire29 Aligning the Text on a Button Control (cf 2.0)

    Hi all, is this at all possible Or do I have to created a Custom Control Thanks Tryst > Do you know of any tutorials that explains > the code that you have provide in your post Is there something in particular that you're not sure of > Also, could I use suimilar techniques to, > for example, apply borders to a Label Controls Yes, it should work. The code at the link below has been tested on a Panel but it should wor ...Show All

  • Flopik Visual Studio 2005 Beta 2 - Emulator problem

    Hi! I've got a problem and wonder if anyone else has it (and has resolved it ) My problem is as follows .. I create a new device application and try to run in in emulator.. the emulator starts just fine, but it won't connect to it! At all! The error is "Connection failed. The system cannot find the path specified." Thanks in advance, Tadej There are two possible directory where you might have older save-stat ...Show All

  • o6619 RDA

    Is it RDA only use for pulling the data from sql server to the sql server mobile can RDA pull data directly from sql server then directly display on the mobile screen http://www.opennetcf.org/library/OpenNETCF.Net.html OpenNetCF is an opensource community for Compact Framework development. As part of the their library they have a network support facility which can get signal strength of access points ...Show All

  • Artyom Save the state in the Windows CE Emulator

    Is it possible to save the state in the Windows CE emulator run from Platform Builder > Target > Attach to device, so I don't have to upload all files and change the settings everytime I detach from device or close Platform builder Is the only way to start the emulator to do it via attach to device in Platform builder I don't want to use the trivial emulator which doesn't contain my image, with web server and all. ...Show All

  • Michael Stokesbary Sharing Dlls

    Is there a way that I can use the same DLL in .NET desktop application and a Windows CE (.NETCF) Smart Device Application All development is in VS.NET2003 All the DLL does is perform data manipulation and update SQL server. There is a lot of code and I'd hate the thought of having 2 different DLLs that do the same thing. Since CF is a subset of .NET, I built the DLL in Smart Device Application/ClassLibrary But when I try to refe ...Show All

  • Aksi- Form.Close does not close form, instead changes from modal to modeless

    When I call Form.Close for a modal dialog, it changes the dialog to modeless and does not close the form (until I call Close again). This is the CF 1.1 and the strange thing is, this ONLY happens on the emulator. On the real device, everything works as expected. I've tried WinCE 4.1 and 4.2 images on the emulator with the same problem. The real device (which works) is running 4.2. If you want to close a modal ...Show All

  • smith_a database entegreted

    hi i am mehmet my questions about smart device applicaton database connection i am writing code about smart device connection database but i want to entegreted my computer database (sql server) with pda database for data. data transfer from pda database to sql server on my computer thank you Hello Mehmet, I didn't completely understood your question. Did you want to sync your PDA database with your database on ...Show All

  • SvenL could not find a part of the path '\C:\Temp\001.jpg'

    Dear All: I met a problem to need your help. In device application project, I want to open files using f_srm = new FileStream(@"C:\Temp\001.jpg", FileMode.Open); But come back with error "could not find a part of the path '\C:\Temp\001.jpg'". I have checked that the file "C:\Temp\001.jpg" is existing in my PC. I am not sure the reason of this error. Really hope sb can help me out. Than ...Show All

  • nevelshute Help I cant find any docs regarding SendOrPostCallback delegate!

    Using wsdl.exe i have generated a SoapHttpClient(SOAP) proxy class. I turns fine, i had my .cs file but when i build my Pocket PC 2003 project in VS.Net 2005 Beta 2, it alwasy tell me this error: Error 129 The type or namespace name 'AsyncCompletedEventArgs' does not exist in the namespace 'System.ComponentModel' (are you missing an assembly reference )  Error 130 The type or namespace name 'SendOrPostCal ...Show All

  • Jaap de Wolff Pick directories!

    in .NET CF 1.1, is there a way to show the Directory dialog to choose directories It appears there isnt, perhaps there is another good alternative Does anyone have this information I am creating my own using treeview but I prefer something more solid, than mine, from MS, or other close solutions What platform are you targetting For Windows Mobile (Pocket PC and Smartphone) there isn't a FolderBrowserDialog supported, but there ...Show All

828384858687888990919293949596979899

©2008 Software Development Network

powered by phorum