Answer Questions
andyroz Active Sync 4.1 Install Failure
Hi, I have an Audiovox5600 SMT smartphone with bluetooth activesync capabilities and now im trying to install Active Sync 4.1 on my Dell XPS laptop that has bluetooth as well. Here is the problem. When I launch the setup.exe it configures for a few seconds then brings me to a setup screen saying the following with only Finish as an option. It seems I am the onyl one getting this. error: The wizard was interrupted before Microsoft ...Show All
goatchees CF2 question regarding getting a message count
The WM5 phone I recently purchased (PPC6700) has no setting to automatically Send and Receive when an email message is put in the Outbox. You have to manually press the Send and Receive menu. And so I am writing an VB.Net app to cause the Send and Receive to happen automatically. I have the part done that causes the Send and Receive to occur, but I need to make that happen only when an email is placed in the Outbox, as opposed to ev ...Show All
niceguysfinishlast [MFC][VS2005 B2] Ressource editor
Hi there, I got a little probleme with taht damn ressource editor, on smartphone when i create dialogs all runs well but for menus nothing goes right Whe a menu is created it seems that a whole part of the menu definition in the rc file is missing. The data part. I have to edit manually the rc file to make a menu for my smartphoen apps. the question is how to fiw that, i mean, i want to create a menu with the wizzard and without do anything use ...Show All
Brian Dreeszen LNK2019 error about CeMountDBVolEx and CeOpenDatabaseInSession!!Anyone can help me?
hi everyone! i wrote a simple program use studio2005 with WM5.0PPC platform. i want to read some contact information from the SimEntries database use some APIs as CeMountDBVolEx and CeOpenDatabaseInSession. i find the API descriptions in msdn. it must include Windbase.h and link the Coredll.lib to use it. i include Windbase.h,then build ,it said CeMountDBVolEx and CeOpenDatabaseInSession not defined. i look the Windbase.h,&nbs ...Show All
tachikoma Invoke always retuns ArgumentException
Hi, I can not get Invoke to work :-( ... here is my code: using System; using System.Drawing; using System.Windows.Forms; namespace SmartDeviceApplication3 { public class Form1 : System.Windows.Forms.Form { private System.Windows.Forms.Button button1; private System.Windows.Forms.MainMenu mainMenu1; public delegate void MethodInvoker(); public void tes ...Show All
Aton A Problem Creating Tray Icon In C#
Hi there, I know that Windows Mobile 5 supporting tray icon on the today screen. I have a source code from the SDK but in C++ and i want to change it into C# and make it into component so it will be easier to use. The problem came out when i try to use "sizeof" statement. The first error came it tell me to use "Marshal.SizeOf" function to get the size of structure. For the notify icon i create class like this : public class NOTIFYICON {   ...Show All
IanGilroy httpwebrequest "could not establish secure channel for SSL" through NTLM proxy
I'm using VS 2003. With a Dell Axim x51 (with Windows Mobile 2005) I have installed the CF 2.0 on it. The project was built with VS 03, however I use {application}.exe.config to get it to use the 2.0 CF. This was necessary to go through an proxy server that uses NTLM. NETCF 1.0 did not allow this. This process works until I try to post to a SSL HTTPS page. Then I get this message: 'can not establis ...Show All
Eran Kampf VS.NET 2005 BETA2 : Could not establish connection to network
Hello to all! I just create one simple solution in VS.NET 2005 Beta2 with 2 projects: -webservice project (just with default HelloWorld web method) -smartDevice project (who call HelloWorld web method) When I try to call WebMethod the error occurred (I use PocketPC 2003 Emulator): An unhandled exception of type 'System.Net.WebException' occurred in System.Web.Services.dll Additional information: Could not establish connection to network. W ...Show All
Grégory Leandro Hide SIP icon in WM5 menu
My opening VB form has a menu (with a number of items) and a message on the screen. How do I prevent the Input Panel icon from appearing in the menu It doesn't show up in design view, but when run in the emulator it shows up. ...Show All
Sameer Khan Will more processor types be supported in the VS 05 release
Hi - A question to somenoe 'on the inside': On the 'Platforms' panel we get: Instruction sets: ARMV4 When the 'real deal' gets here, will there be some other goodies like Mips and SH3... Thanks - John This is a retransmit that hopefully a Microsoft person will see. About other processor support in VS8 could you say if: A) They havn't decided. B) They havn't informed us. It affect development decis ...Show All
mstolk "The Specified Program requires a newer version of Windows on the Device" But can't be true.
However, the Win CE Splash screen states: "Microsoft Windows CE v5.00 (Build 1400 on Mar 21 2006)" That seems pretty new. What is REALLY going on. It certainly isn't the case the OS version is 2003!! The program does build and deploy on a Dell x51v Pocket PC without difficulty. We're getting the error when trying to deploy to Win CE on a Compulab CM-X270 CPU module. But WinCe is WinCE, Right ...Show All
SteveHello1234 unresolved external symbol __CxxFrameHandler3 or __ArrayUnwind
I am building my application targeted for the PocketPC platform. The app builds for Win32 fine. I get one linker error when I build now: LIBCMTD.lib(ehvccctr_ce.obj) : error LNK2005: "void __cdecl __ArrayUnwind(void *,unsigned int,int,void (__cdecl*)(void *))" ( __ArrayUnwind@@YAXPAXIHP6AX0@Z@Z) already defined in ccrtrtti.lib(ehvecdtr.obj) If I remove the LIBCMTD.lib by adding it to the ignore libraries, then I get this err ...Show All
Brad Raulston How to draw thick lines using Direct 3D mobile?
I am now trying to find an easy way to draw a line with desired color and width using Direct 3D mobile, can any body tell me a metod to do it Use CreatePen() to change the pen style (you can do a bunch of things like change thickness, color, draw non-solid lines etc). http://msdn.microsoft.com/library/default.asp url=/library/en-us/wceshellui5/html/wce50lrfcreatepen.asp After creating a logical pen, you need to select it into a ...Show All
SemtexCharlie sql mobile constraints-dataset designer?
I am trying to use sql mobile for the first time and I want to setup table relationships. I saw a post that said to use VS2005 dataset designer. Is this really setting the relationships on the database or just creating relationships in a dataset I meant submit the changes when creating a dataset and adding tables to be programatically. ADO.NET offers rick API where one can create entire dB structure within the ...Show All
L.V.Saravanan How to Mirgating Embbed VC++ ver 3/4 Project to VS2005?
Hi, I like to mirgate few of our Mobile Solutions developed for Windows CE/Pocket PC using embbeded VC++ 3 or 4 Projects source files into VS 2005 for further development. How to go about Please advise, thank you in advance and have a nice day, cheers! Best Regards Abel/Singapore We have a patch for Beta2 that includes an upgrade wizard which will be part of our RTM. The patch can be downloaded from: http://blogs.msdn.com ...Show All
