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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Different API Token Types?
EVC 4 socket help
lineGetGeneralInfo returns LINEERR_OPERATIONUNAVAIL
Get list of all available Wifi networks
Access PC folders from Pocket PC
glib in Windows Mobile
Making existing MFC application DPI aware...
Layers on and off
How can I use 'RegistryNotifyApp' to launch a program when the device returns from low power mode.
URGENT: Unknown file 'Microsoft.WindowsMobile.Utilities.dll'

Top Answerers

Ayooya
MuscleHead
docrosen
chawacho
Mapa3matuk
ChrisCo
Hooper
Jamie Thomson
pasayten
DevDiver
OpenLink Virtuoso
Only Title

Answer Questions

  • BiffJC Open Outlook in Pocket ready to send an email

    Hi, i need to know how to do this: In my appliaction i have the email of a person and a text to send to that person. Throught a button i want to open Outlook, ready to send the email to that person with that text. Does anyone know how can i do this Thanks. Ok,thanks, i have this and works, except the attach, do you know why: string eTo = "" ; string eSubject = "" ; string eBody = "" ; string eAttachment= "" ; ProcessStartInfo psi = new ProcessStartInfo (); eTo = "mailto:" + "mymail" ; eSubject = " subject=" + "Email sent from NS Basic/CE on a 2002 device!" ; eBody ...Show All

  • Buddy Sent BOOTME 255. 255. 255. 255

    Hi, I’m using Device Emulator with PB for Windows Mobile 5.0. I have created the PPC Phone image and now I’m trying to upload it to the emulator. For that I have installed the loopback adapter with the 169.254.128.128 IP and DNS address. Furthermore I set the Connectivity Options (Target -> Connectivity Options) for Device Emulator over Ethernet with the CS8900 network adapter (MS Loopback). (I did this installation on several PC’s before, there it worked fine). Now, if I’m trying to start the emulator (Target -> Attach Device). The last messages I can see in the command line window are “Sent BOOTME 255. 255. 255. 255”. It seems like the PB sends TFTP packages as a broadcast, but the emulator does not ...Show All

  • No-spam Sam How to connect to SQL Server 2000 from application on WindowsCE 4.2

    hello, I'm using VB.NET 2003 write applications runing on windowsCE 4.2. I have a problem about connect to SQL Server 2000. I have reference System.Data.SqlClient to connect to SQL Server 2000 but it not work. Can you help me about this problem . The connection string i used: Dim gConn As New System.Data.SqlClient.SqlConnection Dim sCnStr as String ="Data source=10.0.0.71\Sql2k;Initial Catalog=Northwind;User ID=sa;Password=steven;" Try gConn.ConnectionString = sCnStr gConn.Open() If gConn.State = ConnectionState.Open Then MsgBox("Connect Succeed") Else MsgBox("Connect Failed") End If Catch ExSql as SqlClient.SqlException MsgBox("ExSql Error = " + ExSql.Message) Catch Ex as Exception MsgBox(&quo ...Show All

  • CFIG How to retrive Live contacts if lost

    Is there a way get back all your live contacts, if the get deleted by a misstake Hi Marius, I'm not aware of any "undelete" capability in the contacts database. When contacts are deleted, they're gone. -Danny Oh, ok. That's the Messenger client Tools: Options dialog. I thought you were referring to a programming API that I didn't know about. ;> -Danny Its here:   No problem! There is a way i have figgured out. Under the "Privacy" tab under options, you can rigth click the contacts, and click add If you delete them, or even block them, they will still apere there Thank you for answering me ...Show All

  • John Turnbull Architecture question

    I have a mobile field service app written to run on WM5 CF2 and would like some advice on architecture. For this type of app, the runtime performance is crucial in relation to startup time. I have a Data Access Layer (DAL) with various classes that provide the abstraction between business objects and the persistence layer e.g. SqlCe. One class per business object. On top of that is the Business Logic Layer (BLL) that uses the DAL layer. This is impemented by normal classes. And on top of that the Presentation layer implemented as a number of Forms that use the BLL layer methods only. I have also created a 'MyApplication' class with the singleton pattern. When the class instantiates, it creates all the BLL classes, the database connection ...Show All

  • Caioshin Active Sync 4.2 won't . . . Support Code: 86000108

    I noticed that my Dell Axim PDA X51v ((fairly new) stopped receiving my Calendar & Contact updates last week. I was using Active Sync 4.0 at that time. I upgraded to Active Sync 4.2 and now get the error message about "Support Code: 86000108". Outlook 2003 will not synchronize my Calendar & Contacts lists unless I have Outlook open and active. Then Active Synch doesn't automatically synchronize changes that occur within Outlook such as meeting cancellations or additions (same with Contacts), unless I perform a manual synchronization. I'm not sure if the problem is within Active Synch or within Outlook 2003. I have another desktop that is running Outlook 2003 and an older Dell Axim X3 with Active Sync 3.7 that is workin ...Show All

  • Alanu PPC emulator does not display xml files

    Hi, My PPC app is actually developed using VS2003 and upgraded to VS2005, i.e CF2.0. Now i've a strange prob. My app creates few xml files to temp store info. when the app was run in 2003 i was able to check the app with the IE in the emulator. But after upgrading, i mean in 2005 its not displaying the contents of the xml file. What do i do - Hari Both the emulators are different. VS2005 is ARM emulator and supports PPC03 SE onwards. This could be due to the difference in components in different images. I would recommend you to post your query to microsoft.public.windowsce.app.development where it has got better chances of being ...Show All

  • Bill Reiss Connecting multiple PDA to a desktop pc

    Hi Can i connect multiple PDA's to my desktop PC , so that the PDA app can cosume the webservice, Currently i am connecting single PDA to the PC using the bluetooth USB adapter Regards Gauls if the bluetooth stack belkin uses allows it to serve as a bluetooth modem, and the PDAs allow null modem connectivity, then yes, I believe you're able to do what you're asking. you'll also need the network card on the PC to be set up for internet connection sharing. You can do that using network adapters. If you using AS, only one device can be connected to one PC. not sure if this is applicable to your device, but try looking here: http://www.geekzone.co.nz/forums.asp Fo ...Show All

  • Tomay Value does not fall within the expected range

    string test = "30"; CoBoxProduct.Items.Clear(); ArrayList Products = new ArrayList(); Products = pdb.ProIDProNamebyID(test); CoBoxProduct.SelectedValueChanged += new EventHandler(CoBoxProduct_SelectedValueChanged); CoBoxProduct.DataSource = Products; CoBoxProduct.DisplayMember = "productname"; CoBoxProduct.ValueMember = "productid"; Listview Problem. When bulding a listview with a databse question. The SQL syntax works, the class files work but not when adding the valuemember. Whatever that works or not depends on what's inside that array list. First item must be some class with public properties called "productname" and ...Show All

  • Puffarbubbole How can I Modify a menu's string dynamically in mobile5.0

    I want to modify a menu's string dynamically in windows mobile5.0. I use the following source code to implement it. but it has no any effect. hMainMenu = CreateMenu (); hMenu = CreatePopupMenu (); AppendMenu (hMenu, MF_STRING | MF_ENABLED, 100, TEXT ("C&ut")); AppendMenu (hMenu, MF_STRING | MF_ENABLED, 101, TEXT ("&Copy")); AppendMenu (hMenu, MF_STRING | MF_ENABLED, 102, TEXT ("&Paste")); AppendMenu (hMainMenu, MF_STRING | MF_ENABLED | MF_POPUP, (UINT)hMenu, TEXT ("&Edit")); hMenu = CreatePopupMenu (); AppendMenu (hMenu, MF_STRING | MF_ENABLED, ID_MENU_OPEN, TEXT ("O&pen")); AppendMenu (hMainMenu, MF_STRING | MF_ENABLED | MF_POPUP, (UINT)hM ...Show All

  • Arjun B 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, That's a very good steps u did, now.. the way u choosed to use is the first i talked about, now to see the output of your work, u need to set the Language Regional Settings of your Device/Emulator to Chinese(Simplified), once u did this and opened the application, it should display the localized form to the new changes u did in the UI. You can't change the cu ...Show All

  • JackStri [Help me!]How to develope a mail program on my own SDK?(MAPI, msgstore.lib or others)

    I create a SDK through platform builder and I want to develope a mail programe on this SDK. First ,I interest in MAPI.But I didn't success! Because I can't initiallize it.Maybe MAPI only used on windows mobiles SDK I don't know. Then ,I try another method to implement it. It's msgstore.lib. When I custom my SDK, i add the SYSGEN_AS_MAIL module in platform builder.In my program I add the msgstore.h and msgstore.lib. I can create the mail in the folder interface which have been provided and use MailPut() function to send the mail . But I know it is not really send the mail ,just put the mail into the outbox folder. How can I really send the mail and How can i test it on the emulator Do you have any other method to implement se ...Show All

  • Alan Robbins Deploy Application.CAB file and Compact Framework 2.0

    Hi Everybody, This is Chandra from New Zealand. I am currently developing .NET CF 2.0 application on visual studio 2005 for windows mobile 5.0 platform. I want to distribute my application along with .NET compact Framework 2.0 to the customer in Canada. I created .CAB file for my application.But the problem is how can I include .NET compact framework 2.0 as well so that when the user runs my application.CAB file it also installs .NET compact Framework 2.0 along with the application. I will be sending only my application.CAB file to my customer in canada and he will be installing the .CAB file on his device. I want to deploy both my Application and CF2.0 to the device at one install. I wont be having physical mobile ...Show All

  • tom_7 Doing XML parsing in Windows Mobile .NET platform

    Hi there I am new to the Windows Mobile 5.0 .NET platform(and .NET in general), and I am trying to do XML parsing. I found that some of the existing examples of using the "using namespace System.Xml" directive which doesn't compile for the CE .NET platform(there was an article on this forum about that) I found another web page on using XML possibly in CE .NET at http://www.codeproject.com/soap/ce_xml.asp df=100&forumid=15723&exp=0&select=565785 but am wondering if there is some way to use the XmlTextReader somehow intead , since it looks the easiest to use. Please help, thanks IS I see. In my case, I have to use C/C++ and not VB or C# unfortunately. I guess the solu ...Show All

  • andyedw Bolding treeview nodes create problems..!

    hi I am using vb.net 2002 actualy i want to bold some nodes depends on some condtions. i used this code for bolding nodes N.NodeFont = New Font(Me.Font, FontStyle.Bold) its working fine.. problem is ,suppose node text was "Microsoft Book" after bolding that node, it may loose some charactor .for eg. it will become " Microsoft Bo" its depends on its length.depends upon its length we may lose more charactors. how can i overcome this thanks in advance you may want to change the font size but even then it may still lose some characters, depending on the length of the string and perhaps if it goes over your screen size width. ...Show All

151617181920212223242526272829303132

©2008 Software Development Network

powered by phorum