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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Native Errors
how to ensure xml file is deployed to device emulator
Live messenger !!! Ggrrrrrrrrr....
smart device project creation failed!
How to increase thread priority of the service application in windows mobile 5.0
A question of the GPS sample
Where can i get the Windows Live ID SDK
Finding distances
How to use emulator to develop bluetooth program?
cancelling the installation of the cab file.

Top Answerers

Learning VB
Eldoktor
dnyanesh
cdolor
Eric H.
Sieber
kts
caligula
ancient sord
msaeedf
sitemap
Only Title

Answer Questions

  • Edward Pereira How to read an XML file which is in the web server?

    Can anyone pls teach me how to read an XML file which is returned from a jsp application(e.g. http://192.202.51.61/test/App1.jsp &myID=001 ) I have been searching for long. I found that if my application is developed as a computer application, it works fine. But if I copy and paste the code into a smartphone application, it does not work.... It returns timeout error.... Can anyone tell me how to do this Is your device able to connect to the URL Maybe your device cannot connect to a network and giving timeout errors. Manav Tihomir Ignatov wrote: Try SAX parser with System.Xml.XmlTextReader DOM can't load xml file for stream ! XmlDocument has no probl ...Show All

  • MNaveed windows mobile 2005 contact location

    I am wanting to create an application that backups up my contacts to the storage card. the problem I am having is finding where the contact are saved. I am not talking about the sims contact, but the outlook contact. Any suggestions using MIcrosoft.WindowsMobile.PocketOutlook; OutlookSession session = new OutlookSession(); foreach( Contact contact in session.Contacts.Items ) { // write all contact fileds here to your own storage } The easiest way to store a contact to a file would be to use BinaryWriter.Write on each property. Consequently you will use BinaryReader.Read to restore them later any example coding in c#. I was thinking that the contacts were located somewhere that ...Show All

  • Matt Lin Intelliprog RichInk replacement

    does anyone know of an upgrade for Intelliprog product to VS 2005 or a possible replacement for the product all together It's seems the product only works in VS 2003. The company is unreponsive and I don't know what else to do Thanks Hi Kolton, We do have an upgrade. Please contact me on a.yakhnin@(removeThat)att.net Thx... Alex ...Show All

  • Xavier Arnau Pocket IE question

    Hi I'm trying to browse to http://127.0.0.1:8000 with Pocket Internet Explorer on WIndows Mobile 5 on HTC Apache. It won't work it says "The page cannot be displayed or downloaded because the connection was lost". It works in Pocket Opera but not Pocket IE. Interestingly when it try to browse to 127.0.0.1:8000 it sasy "Running a system command on this item might be unsafe" I want this application to work on Pocket IE but if I have to use Opera; ohwell :-) This forum is dedicated to device development. Please post to relevant news group instead: http://support.microsoft.com/newsgroups/default.aspx Closing as off topic. ...Show All

  • girishsprabhu User Collection

    I am starting to lose my mind here! I am developing my first third-party game for the Windows Live Messenger and I can't seem to get the example scripts to work. This is wat my XML looks like: < xml version="1.0" > <Entry>   <EntryID>7</EntryID>   <Error />   <Locale>en-us</Locale>   <Kids>1</Kids>   <Page>1</Page>   <Category>50</Category>   <Sequence>10</Sequence>   <Name><my game name></Name>   <Description><my description></Description>   <URL><working link></URL>   <IconURL />   <Type>Dir</Type>   <Height& ...Show All

  • MarcoSartore How to pass arguments in InvokeAction

    Hi all !!! I want an explanation about passing arguments in the IUPnPService::InvokeAction . Because I'm building a UPnP AV control point and my boss want me to implement Browse action. Thanks evryone for the help. Hoi Le Saint! Did InvokeAction also worked with output values Could you please post some example code Thank you. Hello world !!! I successfully pass arguments in the IUPnPService::InvokeAction. Thus if anybody want help, I will try helping. ...Show All

  • Jamie Thomson sql question?

    can i use dataset created from northwind database " microsoft sql server express edition " in mobile application not sql mobile Yes, you can. ...Show All

  • Robert R. Richter Command line parameters for .NET v2 installation, and SQL CE 3 installation

    Two questions in one really.... I need to control the installation of these components with zero interaction from the device owner - they will just drop it in a cradle and I will programatically do the rest. I can use RAPI to interact with the device, but all the CAB's I use seem to install ask for installation area and then give an end prompt when finished. Are there any command line options I can use when the CAB's are run via CreateProcess or CeCreateProcess to default any options the user may have had to make and remove the end screen - essentialy I need to make silent installations If there are no command line options, then are there ini files or equivalents than can be used in this way Can I also control the device reset ...Show All

  • SkiesOfBordom does a toolBarButton with pushButton style not popup contextMenu??

    Hi, I need to have a menuBar with some images, which when selected should popup a menu. But the toolBar does'nt provide the exact thing what i require. It does'nt popup the menu when the button style is pushButton. It works only with dropdown style. But this style also displays the dropdown arrow. Is there a way that i could let the menu popup for pushButton style button Thanks, Hari. Please see answer from this other thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1158634&SiteID=1 ...Show All

  • the_kid Code Migration Tool

    Hi, this is my first time on this web. We are having a problem, we started developing a corporate website and, nowadays we want to publish this site for mobile devices. When we try to access the website from a mobile device we found some errors. The website works and behaves correctly (no errors appear) but we have to re-develop some things in a different way, prepared for mobile devices. I want to know if this option is correct (re-develop some things) or there is a tool that allows you to convert desktop-prepared code for mobile-prepared code. Thanks, Gerard This forum is smart device development related. Since your question is not related to smart device development ...Show All

  • ProjectDev Live Alerts SDK - auto subscribe bot user?

    Hi, I have access to a Live Alerts SDK account, and since our company creates MSN chatbots, I was wondering if the following is possible: I would like a bot's user be subscribed to an Alerts group automatically. Of course the bot first asks the user for confirmation "Would you like to receive the latest news via Live Alerts " I understand from the SDK docs that subscribing someone to alerts first requires a redirect to the sign-up page hosted on Live Alerts, in a browser . Is there really no other way What if my sign-up application would run inside a Messenger Activity. Could I somehow get the user's Live ID (since he already signed in on Messenger) and use that data to subscribe the user to an Alerts feed, all the time&nb ...Show All

  • MA2005 System.CF namespce missing

    I'm using .Net Compact Framework 2.0SP1 and VS 2005. VS2005 doesn't recognise any System.CF* namespaces. Any ideas If there's no updated version, it should be possible to use it in V2 from code without designers. Just make sure to reference _runtime_ version of the control, not design time version. When I try to add a third-party control to my toolbox I get a message like: "There was an error loading types from assembly... Could not load file or assembly 'System.CF.Windows.Forms, Version..." do I just have a dodgy dll That's because there are no System.CF* namespaces. This message is saying there's no such assembly, it's not saying a ...Show All

  • johnof Can I change the pushpin text?

    I have seen this question asked here before but without a conclusive answer. (Slap me if my search was sloppy). Can I change the Details of a pushpin once the pin was created and added to the map Thanks No we use custom pushpins to load the content on demand, its very cool, I will give all the details when i have time. To get you started through this is directly from the isdk, i little hidden though: Specifies whether the pushpin's enhanced preview displays when the user pauses on the pushpin. Default is True. VEPushpin.ShowDetailOnMouseOver = value Remarks By default, the enhanced preview appears whenever a user pauses on a pushpin. Set this property to False to disable the enhanced prev ...Show All

  • ChKa Is anyone buying VE transactions?

    Hello, I posted something similar to this earlier but no one responded. We want to transition more of our maps to VE but we're not sure how to merge VE into our existing MWS account. Is there something programmatic that we need to do (i.e. proxy the calls through our server so we can affix an account ID to the requests) Currently, we pay about $500 per month for MWS services and just use VE under the "5000 transactions or less per day" for a few of our maps. An associated question is, does MWS dish up the same map style as VE (tiling, etc.) From what I can see, it doesn't. Thanks, Jeff I'm still waiting Jeff. But I have a very different need in my licensing. If you're a current MapPoint customer you should ...Show All

  • Dylan Smith MSMQ- on PPC

    Hi, I have an application using msmq on ppc 2003 and wm5 device. Application on the ppc is a client and i happen to recive messages from a host which is a PC. I am losing messages on the cleint if the Host ie the PC sends me messsages in bulk ie around 4000-6000 messages. any idean on this.... thanks, praveen Yes ,they do leave the PC and i do have set the inbound queue (ie my ppc inbound queue) size to infinity ie inboundQueue.MaximumQueueSize = MessageQueue.InfiniteQueueSize; I use the asyncronous ReceiveCompleted eventhandler to get the meesages out from the inbound queue. thanks, praveen These messages can be lost if you are exceedi ...Show All

757677787980818283848586878889909192

©2008 Software Development Network

powered by phorum