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

Software Development Network >> Smart Device

Smart Device

New Question

Please help me, problem to stop Thread with Socket.Receive (CF2)
Start a process just one time ?
Handling HotKey Presses
Re-Distribution of emulator
Services.exe or another method
How to connect the Pocket PC to the Internet through the cradle?
Connection to SQL Server 2000
Pls give me some advice!
MSDiscoCodeGenerator failed
Specifying Additional Deployment Files

Top Answerers

Hemant Kumar
Mukhpreet
alexsalo
Jakin
iSUBBU
RayD - MVP
mlindemu
Loanarranger
Gkl
Mark 2334
VisualBasic.Developer.Resource
Only Title

Answer Questions

  • Bene Really need to increase main memory

    Currently the emulator allocates about ~25MB of memory (storage+progeam). Storage isn't a problem since I can emulate a storage card. However 20MB of program memory is not enough for some of the applications I'm testing. Is there a way I can increase the program memory to about ~40MB Thanks in advance for the help. :) Thanks but where do I add /memsize 128 and how do I get the command line Again, I'm not us ...Show All

  • Martin Roller Committing changes to dataset.

    Well I currently have multiple forms. On one from I make changes to the dataset and access that data later but on the next form the data is back to its original value. Not sure if i am really saving the changes correctly. I have tried .beginEdit() - .endEdit(), .AcceptChanges(), .Update() to attempt to save the changes. I am starting to think that I may not be saving the changes correctly because if the changes were saved accessin ...Show All

  • flipmode How to increase RAM size in Emulator V2?

    In Microsoft Device Emulator V2, File->Configure->General. Both the OS image name and specify RAM size check box are disabled. Can the RAM size be increased to 256 in Emulator V2 Can you please describe how you increased your RAM on emulator V2 Appreciate it. The RAM size UI is disabled while the emulator is running (in both V1 and V2) because Windows CE doesn't su ...Show All

  • thinhbui Cannot install VPC Network Driver!

    I installed VS 8 and WM PPC 2005 SDK to run PPC2005 emulator. But it would not allow me to do File->Configure->Network->Enable NE2000 PCMCIA network adapter and bind to: which led to an error dialog window "Failed to open the VPC Network Driver. Verify that the driver is installed, or install the driver from the Web download location at http://go.microsoft.com/fwlink/ linkid=46859" When I followed the link and trie ...Show All

  • gabrielAtIris PocketPc screen tap event

    Hello, i want to show some information when the user tap the screen which event i need to override in order to do this Thank you in advance Dror. in the form events there is a mouseDown event use this to capture coods of the screentap ...Show All

  • antoniomax 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 My problem is slightly different: "Error: The saved state file is ...Show All

  • Sunil.Waghmare native exception while running program on PocketPC

    This program displays a form and on clicking a button should display current battery level on the Pocket PC. Its in C# using .NEtCF 2.0 However, on executing on the device it says native exception has occured and quits. Please help. Here's the code: form1.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System. ...Show All

  • denis1900 Exception on Real Device

    Hello My app runs fine in the Emulator but on the real device Ii get an exception (after a while and as I know so far not reproducable) the Error is MYApp.exe ArgumentException Value does not fall within the expected range. at MISC.HandleAr() at Form.ShowDialog() at MainForm.XXXX_ServerStoppedMeasurement() ...   The MainForm.XXXX_ServerStoppedMeasurement() does the following:        priva ...Show All

  • aravinda.kishore 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 Thanks !!!!!!!! You can get the character code by casting the character to the Int32. The XOR operator is ...Show All

  • tlemcenvisit .NET CF Application - Will it run on all .NETCF Processors without recompiling?

    I just need some clarification here. Correct me if I am wrong.  A .NET CF app that has been compiled to "byte code" should be portable across all .NET CF supporting devices   IE: ARM/x86 etc. I shouldn't need to recompile it to each of these devices.  Is this correct Thanks! That is correct. Correct again. Not only NETCF is a subset of a full framework, there are some NETCF only classes, e.g. in Micro ...Show All

  • amreg Stop connection balloon?

    Hi Guys, Anyone know if it's possible to hide or stop the connection balloon from coming to front My app dials a GPRS connection but this causes the balloon to appear on the screen until it's connected. I'd really like to stop that happening. Thanks John Have a look in the Sounds and Notifications menu under Settings. That's where most of those notification balloons can be enabled/disabled. ...Show All

  • ejaz XML or AccessDB

    Hi, I have a question. I must create an application in VS2005 for PocketPC2003 . In this app i must manage a db. In this db i have (two tables : first table is a peoples list(2000 record), second table is a city list( 40000 record)). In this apps I must find, order, insert , delete and update records. What do i use for this XML file or AccessDB Thanks Alessandro Graps Thanks. I have a desktop app. I must syncronize the Pocket db with de ...Show All

  • Peter Mutli Deployment

    Hi, I would like to deploy my VS 2005 CF2.0 Pocket PC application but I don't know how. I found a good article called "Developing and Deploying Pocket PC Setup Applications" at http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/netcfdeployment.asp  which decribes how to deploy VS2003 Pocket PC applications but I'm struggling to apply it to VS2005.  One issue is VS2005 seems to be missing "Build Cab File ...Show All

  • firehawk Imege in a button

    It’s posible in this vesion add an image to a button thanks NETCF does not support the backroung image property for buttons ... but you can always create a custom control. Check out http://winfx.msdn.microsoft.com/library/default.asp url=/library/en-us/dv_fxnetcf/html/b26fdec0-334c-446f-8a37-a2f5eb02d5e6.asp I think you should just be able to use the one above. I know there are a whole bunch of the ...Show All

  • coolio999 VS2005, adding an InputPanel to CF custom control.

    I have derived from DataGrid to make an editible datagrid.  All is well and it appears in designer and I can add it.  I decided that I want popup input panels so I add Microsoft.WindowsCE.Forms to the reference list and add the 'using' tag.  As soon as I decare InputPanel ip; in the class, when I try to go back to main project and view it in designer ( the custom controls are already in place), it claims that my class no longer ha ...Show All

737475767778798081828384858687888990

©2008 Software Development Network

powered by phorum