Answer Questions
Richard_T BUG in POOM on Windows Mobile 5 ???
Hi, the Windows Mobile 5 SDK ( for Pocket PC ) states that for instance I should be able to call ITask::put_Subject() with up to 4096 characters. This used to work on previous devices with PPC 2003, though I have trouble getting that to work on the new WM5 device. I haven't investigated other POOM interfaces, but the ITask::put_Body() also fails on my device using more than 4000 characters. As I was thinking about the number 4000, EDB came to ...Show All
Parasuraman ResultSet GetValues
Does anybody know how could I use the SqlceResultSet GetValues method I use the following pice of code and the compiler give me and InvalidCastException Public Class Form1 Public conexion As Data.SqlServerCe.SqlCeConnection = New Data.SqlServerCe.SqlCeConnection( "Data Source=GestionAlmacen.sdf" ) Public ComandoCarga As Data.SqlServerCe.SqlCeCommand = conexion.CreateCommand Public ResultSet As Data ...Show All
oasisman Embedded Visual C++ project upgrade wizard
Are there any updates as to when the Upgrade wizard add-in for converting EVC projects to VS 2005 will be available There is documentation on MSDN that it will be made available as a "Web download"... what's new with this upgrade wizard can download this thank. Did you hear back about when the upgrade wizard will be available The ...Show All
Kuolong wait cursor does not show up properly
Hi! I have a start form through which the useer can open other more memory-intensive forms. In order to show that the device is processing the user input I want to show a wait cursor while one of the new forms is being loaded. However, the wait cursor first does not show up at all and then only for a fraction of time before the new form is displayed. Code: Cursor.Current = Cursors.WaitCur ...Show All
tonante Detecting an active phone call on WindowsCE
I'm developing an application than sends and recives infromation through webservices via a GPRS connection. During the day, on fixed intrevals, the application connects to the server, and downloads the information that has been marked to transmit. As the device i'm using also has the capability making voice calls, this causes a problem. When i try to access the webservice via the GPRS connection and the user has an established voice call, th ...Show All
daniel sql connection error
I am getting following error: Error 1 The type 'System.Data.Common.DbConnection' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. C:\Documents and Settings\Adnan\My Documents\Visual Studio 2005\Projects\Mobile5\Mobile5\Form1.cs 20 4 Mobile5 the line which caused problem is System.Data.SqlServerCe ...Show All
Meerc SerialPort Component IOException issue
I have a Ipaq Pocket PC. It connects to a bluetooth GPS Receiver (COM6). Whenever I try to open this COM Port using the SerialPort component I get an IOException. I have even tried listing all COM ports on the PPC, and opening each one inturn. Some work and some throw an IOException. Does anyone have a suggestion I think you will find that even though an IOExeption is raised, the s ...Show All
SKCM "No such interface supported"
I recently received and installed Visual Studio 2005. When I create an empty Pocket Pc 2003 (or Windows Mobile 5.0) application and try to deploy it, I get a messagebox that says "No such interface supported". The actual .exe is there and I can copy it and run it on the device.. but it seems that the communication layer between visual studio and the device is broken. I get the same error if I try to deply the application to the e ...Show All
Nate52 How to run msvsmon.exe on remote machine..Ver Urgent
Hello: I am trying to connect to the remote server, which is a mobile device. Whenever I am trying to execute the program, an exception is thrown on my desktop application. Error: Unable to automatically step into the server. Connecting the server machine "xx.x.xx.xx" failed. The Microsoft Visual Studio Remote Debugging Monitor(MSVSMON.EXE) does not apper to be running on the remote computer. Please see Help for assistance. If ...Show All
rioja Shell Execute
Hi All, Does anyone know how to call an external application from a Visual Basic .Net software that runs on a Windows CE (4.2 .Net) device I was thinking that maybe using some sort of ShellExecute API function like on Windows-32 could work, but I haven't found an appropriate API function for Windows CE. If anyone has an answer, please let me know it. Thanks. Ian Ian Espiga wrote: Hi Al ...Show All
Ricsi GetWirelessDevices/ossvcs api
Hello, I am in dire need for Wireless API documentation for the calls contained in the ossvcs.dll I believe they are contained in a header file called "Wrlspwr.h". I have the Windows CE 5.0 Platform builder, but it does not have documentation for this. It is my understanding that it was released under AKU2, but I am unsure on how to obtain this update for the platform builder. Thanks very much for the assistance. ...Show All
zpustc Pocket Explorer "Default" layout
I'm currently trying to write a CSS styled site that will behave nicely on the pocket PC. However, although my site works nicely in "one column" and "desktop" it looks terrible in "default". Does anyone know what it does for "default" Perhaps something to do with a fixed width DIV I appreciate that, although I am using VS 2005 to develop a site for the pocket PC, hence the post. If there is a mo ...Show All
IMustCode Register a DLL programatically using DllRegisterServer?
I want to register a native dll programatically using C#. I'm assuming that I make an API call to DllRegisterServer. Could someone confirm that this is correct Thanks! You can do this by creating a P/Invoke declaration for DllRegisterServer and using the dll name of your specific library e.g. [DllImport("yourdll.dll")] private static extern int DllRegisterServer(); Peter 2 Quick questions from this: ...Show All
pamt1984 Real basic question: How do I make .exe file from source codes?
Hello, I'd like to ask a very basic question, I received source codes from my manager, he told me to make .exe file from these source codes, my ex-coworker used to make .exe file from this source code to run this .exe on the most current Pocket PC. This pocket pc is built with Windows Mobile 5.0. I'm not a programmer, so I have no idea how to make .exe from this source code, <question1> do I install embedded visaul C++ and P ...Show All
Michael Zill Notification Balloons
Hi, I'd like to edit notifications which are displayed when user clicks the tray icons (connection, phone, etc)... Could anyone tell me how I can edit messages in this notification balloons I found that I can edit it with SHNotificationGetData, but how can I get know it's CLSID and ID Thanks for any help. Suppose what you want, but realize that some "how to" questions have an answer that sta ...Show All
