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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Auto select all
Programming for motorola Q phone
send a file from pda to pc
Install Compact .net 2.0 on my smartphone
Idle functions
NO Problem with polylines and pushpin draw in 3D mode (sorry! bug solved).
Restrict VE Map scroll
File Path Problem in Smart Device Deployment
Using custom fonts on windows mobile devices
Acknowledgements on Pocket Pc (MSMQ)

Top Answerers

Xi0N
Computer Guy69146
airwalker2000
the emrah
Andy Jarvis
Grmplse
Sarath.
Pinnaka Syam Babu
Tyrone Fay
Eng. Habeeli
AdministraConsorcios
Only Title

Answer Questions

  • None007 VS 2005 with CE 6.0 device emulator cannot work

    Hi all, I had some problem with VS 2005 and CE 6.0. When I choose "Target"->"connectivity options" Then the IDE show up a message "Platform Builder was unable to read the device settings from the Datastore." Any idea Shilov It appears to be your datastore files got corrupted. Can you try the following - Take bakcup of <sysdrive>:\Documents and Settings\anr\Local Settings\Application Data\Microsoft\CoreCon\1.0 directory - Delete the directory <sysdrive>:\Documents and Settings\anr\Local Settings\Application Data\Microsoft\CoreCon\1.0 - Open VS 2005 and go to connectivty options. Thanks, it's work!!! ...Show All

  • JWhite Quote of the Day Plugin

    I wrote another plugin today for inserting a Quote of the Day from a free web service. More details and download on my blog. http://www.myblog4fun.com/dmohorn/archive/2006/10/12/28.aspx Enjoy! Do you have a default config for this Also, does the free version suppor tthis or is it only Pro I used the free version of Advanced Installer ( http://www.advancedinstaller.com/ ) to do my installers. Using this program will use the %programfiles% environment variable, so you don't need to worry about which drive Writer is installed on. SL Cool! If you haven't already, you should consider submitting this to the Windows Live Gallery ( http: ...Show All

  • cooldoger Real-time Update Chart

    Hi, Is there any example for real-time update chart 2-D is OK. The XAxis should be the real time with minorunit as 12 seconds and majorunit as 1 minute. The beginnig point should be the current time when the application is started...As time goes on, the XAxis will also changes (Growing). Well, I do not know how to make the start point of the XAxis to be current time and the following points are time in the future, say five minutes at first. Then, the range will grow and the past time should be reserved....Well, I can not solve this problem~~~ Can anyone help me Hi, Ilya Tumanov I am a newbie... So you mean I can draw the line myself There will be 300 data in one minute...I draw one point on the graph when ...Show All

  • SOTY_Programmer Polygon Layer

    How can I create custom polygon layer (e.g. ZIP, Census Tract etc.) in VE Can I fill the polygon with different color to produce thematic map Thanks for that Caleb ! I'm a litlle puzzled with that code : where is the iteration of polygon where i can interact with poly' color There is too much darkness for me in that coding style ! Can i use another GPX xml format about shp2text : it doesn't works for me (a bad kind of free software :whithout help .. what parameters in the command line to fillout the file and where !!!) thanks to switch on my lights :-) hello ! do you think that is possible to add polygon items in a georss file i'm trying wtith that format but it doe ...Show All

  • Thomas Epting how to play audio files(mp3,wma,3gp,mid and so on) on Windows mobile5

    Isn't there any method to play such audio formats on windows mobile5 directly I have read some messages in this forum.It seems that I have to implement source filter for each audio format if I use directshow. how about media player activex control It seems that it can not work well on Windows mobile5 either. In Windows Mobile 5, there is no good way to play all those sound formats. You can use SndPlaySound and Play sound to play WAV files though (check http://msdn2.microsoft.com/en-us/library/ms903667.aspx ). I know it's not possible to play all these formats without extra work.Now I can play mp3,wma and wav files by hosting WMP activex control into a windows application.It seems that by using directs ...Show All

  • 95five0 Is it possible to display multiple routes on a single map at the same time?

    Does VE allow us display multiple routes simultaneously Not at this time. You can use the MapPoint Web Service to do this, but not VE. ...Show All

  • Tom_Liu Multi-Language support in C#

    Hi, I have developed SmartDeviceApplication output of which is an .exe in C#.I want that exe to support multiple language.can anyone help me in this regard to how to do it.Wheather i need to add a new resx or do i have to create a dll I want to support basically both chinese and english depending on the user requirment. Hi sunil_sg, You can make a multilanguage application either by two ways: First, by making the application localizable, so when the user changes the culture of the device, the application will switch automatically to culture's UI if you added this language allready to the supported languages in the application. you can perform this by setting each form'm localizable prope ...Show All

  • GinaK why is an end date mandatory when creating an order?

    I am unable to add an order (via sandbox API) unless I set a valid end date in my request. But in the GUI, you have the option to not set the end date on an order. This seems like an inconsistency. Thanks, Neil You're absolutely right that it is inconsistent and misleading. An end date is actually mandatory, and the GUI internally is setting it to an end date of 12/31/2015, when you choose "no end date". Again, I agree it is misleading and the issue was reported to us in the past, I am working with the GUI folks to fix it. ...Show All

  • Chris Fink Serial Port Communication

    Hallo, I wrote a little prog, which sends a message and the messages md5 over the serial port: I'm using Visual Studio 2005.NET, PocketPc-Emulator and a virtual serialport-driver. This way I connected the emulator to COM2 and COM2 to COM15. So I can send and receive Data via the emulator on COM2 and via Win32-Application on COM15. For testing I write all incoming Data on the emulator to the serial output. Private Function com_sendString(ByVal toSend As String) As Boolean Dim hash As String hash = "##HASH:" & md5(toSend) & "##" Try If (serialPort.IsOpen = True) Then serialPort.WriteLine(toSend & hash) Else MsgBox("Port is closed!!") En ...Show All

  • CnxRnD VB.NET?

    Hi, I've tried to write a plugin with VB.NET. Everything is Ok, but please could you tell me how to use Forms and how to give the information entered back to the Live Writer content Thanks, Christoph Self done... I've wrote a tutorial in german .... www.cd-k.de ...Show All

  • Martijn Mulder Sample Smart Devices C# projects

    Where are some good sample C# projects for smart devices located ( Other than the MSDN sources ) and here and here Here... ...Show All

  • TwilightBrigade Backspace in edit control

    Hi Still building an application for Smartphone 2005 in pure Win32. I now have a configuration dialog containing static fields and edit controls. Everything is fine except when I type sthg in the edit controls, I can't clear it. I can only add characters but not delete them with the back key. The back key (which is also used to switch back to older applications) is inactive. Can someone help please Yeah! Looks like that... Thanks Hey avinash, just to let you know that did it. i just added a menubar and it does now work as expected. Thank you very much for your help and time. C U As I feared, I cannot use ON_MESSAGE(WM_HOTKEY,OnHotKeyHandler); I thought that maybe the event would be dispatched to the main win ...Show All

  • rough Pocket PC Screen Size

    I've developed a pocket pc application which works fine on emulators, but when running on an o2 xda exec (larger pixel screen size) the screen sizes all halve, how can i get the program to run on all pocket pc's no matter what size of screen As far as I know, you must test the application on each device, and move UI elements around accordingly. However, you can minimize your work by docking/anchoring UI controls rather than setting absolute positions. You can get screen's size with System.Windows.Forms.Screen.PrimaryScreen.Bounds or System.Windows.Forms.Screen.PrimaryScreen.WorkingArea and than optimize your UI before you change anyth ...Show All

  • vasuyeleti Treo 650 SmartPhone to deploy PDA application

    Can i using thr Treo 650 SmartPhone to deploy the PDA application This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. If you’re having a hardware issue, please contact hardware manufacturer or reseller. If you having an issue with 3rd party software, please contact respective software manufacturer or reseller. Otherwise please post to relevant forum or news group: http://support.microsoft.com/newsgroups/default.aspx Closing as off topic. Hint: Treo 650 runs Palm OS (which is why it's not considered Smart Device for the purposes of this forum), so try Palm OS related forums or NG. ...Show All

  • garyvdailyware strange problems,platform manager server failed

    when I compile apps using palm-size pc 1.2 sdk,I always saw a error dialogbox that stated "platform manager server failed".I just reinstall the sdk and several times later it went wrong again.what happend Since these forums are for developers using Visual Studio 2005, you might have better luck on one of the newsgroups instead I am sorry this forum is meant for questions related to Device Emulator. Moving this to Smart Devices General where it has got better chances of being answered. -Thanks, Mohit ...Show All

789101112131415161718192021222324

©2008 Software Development Network

powered by phorum