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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Back-key for smart phone is not working.........
The new "Alerts" feature does not work for me.
CSV Report returning as binary data
Adding new keywords and getting an error code -100745
Need VE version 3 JavaScript file
Do I need to sign a today plugin dll?
Map events not firing in Firefox 2
PROBLEM : Connection to emulator device using Microsoft Loopback adapter !
[Smartphone-c#] Word files
How to close the pop up by giving a close icon in the pop up and clicking on it?

Top Answerers

Alex Ivanoff
Darren.Sim
bluesky168
Nicolas Iacovides
Reetesh
Scott Croisdale
Angry Coder
alka_mehta
MrJul
TurboTom
Speed
Only Title

Answer Questions

  • pankaj sharma103086 Custom Application.Run()

    hello, The Compact Framework requires the developers to start the application message loop on a given form. Therefore there is no Application.Run() method that can be called without a form instance as a parameter. For our applicationstructure this is very annoying, and I know that the OpenNETCF variant allows this. The problem is that we cannot use this library in our projects. Does anybody know what is needed to implement this method by hand Thanks in advance. Application.Run () does what a classic Windows message loop would do. The core of the implementation may look like this: while (NativeMethods.GetMessage ()) { NativeMethods.TranslateMessage (); NativeMethods.DispatchMessage () } With some tests you should be able to g ...Show All

  • Brian Kramer Deploying Multiple cab files at once

    I have developed my application and created the .cab file for this application. I followed the tutorial on creating an MSI file and custominstaller and this works fine. My problem comes from the fact that my application must also install .NET framework 2.0 and the SQLMobile .Cab file. I am wanting to package all of these together and be able to deploy them at one time from a users PC. I am not wanting to make the user click on each cab file to execute them. Can anyone point me in the direction of a good tutorial to accomplish this, or give me a good idea on how to do it. Thanks for any help Ok, I have gone through a good deal of msdn pages and have not found a good example of how to do this. D ...Show All

  • ramneek MAP IN DIV

    Hello, I have a VE map inside a <DIV> and I want it to load automaticaly but I can only get it to load then you click on it. Any ideas! ! Thanks If you don't have access to the body tag then you can load the map the following way (using Speed's code): <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script src="http://dev.virtualearth.net/mapcontrol/v4/mapcontrol.js"></script> </head> <body> <div id='myMap' style="position:relative; width:400px; height:400px;"></div> <script> var map = null; map = new VEMap ...Show All

  • Species2175 Finding the handle of the specific buit in application

    hi, I m again struck in the Camera Issue. I m using FindWindow() for this, giving the classname. But the problem is the class name would be different for all the devices. is there any way to have directly the handle of the camera id running. plz help.thanx in advance. I had this same problem, and never found a good solution, because even if you explicitly name your window, some devices will prefix the window name with 'Camera' or similar. I'd be interested to see what you eventually learn here. I simply tested on a variety of devices, and mapped against the device type. ...Show All

  • Hugo Soares Custom ContextMenu

    Hi, I need to create a custom ContextMenu whose submenu's must be displayed at the same location as the ContextMenu itself, in other words, when a submenu is displayed it will corver it's parent menu. Can someone give some directions on this. Thanks. Tuan I can't think of a good way to do this. ...Show All

  • FassaBortolo Icons/Images in ListView Control - CF2.0.

    Can I not use images in ListViews on the Compact Framework 2 It seems I can have the option to set the View property on the ListView Control, but can't seem to assign images (from a ImageList control) to the ListView. Thanks Tryst Thanks, Alex, I got it. Tryst Add an ImageList control to your form. Populate it with images. Assign LargeImageList or SmallImageList property of your listview control to this imagelist. In the listview item properties set the image index to the index of the image in your imagelist. ...Show All

  • Helen999888 specifying path names on windows mobile

    hey there.... I am using visual studio to create a program that reads and writes from an xml file "books.xml". Everything deploys ok to my ppc but I'm having trouble specifying the path name of the xml file. does anybody happen to know... - How can I specify an absolute path on windows mobile 5 ( "c:/books.xml" doesn't allow me to find the file). - Where should I put an xml file when using a relative path referring to("books.xml"); and placing the file in the deployed application directory on my ppc returns an error that it can't find the file either. any help is would be greatly appreciated.... ch ...Show All

  • Will George Configuring WIFI with Pocket PC 2003

    I am trying to configure an ad-hoc WIFI connection programmatically for a kiosk type application that needs to download pictures from a WI-FI camera. The Pocket PC is 2003 and the application is C++ based. So far the best option I can find is to implement this using the WZC Api since the call to DMProcessConfigXML does not seem to have SSID, etc. Are there any other options that I have overlooked The end users will not have access to the WEP key so we cannot use any automatic UI in this case and would pair the ad-hoc devices remotely. I would be grateful for any suggestions, and confirmation that I am on the right track. One more question - I have so far used the WZC API dynamically since we don't have Platform Builder. Is ...Show All

  • ONEWORKNGRL .NET Compact Framework v2 SP1 Patch for VS 2005 is now available.

    Hi I've installed CF2.0 sp1. I'm trying to override Paint to achieve column right-alignment. I created a custom class as follows: Public Class Class1     Inherits DataGridTextBoxColumn     Protected Overrides Sub Paint(ByVal g As System.Drawing.Graphics, ByVal bounds As System.Drawing.Rectangle, ByVal source As System.Windows.Forms.CurrencyManager, ByVal rowNum As Integer, ByVal backBrush As System.Drawing.Brush, ByVal foreBrush As System.Drawing.Brush, ByVal alignToRight As Boolean)         alignToRight = True         backBrush = New SolidBrush(Color.Beige)         MyBase.Paint(g, bounds, so ...Show All

  • Erik Miller not a valid Windows CE SETUP file

    Hello, I try to debug an application - Visual Studio 2005, C#, .NET2.0 - on a DataLogic Jet running WinCE.NET Version 4.20 (not Second Edition). I installed .NET CF2.0 SP1. Debugging starts with deploying System_SR_enu_WM.CAB. This fails with ".. not a valid Windows CE Setup file". I tried to install in manually, which failed with same message. Debugging works but I there occurs an error in calling a web service. error.message does not contain information about the error. How can I install System_SR_enu_WM.CAB on this device Thanks for help. Jorg Hello, originally I devoloped the app for Windows mobile 5. There it runs without problems and I had no problems debugging it. O ...Show All

  • RibenaUser Find whether device support Vibration, LED, SMS notification

    Hi, Is there any way to find whether my Pocket PC is phone edition or not. because I want to add Vibration, LED, and SMS notification which works on only phone edition. Thanks in Advance, Manav, I have gone thru that link. It is useful and very near to my requirement. But I need find whether that device is phone edition Say I have Pocket Pc, some supports Vibration, LEd, SMS(only Pocket PC phone edition) but Other editions does not support. According to device type I want to enable and disable these features in my application. If I am wrong any where please guide me. I hope you will help me. Thanks in Advance, ...Show All

  • Weevie How to update mobile application easily

    I have a Smart Device Application (Compact framework 2.0). How can I update it easily With Click Once (Supported by compact framework ) With Web Services Others solutions Which is the best solution to update mobile application easily Thanks http://msdn2.microsoft.com/en-us/library/aa446487.aspx I will test it If you're talking about updating the mobile app with new version than you've to design your app in such a manner that parts of the app can be updated. However this might not be possible all times and in which case you've to uninstall & reinstall the app. You can use Web Service & other mechanisms to download the new version & initiate an update. Manav I don't ...Show All

  • schmittde Package Software

    Can anyone point me to instructions for packaging a mobile application for downloading on a pocket PC. I found a white page titled "Building Hello Pocket World" but this is for Microsoft Windoes Powered Pocket PC 2000. I am working with WM 5.0 and VS 2005 Thanks for the help! I am learn how all this works. (I am a college student, wanting to learn this on my own) If your goal is to learn, please learn to search, this ability would help you out in almost any situation. Please take your time, use your favorite search engine. If you can't find anything (and believe me - there's plenty to find), reply to this and I would post some links. ...Show All

  • Abhayc how to validate textbox

    Hi, i want to validate textbox all together, when i press the confirm button. In desktop application i call validate method, but in compact framework i don't found this. thanks Hello pol86, Unfortunately, there's no equivalent method in .net CF. So, it's the right choice to use a loop to test all controls. Best Regards, Zero Dai thanks But i want to validate many controls at the same time (when i press the confirm button). To resolv this problem i have use a loop where i test every controls, so i don't call the validating event. I don't know if it is possible to do in cf, but in desktop application i can invoke the validate method : Me .Valid ...Show All

  • maulikk I can debug on emulator, but I can't do it on device!

    -VS2005 SP1 -VB Project for a Windows Mobile 5.0 PocketPC Device If I set a breakpoint, the project breaks ONLY if the target is the emulator. If I try to debug on the device, the breakpoints turn from the "red ball icon" to a "red circle icon" with a small yellow warning triangle in it. The message over the warning is something like "breakpoint will not be used. The specified module has not been loaded". Is there something I can do Why this different behaviour from the emulator to the device The problem is not specific of my project: if I create a new one, with just a couple of lines, the problem is the same: I can debug on the emulator and I can't on the device. Obviously I tried all th ...Show All

777879808182838485868788899091929394

©2008 Software Development Network

powered by phorum