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

Software Development Network >> Smart Device

Smart Device

New Question

Visual Studio 2005 and Device Emulator Manager
Maintaining one visible form with CF2.0
Show() and ShowDialog() problem
Webbrowser Control - .net cf 2.0
coding on a pda?
Performance on requery of dropdown box populated by XML...
Some clarifications required in .Net
How to deploy an application developed in VS.Net 2005 Pocket PC 2003 into a device which has WinCe5.0
Is there a reason we can't link a .netmodule?
Hide File

Top Answerers

oiji2000
RLRTech
giorgos
stacybleger
Dancer John
belangereric
Nels P. Olsen
a developer
Tomy From Latvia
Zimdog
CORBA and
Only Title

Answer Questions

  • Mohit Gupta DPI scaling images

    I have an application that is a full screen "Form = maximazed" graphics application. If I compile under Compact .Net 1.0 and run it on a VGA device it looks fine but it is too slow. (Its fine on a XGA device). The sclaing i guess it very slow. I was hoping compiling it under Compact .Net 2.0 (since most VGA devices will be 2.0) would improve things. But even though I set the autoscalemode to DPI it does not seem to scale the form at ...Show All

  • Finzzownt CF 2.0 and VS 2003

    Hi, Is it possible to use compact .NET 2.0 framework with Visual Studio 2003 If so, where can I find information on how to setup VS 2003 to use CF 2.0 Thanks, Brian No, it's not possible. You need VS 2005 SE or above. VS 2005 SE is just $300 and it works side by side with VS 2003. That's not true! Install Netcf 2.0 on your device. Then put the file {your exe}.exe.config in the same ...Show All

  • Zim How do i Change other language emulator Image with VS2005

    Dear all I used other language emulator image that is ok for VS2003,but  with VS2005 is fail . Do someone know how to solve that ! Hi, Do you mean using 2003 SE emulator which  is not English in VS 2005 if so,i can suggest one method,as follows( take CHS (Chinese Simple Langeage) image as example): as we know, in VS 2005 (english),it cannnot install 200s SE CHS emulator image. on ...Show All

  • JSMARTIN Automatically scrolling to the bottom of a multiline textbox with scrollbar in CF 1.0

    Hi, Is there a way to automatically scroll to the bottom of a multiline textbox with a scrollbar in CF 1.0 I would like to generate the equivalent of "scrolling output" in my CF 1.0 application, and I am using a multiline textbox to hold the text that I would like to scroll as I add more text to it. Thanks, Mark Rejhon Take a look at this post By Alex Feinman: http://blog.opennetcf.org/afeinman/PermaLink,guid ...Show All

  • Daemon5577 [C# & C++] P/invoke

    I'm totally lost, this C++ code should work in a C# assembly but i get a "Missing Methode" exception :( #include "MyDll.h" MYDLL_API int fnMyDll() {     return 99; }   and the header file #ifdef MYDLL_EXPORTS # define MYDLL_API __declspec(dllexport) # else # define MYDLL_API __declspec(dllimport) # endif extern "C" {    MYDLL_API int fnMyDll(); }   then i wrapp all this stuff [DllImport("MyD ...Show All

  • GeoffNin gwes.exe errors - how to analyze?

    I am developing and testing a Windows Mobile 5 application. Occasionally, I get the screen "A problem has occurred with gwes.exe". How can I determine if the gwes.exe problem is related to my application, and if related, the nature of the problem (so I can correct) Thanks, Frank   Peter Foot wrote: What device are you testing on do you have cleartype enabled I'v ...Show All

  • praus Remote Kernel Tracker

    In eMbedded Visual C++ Remote Kernel Tracker is under the Tools menu. I recently started using Visual Studio 2005 and I can't find it, and other things. Where is it ok found it. But it doesn't seem to work correctly. It started and several small windows flash by to fast to read, appears to be exchanging info with the target. No data is displayed. Within a minnute or so I get an error message "The remo ...Show All

  • George B.S. connection string error

    [code]      Dim rdaOleDBConnectString As String = "Data   Source=WINWIN;Initial Catalog=HOME; " & _             "User Id=<username>;Password = <password>" [/code]   Error Message = A required property is not specified. [ Property name = SubscriberConnectionString ]   can anyone tell me what is the error by the way what is DATA source and Initial ...Show All

  • spike76 A 'simple' error handling question

    Hi Im trying to develop a simple program for pda but always i use error handling an error occurs and the program halts. I believed it was for doing very complicated things but it happens also in an example like this: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click     Dim a     Try       a = 1     Catch ex As Except ...Show All

  • Fahad Habib Synchronization of PIM databases on IPAQ filestore so data not lost.. I can't turn it off!

    I recently was cleaning out my IPAQ files to salvage memory. A choice appeared to save / synchronize my PIM data bases with the IPAQ filestore so it wouldn't be lost with hard reset. It seemed like a good idea. However, it synchronizes with each soft reset and takes 2-3 minutes. The ActiveSync sees the files as all new so a huge synchronization takes place with my desktop PC. How can I turn this off I can't find where the option is located. It m ...Show All

  • Ragh connection string error

    [code]      Dim rdaOleDBConnectString As String = "Data   Source=WINWIN;Initial Catalog=HOME; " & _             "User Id=<username>;Password = <password>" [/code]   Error Message = A required property is not specified. [ Property name = SubscriberConnectionString ]   can anyone tell me what is the error by the way what is DATA source and Initial ...Show All

  • trowe MissingMethodException

    Hi all, I converted my application from .net2003 to .net2005 .I am getting this error message. Error message: If a method in a class has benn removed , recompile any assembly that reference that library.(missingmethodexception ). can not find PInvoke DLL MessageWin.dll. So, how to recompile that assembly . Or how to resolve this situation. Take a look at this and see if it helps: http://wiki. ...Show All

  • luca82 non Modal Dialog problem in vs8?

    Hi, I create a class derived from CDialog, which i define method create so like in evc4++, i can make a non-Modal dialog. After that i use in my project, everything is good but i can't see the non-modal dialog i created. Can you have some advice can you add some code with this post Please double check that you don't have DS_MODALFRAME as one of the dialog property in your project's .rc file, it's ...Show All

  • _MS encryption on WM 5

    Hi all, I'm developing application that Send/Receive data to/from the server. I need to encrypt this data via AES encryption. my questions: 1. do WM5 CF2 app supports this kind of encryption 2. I didn’t deal with encryption in the past, where should I begin any ides, links, thoughts will be great J Oren. another question in that issue.. I’m trying to find out if there is a TLS ...Show All

  • samarrin Takes several pictures with CameraCaptureDialog ?

    Is someone succeed to takes several pictures with CameraCaptureDialog I can't succeed to do this, the windows don't close itself if I do a loop... CameraCaptureDialog cameraCapture = new CameraCaptureDialog (); string PhotoPath; String PhotoName; cameraCapture.Resolution = new Size (640, 480); cameraCapture.InitialDirectory = "\\Storage Card\\Report photos\\Photos en attente" ; cameraCapture.Title = " ...Show All

343536373839404142434445464748495051

©2008 Software Development Network

powered by phorum