Answer Questions
Dooshan ActiveSync 4.0 Issues
I'm using ActiveSync 4.0 (4343) on my dev machine with VS.NET for SmartPhone development and with my physical SmartPhone Device. Whenever I create a new partnership with the SP Emulator (with a new name), the existing partnership to my physical phone gets corrupted. I can still connect to ActiveSync with the phone, but the Sync always fails. I end up having to delete the partnership and rebuild it. This basically happens EVERY time a new connect ...Show All
MochaSoft Set colour of ListView Items(rows) or even columns (or ColumnHeaders)
Hi all, I have searched the net but to no avail. Is it at all possible for me set/change (programitcally) the colour of ListViewItem rows, and/or Columns and/or ColumnHeaders Thanks Tryst Please check if the following posts may help ...Show All
Daniel Molina - MSFT passing objects
Hi. I understand that the smartphone/.NET CF (1.1/2.0) does not have a way to send objects using TCPClient/listener (in other words, from PC to phone) but can send strings. I know you could use a web service, and pass objects to and from :) I am wondering if there is any way I can pass an object from the PC (not using webservice but a C# winform app) to the smartphone and back There's a sample on MSDN for XML Serial ...Show All
PareshPatel Data Synchronization between Desktop Application and PocketPC application
hi i am developing an application that needs to synchronize its data between desktop application and pocketpc application like the putlook do , i found the active sync api and tried the fiven sample too My problem is that when i ran that activesync wizard in VC6.0 it created a project ....for SH3 platform (in the doc it said that it creates for ARM as well) when i compiled and build that application it didn't excute saying the same plat form di ...Show All
manzoorm70 files on remote computer?
Hi. Wondering if there is a way of retrieving files/directories etc... using the .NET classes I would like to retrieve this information on my remote computer (local computer which has the mobile device connected to it) I can connect using tcpclient but when i try to get a list of files/directories using: string [] theFiles = Directory.GetFiles("\\ComputerName\drive$"); I get an IOException. However the IOException does not give m ...Show All
christopheL Keyboard Buffer
I am developing an application using VB.Net for a Windows CE.Net v4.2 device. The device scans a barcode which my application parses. So far so good. What a want to do now is send the parsed barcode string to the keyboard buffer as if I'd typed the code using the keyboard. Does anybody know how I can achieve this You can use the OpenNETCF.Windows.Forms. SendKeys from SDF: http://www.opennetcf.org/sdf ...Show All
ToddGibbs PocketPC Net Compact Framework compatibility issues
Hi, i have a small application developed using VS2005 and .Net Compact Framework 2.0 but my PocketPC supports only 1.0.4292.1 Framework. Could you tell me my options as in what can I do to get it running. Also, this is part of a larger work where I intend to port a project using CRYPTO++ security library to the PocketPC and run some security computations. Any helping pointers in that direction as to how can I get started with that aspect. ...Show All
Jennifer Gamble Name Resolution
I'm really newbye on Device Emulator. That's my problem: I have to use ActiveSync with a server for what i cannot have a certificate. I would like to us local PC host file to map "server.domain.com" to another IP address so that the certificate I have for "server.domain.com" could be used for that Sync. I don't know if the certificate will function well, but my first problem is: how does the Device Emulatro resolve netw ...Show All
soarwithVS2005 Can't Settle Title of Dialog in PPC2003
I have an PPC2003 application and I use dialogs. I am trying to set the Title of the Dialogs using SetWindowText("HELLO"); But for some reason, the title refuses to show. Anyone have any suggestions Thanks, Norm SetWindowText takes LPCTSTR as its argument. Try SetWindowText(L"HELLO"); I hope it helps. Hi, How did you manage to compile this SetWindowText gets def ...Show All
RichMill Camera settings registry key "flash"
Hi, I would like to know what the registry key "flash" is for. This key is under [HKEY_CURRENT_USER\Software\Microsoft\Pictures\Camera\USER] and it's a DWord set by default to 1 but my device doesn't have any flash. Thanks, Yes, but 1 means "on" so why device without flash are not set up to 0 Thanks, it's there by default, but don't mess with it, most devices I've edited it on that lack a flash will no longer ...Show All
FrankSh 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 . ...Show All
Janus007 suggest me a Pocket PC/PDAs
hi, iam having VS 2003 in my Pc, i want to to develop a 500 questions and answer program. as server is using sql server 2000. and client will be Pocket PCs. I want to load sql server c.e to Pocket PCs. and upload the data, and download the data. as i am new to this PDA developement, i don't know, which PDA i need to use it. pls suggest me with model no and brand it should be robust also, for future upgradation. tha ...Show All
Alfo A question for Command prompt
A question for Command prompt .... in my standardsdk_420 emulator where can i find Command prompt if some one know it can you please tell it thanks Try Start/Run/cmd.exe. If that doest work than cmd.exe is not part of the WINCE emulator image. You need to get another WINCE image having cmd.exe. Command Shell is not a part of emulator images which are shipped with WINCE Standard SDK. If you are using Platform Builder t ...Show All
Aidan_Bunting MAPI
Hello guys, i am using Mail API on Windows Mobile 2003, i'd like to know which function is used to send a mail (when i use MAPISendMail it throws the NotSupportedException i think the parameters are wrong) can anyone help please Thanks in advance ps: isn't there any Logoff function (when i call MAPILogoff i get an error saying there's no entrypoint in cemapidll.dll for Logoff) what i made is the following : i've created ...Show All
Alex Ward Network connectivity to the device emulator.
Greetings, I need to test connectivity to a PocketPC app that has a listening socket. I can' enable the TCP Connect Transport in a computer wich uses a DSL USB modem to access the internet, only in computers wich use a Ethernet adapter. But even in the computers that I can use the TCP transport, I can't get an emulator to connect to another one, even though each one get publicly visible ips outside the network, and they can ini ...Show All
