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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

UPDATE MICROSOFT VISUAL STUDIO 8
Traffic on GSM Modem
OTP: cant see da nick in colour??
Samples for POOM interception server of a WM5.0 device
CF Today Screen example
linegetGeneralINfo problem
How to zip XML?
.Net CompactFramework 2.0 data question
Application only works in debug mode
Beginning with Windows Mobile

Top Answerers

Penny Ong
Softwaremaker
PhilipRieck
Paul R E
yahu_Hugh
Jon Prudhomme
Xi0N
Behzad Karim
Layne Teske
LotusExigeS1
sitemap
Only Title

Answer Questions

  • Alexan Status property on AdCenterCampaign

    Hello, When are we going to get the status property on the AdCenterCampaign object I can pause and resume a campaign using the UI. It's very anoying that we can't see this using the API and that we cant pause/resume a campaign. Simulating campaign pausing, by pausing the orders is an ugly hack, when you guys could probably implement campaign pausing/resuming in 15 minutes on your side. Best regards, Peer Jakobsen I hope so - but I don't want to commit... :) We have it on the list, but obviously we have some higher-priority items as well. My vote goes for this, as well! (especially the status at the orderitem level: if we want to deactivate an orde ...Show All

  • Whoisit Installation of Compact Framework 2.0 failed. Why?

    Hi all, can somebody tell me why my installtion of the cf 2.0 on an HP 2490 PDA failed Log file of installation: 26/02/2006 23:14:42: Entered Install_Init(). First Call: Yes Previously Installed: No Installation folder is: '\Programme\.NET CF 2.0'. 26/02/2006 23:14:42: Build 2.0.5238.00 26/02/2006 23:14:42: Device CPU: 'ARMV4I', 05020000 (84017152) 26/02/2006 23:14:42: PocketPC 5.01 26/02/2006 23:14:42: Our trust level is: 2 26/02/2006 23:14:42: User LCID: 1031 26/02/2006 23:14:42: System LCID: 1031 26/02/2006 23:14:42: Invoker's command line: '0x822bd84e-0' 26/02/2006 23:14:42: Memory status, K -------------------------- 26/02/2006 23:14:42: Load : 58 26/02/2006 23:14:42: Physical : 5794 ...Show All

  • JCJCJC Difference between Pocket PC 2003 and Windows Mobile 5

    Hello, I have lots of handheld scanners (Symbol 9000) running Pocket PC 2003.  All of the applications connect to webservices.  Recently we got some new handheld scanners  (Symbol 9090) , the new scanners are running Windows Mobile 5.  All of the application execute just fine, but it takes forever to connect to a webservice.  To give you an example a simple login screen for one of the application, on Pocket PC 2003 takes 5 seconds, while on the Windows Mobile 5 takes about a minute. What is the difference if any Did anybody notice any difference when moving their code from Pocket PC 2003 to Windows Mobile 5 Thanks for any help Tomasz Resolved the issue. Migrated the application to Windows Mobile 5 ...Show All

  • awperli Print Virtual Earth Map

    Hi, I need to have a print function in my application which will print a Virtual earth map - current view details as image. if anyone knows how to do this, please share your thoughts on this. is it possible to save map into some image file or pdf -buddy   buddy_dotcom wrote: Hi, I need to have a print function in my application which will print a Virtual earth map - current view details as image. if anyone knows how to do this, please share your thoughts on this. is it possible to save map into some image file or pdf -buddy You'll need some kind of external program to "screenshot" what you have.  Otherwise theres no built in functionality in VE as of yet tha ...Show All

  • Evan Mulawski How to install the emulator of another language?

    I just downloaded the emulator image of windows mobile 2003 2nd edition in chinese language. However, after I install it, it simply doesn't work. I cannot find the device either in the device emulator or device manager of visual studio 2005. What should I do to make it work thanks a lot Good. And WM 5.0 works fine. Thanks both a lot. The WM 2003 Second Edition OS images currently available are for the x86 emulator. Device Emulator images are coming soon. Barry You can download WM5.0 images for Device Emulator from http://msdn.microsoft.com/mobility/downloads/Emulator/default.aspx . Hope this helps. -Thanks, Mohit ...Show All

  • DOSST Trying to connect directly from PocketPC to Oracle db

    We get the following error: Error loading user data: Could not load type System.Data.ConnectionState from assembly System.Data, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=B77A5C561934E089 Can anyone tell me why Is there a way to get beyond it Thanks. That's because you can't use desktop assemblies ( PublicKeyToken=B77A5C561934E089 as opposed to PublicKeyToken=969DB8053D3322AC for NETCF) on devices. It appears you’re trying to use OLEDB or ODBC desktop providers from desktop .Net 1.0. It can't run, besides it won’t work because ODBC is not supported by the Windows CE OS and there’s no OLEDB driver for Oracle on devices anyway. There’s NETCF compatible Oracle ADO. ...Show All

  • TerryYoung UPnP: problem with QueryStateVariable

    Hello! I have a problem with the UPnP API on Windows Mobile 5.0 Pocket PC Emulator (Microsoft Visual Studio 2005)... My software is able to find devices and invoke their actions but some things don't work: 1) InvokeAction of an action with one (or more) output parameter: it returns an array with one (or more) elements but the type of these (VARIANT) element is VT_ERROR. 2) Same happens if I use QueryStateVariable (returned VARIANT has type VT_ERROR). void CMyProject::QueryStatusVariable(IUPnPService *pUPnPService, CString VariableName) { HRESULT hr=S_OK; TCHAR tszMessage[2048]; CString strVariable; BSTR bstrVariableName = NULL; bstrVariableName=VariableName.AllocSysString(); if (bstrVariableName! ...Show All

  • Walter30140 Email Contactlist

    Hello, I m newbie i want to fetch all the contactlist from my device through my program i have imate sp5m and i am using C++ for development purpose please send me code sample or API ASAP. thanks in advance Regards Salman check this code i finally got it cc.bstrPropertyValueSelected it contain the email address of the recipent now i want filter in that code i want those recipent who has email addresses how i manage the filter HRESULT ContactChooserExample() { HRESULT hr = E_FAIL; const CEPROPID c_propidAllEmail = PIMPR_ALL_EMAIL; CHOOSECONTACT cc = {0}; // Setup the CHOOSECONTACT structure. cc.cbSize = sizeof (cc); cc.dwFlags ...Show All

  • rob89 Vpn logged but no folders

    Hi guys i got a evc++ project using a vpn to read some files. The problem is when i connect the device (Kjam/qtek 9100) i see the rightconnection on vpn in the network people can see me but i dont see anything, when i make the call to open a folder and a file the problem is unresolved address... I think may be a problem in the pocket pc configuration 'cause using a file explorer (resco explorer) too i dont see the folders that i see through my pc. Someone knows some check to do or some critical configuration it seems the pockec pc uses internet connection to search the files and not the work connection with the vpn.... The code is done and seems good but dont work sigh... :'( Thanks everyone ops, sorry ...Show All

  • wencey SIP and Notification bubbles

    Hi I'm using notification bubbles with timeout to show errormessages for my application. If the SIP is up when the notification appears, it will dissapear when the notification times out. How do I get the SIP to stay up The same thing used to happen when I used AfxMessageBox (with timeout programmed for it). Karo http://msdn2.microsoft.com/en-us/library/aa453741.aspx should help. As you can see SIP_UNCHANGED can be used to fix the SIP state. As sip uses timers to switch state, it may be a side effect of that. I will suggest you to try handling the SIP state from you code. http://www.pocketpcdn.com/articles/sip.html has a good list of articles on the same. Hope this helps. Thanks ...Show All

  • DEQ_Rene Using COM on Pocket PC

    I projected about Text to speech, Could I ask you some questions I only need a file Interop.SpeechLib.dll to program, Do I not need to install any software Can I program Text to speech on smart device like pocket PC Thank you so much for your help. Yes, you need to install some TTS engine and call into it. Please refer to documentation of whatever engine you're using. I have project about Text to speech on Pocket PC, I use reference Interop.SpeechLib.dll to develop project, but it has some problems. Is it available to program Text to speech project on Pocket PC What do I need to deploy my project What components or programs do I need to install on Pocket PC Thank you so much for your r ...Show All

  • capitapicard WHERE TO FIND A WINDOWS MOBILE 5.0 APP

    Could someone tell me where I could inquire about an off-the shelf barcode-reading application I basically need to upload a file containing about 7000 pins onto a windows mobile 5.0 device (with a barcode reader on it), and have an alam(beep/buzz) go off when these pins are scanned. Any Ideas Thanks! The scanner is built in as with the Symbol MC70. There are not default functions built in as far as I know. I should rephrase "Scan in" - What I actually want to do is cross reference items being scanned with a list that resides in the unit ahead of time (list in excel) So when a series of items are scanned, if the item is NOT one of the items on the list (stored on the device) there will be n ...Show All

  • nglow ComboBox Control DataSource DataSet/DataTable

    Hello, I am developing a Smart Device Application using Visual Studio 2005 for Windows Mobile 5.0. I have placed a combobox control on one of my Forms. I have written the code that sets the comboBox DataSource equal to a dataSet returned from a private method. Question: whenever I run the application the comboBox is not populated with any data and is blank. I checked my code and everything is correct. I walked through the application in Debug mode and the DisplayMember and ValueMember property of the comboBox are properly declared. After a couple hours of wondering what was wrong I changed the DataSource of the comboBox to a DataTable and the comboBox is now populated with the data. I was under the impression that a DataSet and DataTabl ...Show All

  • IBLUES scroll down the WebBrowser?

    Can any one tell how to scroll down the webbrowser automatically. Actaully I have used to place all incoming messages. when messages become more automatically scroll bar will appear. but here I want scroll it down automatically. like for textbox TextBox1.ScrollToCaret(); Thanks in Advance Thank you, I'd love to know how to scroll down the browser Hello, I'm looking for same thing, but onload solution doesn't work for me. This is my situation. I have web browser component, then I'm adding some text via webbrowser.Document.Body.InnerHtml += "Some text", then I want to scroll down. I've tried many solutions, like scrtollT() etc. but none works. Any hints Edit: Oops, I'v ...Show All

  • cjcclee deployment of c# on smart mobile - software needed ?

    Hi I wish to write small c# applications that will work on a smart mobile (specifically hw6515 by hewlett-packard) that has the 2003 .NET compact framework installed on it. Can I deploy c# applications to the mobile (I have activesync installed too) using the c# express edition If not, what is the minimum (i.e. cheapest) package that I have to get to do this. If I have to use (as I suspect I might) visual studio 2003, I notice that microsoft are doing a 60 trial for this software, would the trial allow me to do this also for the 60 days Thanks in advace, any help appreciated Showman You can use Visual Studio 2005 or Visual Studio.NET 2003 to do device development for this type of devi ...Show All

87888990919293949596979899012

©2008 Software Development Network

powered by phorum