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

Software Development Network >> Smart Device

Smart Device

New Question

A problem about the menus in Smartphone 2003
Make CF.NET 1.0 Application with VS 2005...
urgent: event sent from thread doesn't reach WNDPROC
Should it be possible to distribute *.asmmeta.dll's?
deployment to mobile device
Directory.Exists not reliable?
Toolbox items for CompactFramework
Keyboard driver modes - How would one implement two diff behavior?
ActiveSync 4.1 and Saving/Restoring
why SetCommState error 87 ?

Top Answerers

Steve St.Jean
beedub80
FoxP
somewww
krog
Joe2007
Jayakumar A
bialguos
Sairam_1974
ananda vardhana
Ektron CMS400.NET
Only Title

Answer Questions

  • MING LV Network connectivity problems

    On my Windows Mobile 2003 Emulator, I can access the internet from the browser but I can not connect to my network.  I found an older post that described my exact problem ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=101163&SiteID=1 ), but the thread did not seem to get resolved.  I am using ActiveSync 4.1. Any suggestions -Kevin Am I the only one experiencing this pr ...Show All

  • serhio update date in .net compact framework[vb]

    hi all, I m using the datetimepicker control to display the date and time[assume user din modify it] ...but dont know how to update it...Can it be done by using a timer Can anyone show me the code Thanks in advance!!!   Hi there, I assume update a custom clock control (as the DateTimePicker) through the Tick event of a Timer is the easiest way to synchronyse your clock with the system time. I do that but ...Show All

  • T111 Where are the toolbox controls for PPC

    Hi; I've installed VS standard 2005, i work ok with Windows Forms, i've already installed 3rd party software and it appears in the toolbox. But when when i create a new project for PPC 2003 SE the form appears Ok, but the toolbox is empty, it just shows a message 'there are no control, drag and drop controls to the toolbox....' I can list or view all the controls for Windows Forms disabled, but for PPC no ... In VS 2003 it never happ ...Show All

  • gurminder Folder level Security

    Can we provide a folder level security on a PDA having Windows Mobile 5.0 version installed on it. Please reply asap. What is the standard encryption method that needs to be followed in our application for Compact framework. Dot net Framework may provide a lot of encryption methods but all of them might not be available in compact framework. There's a number of methods ava ...Show All

  • shaktipravesh Design time custom controls in visual studio 2005 beta 2

    Hi everyone I am currently trying to upgrade my .net cf 1 custom controls to .net cf 2 for the project I am working on and I am having some trouble.  I have watched the webcast by Scott Smith and Xin Yan on the topic which was excellent, but my troubles arise when I try to add a custom designer.  I have added a new desktop class library to my solution like in the webcast which has my designer classes in and signed it and added to the ...Show All

  • Gangadhart Network & Internet Connection in Device Emulator

    Hi, I facing a problem to connect device emulator to local area network and internet. I manually set the ip, subnet, gateway and dns for NE Network adapter, However i still couldn't connect to network. My enviroment as below: - Running on Virtual PC SP1  - Host OS - Windows XP SP2 - Guest OS - WIndows XP SP2 - Host Network Adapter - VIA Rhine II Fast Ethernet Adapter - Device Emulator - Pocket PC 2003 2nd Edition - Visual Studio.NET 20 ...Show All

  • stevencbk Upgrading from Beta 2 of VS 2005 to RC / RTM Version - What device device developers should know

    We were looking at some scenarios where as a device developer you had VS 2005 Beta 2 on your machines. Then you decided to un-install Beta 2 and install RC candiate. There are a few things you should be aware of. 1. If you had installed the DMA Transport Update , please make sure remove that before you un-install anything else to clean your machine. We are also in the process of adding removal of this Patch to the un-install tool tha ...Show All

  • saif device emulator is not starting in windows 2000 with sp4?

    device emulator is not starting in windows 2000 with sp4 why not please help The DeviceEmulator does not need "/execute" in boot.ini (and in fact, that option is new for Windows XP). Can you please give us specifics about how the emulator fails to start. Does your machine bluescreen, or does the emulator put up an error dialog etc. Thanks, Barry tell the errors however you ...Show All

  • Sarah Brian Monitoring Wirelss Accesspoint that a PDA is connected to

    Is it possible to track the Wireless Accesspoint that a PDA is connected to My web based application should keep track of the current Wireless AccessPoint that the PDA is connected to and log if a user moves from one access point to another. There is no way in the Windows Mobile platform to track the connected (or visible) access point. In Windows Mobile 5, the State and Notification Broker does provide a way to access the SSID of the co ...Show All

  • savage650 Showing a form over the PPC Password screen

    I'm developing a Pocket PC app that runs at defined times, the device I'm testing on (SPVM500 or HTC Magician) has the Password configured to 'lock' the device after a number of minutes. I'd like my app to be able to display its main form over the Password screen, without the user unlocking the device first. Currently if the device is locked the app runs fine but the form is not shown untill the password (pin) is entered. Is this possibl ...Show All

  • KPMA-JKO Windows Mobile 5.0 Developer Resource Kit

    Windows Mobile 5.0 Developer Resource Kit is available for Order. Please see http://msdn.microsoft.com/mobility/windowsmobile/howto/resourcekit/default.aspx What's inside the kit Tools and Technologies Visual Studio 2005 Professional Edition (90-day trial)* Windows Mobile 5.0 SDKs for Pocket PC and Smartphone ActiveSync 4.1 .NET Compact Framework 2.0 Localized emulator images and other useful developer tools SQL Se ...Show All

  • DBurns My Pocket PC IE browser does not read XML files!!!!

    Hi all, When I uploaded an XML file from my PC to my Pocket PC and tried to open the file with the pocket pc IE explorer, it gives me a blank page, and doesn't show me the contents of the XML file, is there any known issue that I don't know regarding this problem Thanks in advance.. Thanks alot jmk, that worked..... No, I can't work with XML file and datasets, when I tried to ...Show All

  • A.G Returning to application after being in background

    Weird behavior happening with simple application when hitting the home key and returning to the application.  Application consists of a main form and another form call it Form1. So it looks something like this: public class MainForm : System.Windows.Forms.Form { public MainForm() { ... form1.Click += new EventHandler(form1_Click); } ... private void form1_Click( object sender, System.EventArgs e) { myForm1 = new Form1(); myForm1.Sh ...Show All

  • nagual how to list all the subfolder in a folder?

    can anyone tell me how to code list all the subfolder in a folder the folder path is already set and cannot change by user! user only can select the subfolder and view the file inside it. this will add all sub folders to a listbox DirSearch("\My Documents\") Sub DirSearch( ByVal searchDir As String )         Dim dir As String       &nb ...Show All

  • C# nb Connect with GPRS programatically for Pocket PC Client application

    Hi All, I am developing Client Server TCP/IP based application in VB.Net. My Client Application is Smart Device application and going to be run on PDAs. This Client Application will connect with my server via TCP/IP using sockets. My Server Application is win form based application and going to be run on our server. Problem: { My Client Application needs GPRS to be connected. So, if GPRS is not connected, we have to do it manually. I am looking ...Show All

454647484950515253545556575859606162

©2008 Software Development Network

powered by phorum