Software Development Network Logo
  • .NET Development
  • Visual Studio
  • VS Team System
  • SQL Server
  • Visual FoxPro
  • SharePoint Products
  • Visual C++
  • Visual C#
  • IE Development
  • Windows Vista
  • Windows Forms
  • Smart Devicet
  • Microsoft ISV
  • Audio and Video
  • Game Technologies

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Image/Graphics delay
how to create shortcut , and read a shortcut target ..
Can anybody help me out with some code...
how do i start mobile programming?
System.Security.Cryptography question
Deploy Application.CAB file and Compact Framework 2.0
Textbox border not displaying in Smartphone - WM 5.0?
Smart Device - FileNotFound Exception
How to read Bluetooth serial port settings?
Windows Live Mail Desktop BETA Syncronize problems

Top Answerers

Andrew XYZ
Edwin Loubser
FLDaveM
bitskull
7dust
gm64
Recycler
ChristopherN
fode
NerdyNick
Oriensoft
Only Title

Answer Questions

  • techie234 Device Emulator Manager

    Why can't I access device emulator manager (I have both 1.0 and 2.0 Beta) from the Tools menu of VS.NET 2005. I can launch them both as standalones when I go to the respective folders. I HAVE registered the dlls. Any help is appreciated. What error message do you get when you try to launch the Manager from VS 2005 Barry Which version of VS 2005 you are using Can you please try registering device emulator manager using "dvcemumanager /register" -Thanks, Mohit You might want to try these two things: 1) Launch "devenv /resetskippkgs" to clear any VS extension packages that are being skipped because of previous load errors. ...Show All

  • Karthick Sukumaran VE Map Control in Thick Mobile Client Application

    Hi, I have used VE Map Control in Windows Application on desktops and they work fine. My understanding of how it works is as follows VE Map Control is web control which uses javascript to make Web Service Calls and gets the data. For it work on a Windows Application we use Web Browser Control. As we have seen the maps come up fine on Pocket IE, we are looking at the possibility of replicating this scenario on the Mobiles The possibility we are looking at is [Thick Mobile Application + Web Browser Control + VE Map Control + Internet Connection ] on a Pocket PC emulator Do we have support of > Web Browser in Windows Mobile (We think it is there) > Javascript in Pocket IE ( We thi ...Show All

  • Dordorgum Global Key event handler

    Hi all, I'm in the process of writing my first application for the compact framework. I need to write an event handler that handles all keyup events. Now obviously I could simply override the OnKeyUp event of the form, which is something I have tried with limited success. Whenever another control on the form has the focus the keyup event handler will obviously not fire. I would have thought that this would be a common problem, I did a few searches on msdn but it didn't come up with anything that looked quite like what I was looking for. Is there a solution to this Thanks Michael, Unfortunately I have to use the 1.0 framework, I found Form.KeyPreview aswell - shame :) ...Show All

  • shmulik_segal error help please

    Error 1 Deployment and/or registration failed with error: 0x8973190e. Error writing file '%csidl_program_files%\smartdeviceproj\system.dll'. Error 0x80070070: There is not enough space on the disk. Device Connectivity Component i dnt know how to fix this error when i place grid it showing error like this but i do without grid it doesnt gives me error i dnt know how to fix this.. i use emulator to pocket pc 2003 emulator.. to check the proj It seems you might be using a component which includes a reference to a desktop assembly. I would recommend you double check all your references to ensure that there is none that uses a desktop assembly. Your device is running out of space becaue Visual Studio is ...Show All

  • jam281 Virtual Earth 3D Map View Issue

    Hi, I found a issue to see Virtual Earth 3D Map on my pc. I have: 1. installed the Virtual Earth 3D software 2. NVIDIA GeForce 6200 LE(NVIDIA) 3. OS: Windows xp Pro sp2 4. 1 GB RAM Still I am unable to see the Virtual Earth 3D map. [even on http://dev.live.com/virtualearth/sdk/] I have writen one application using Virtual Earth SDK and used 3D map. [I tried to see 'Seattle' and other major cities in US, but not succeded ] It will be great to get any help. Thanks & Regards, Mahesh Lambe screenshot please. Sounds like your proxy/firewall settings are preventing tiles from loading. Please take a look at this link:  http://forums.microsoft.com/MSDN/ShowPost.aspx PostID ...Show All

  • Terrence Chan Strange Serial Port EXCEPTION

    Hi, I am developing an RFID reader project, using VS2005 C#.NET on pocket pc emulator. My RFID reader device is connected on serial port of my computer. I can not send or receive data to the serial port. there is an IOException or WriteTimeOutException. Here is my code. //I created an object serialPort1 of the class System.IO.Ports.SerialPort with the SerialPort control using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace DeviceApplicationTest { public partial class Form1 : Form { public Form1() { InitializeComponent(); try { ser ...Show All

  • Manoj Kumar Goud Unable to create Cab files (CF Vs2005)

    My VS2005 installation refuses to create CAB files for CF projects: Here's a step-by-step example of what I've been doing: 1. Create new Project, PocketPC 2003 App using CF 2. 2. Build device application (succeeded). 3. Add new project to solution (Smart device cab project) 4. Added primary output to project. 5. Add shortcut 6. Add some registry entries 7. Build smartdevice cab (failed) with the following error message (see below): 8. Try calling Cabwiz from the command line......all produce the same error. 9. Try command line with various earlier versions of cabwiz and makecab ...all produce the same problem. I note from various blogs and MS forum that others are experiencing this problem and no-one has come up with an answer. Can anyone ...Show All

  • ryan101 Get Coordinates onclick

    I'm fairly new to javascript, and, as such, I have what I feel like should be a simple question. I want to get the coordinates (either pixel x, y or latitude, longitude will do) of where the user clicks on the map. I want to place push pins where they click, and, ultimately, I want to allow a connect the dots type drawing where the user simply clicks and a line is connected from where he previously clicked. I was hoping this could be raised as an event, but it doesn't look like it. Thanks in advance. Hi, I thought you might find this useful to get your coodinates. I used the following function triggered by the 'onmousemove' event in my <div> element to output the coordinates in the status bar. If you change the 'onmouse ...Show All

  • hommer DeleteSubKeyTree throws UnauthorizedAccessException

    Hi I'm currently trying to develop a small game for Windows Mobile 5 using the .NET Compact Framework 2.0. Everything works fine except calling the DeleteSubKeyTree method. I can call this fine once, but when I call it a second time, it keeps throwing UnauthorisedAccessException s. I've never had this problem with Windows, does anyone know why this is happening Below is some reproduction code for this issue. Paste it in the event handler for a button or something and call it twice. The first time should succeed, the second and subsequent times should raise exceptions. Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Const RegKeyPath As String = " ...Show All

  • bond12 error parsing the query

    Hi, I have the following problem Code If you using SQL CE 2.0, it has no support for named parameter, you should use ' ' instead. Also, are you aware we have dedicated SQL CE/Mobile/Ev forum http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=152&SiteID=1 Hi, I have the following problem Code ...Show All

  • Automate Custom Layer Past Zoom Level 17?

      Hello people,    I have set up a custom Tile Server to serve up some Hight Detail tiles as a custom layer: I have set the VETileSourceSpecification.MaxZoom property to 18, as my TileServer can produce tiles at any magnification.  It all works fine at normal zoom levels, but once I soom past Zoom Level 17, where VE Tiles stop - then there appears to be just vast amounts of grey/gray Anyone have any ideas on how to allow VE to render my custom layer at a higher zoom level   I don't care if the normal tiles don't display.  All I need is for my custom layer to render. e.g. //Add layer tileSourceSpec = new VETileSourceSpecification(); tileSourceSpec.ID = "HighDetailLayer" ; tileSourceSp ...Show All

  • Romantic_touch Get network connection notification.

    If there such a thing as the possibility of getting a notification to your application that the PocketPC now has a network connection This is for a Today Plugin application and I don't want to sit there with the code trying to connect every so often as that seems like a waist of resources/processor. There has to be a better way. Thanks NotifyAddrChange can be used to detect changes in IP addresses assigned to a device - this would normally occur when device gets connected. On WM5 you can use Service and Notification Broker (snapi.h) to request notifications on change of such values as ConnectionsCount or ConnectionsNetworkCount Awesome thanks Alex ! :) ...Show All

  • Praveen Raj restore deleted files on Windows Mobile 2003

    I want to restore my pda2k using xbackup when i do the restore, an error message pops up the error says:"error restore information eror" the backup file is saved on my sd memory under the name of (compactflashbackupnew) i am restoring the system because I am trying to restore files on my device storage area. so you either guide me to do the xbackup or to undelete/restore the files that I am looking for from the the storage area. the storage area is similar to the sd memory card This forum is intended to deal with issues directly related to the .NET Compact Framework. It appears that this question can better be answered by someone on one of the newsgroups for Windows Mobile or Wi ...Show All

  • Adminanup Overriding wceload's install directory in WM5

    In previous versions of Windows Mobile (starting with 2002, anyway), there was a way to programmatically override the install directory for a CAB with wceload.exe by using the /noaskdest command line switch and populating the following registry key: HKLM\Software\Apps\Microsoft Application Installer\Install With WM5, though, that functionality is half-broken. It's not completely ignoring that key, because the CAB file specified there is still installed, but it's ignoring the install directory that's specified there. What I'm wondering is, when will this bug be fixed, or is there now an alternate way to do it My reasons for wanting to do this instead of using wceload's install destination GUI are two-fold: - Uniform destination selection G ...Show All

  • Beny at work dummy data.......

    Hi.... When you first connect to the sandbox is there any dummy accounts or data in there so you can start messing around straight away Have no come across it in the documentation yet.... Cheers, Justin Thanks for suggesting that, we're thinking about sandbox v.next these days and we'll take that into account. Hi Shai, Thanks for your reply. I would think having some data in the sandbox is a very good idea (well for my purposes anyway! ;) All I want to do is fetch keyword reports on a daily basis, but as there is nothing in the sandbox I have to spending time creating and adding campaigns etc....just so i can run a dummy report It would make far more s ...Show All

555657585960616263646566676869707172

©2008 Software Development Network

powered by phorum