Answer Questions
Iko OnInitDialog/OnSetActive call sequence appears to have changed
It appears that with MFC 8/VS2005 the call sequence for activating a property sheet and its corresponding pages has changed. We are seeing the following: OnInitDialog() fires for the first property page (the one all the way to the left). OnSetActive() fires for the first property page. OnInitDialog() then fires for each remaining property page, from left to right. With eMVC++, I don't believe OnInitDialog() would be invoked until ...Show All
Rickard Magnusson setting WebBrowser.DocumentText in a Navigating event handler
I have an application that uses a Windows Forms WebBrowser class as its display mechanism, using hyperlinks for navigation. I then capture the URL in the Navigating event and change the display based on what the URL says. I've experienced a series of bugs/problems doing this on the .NET compact framework, although it works perfectly on XP. With CF 2.0 beta 2 running both in the Pocket PC 2003 emulator and in my Pocket PC device (ver ...Show All
ckelsoe How to increment time picker interval in CF2.0
Hi: I find out today we can use the new control in vs2005 date/time picker to set it as a time picker ( spin box ) by change it's Format poperty to time or custom....which is great. But what I want is I can able to set a increment interval like the numricUpDown control... Does any one know how to do that I try inherit and override the onValueChangeEvent but seems quite difficult find out is there on button up or down, any suggestion wil ...Show All
_keith Copy Files (and use them) on Smartphone Emulator
It seems as though I can create a share on my dev machine and the Smartphone Emulator accepts them via File - Configure - General - Shared folder (although there's no way of telling). However, because the Smartphone emulator does not have a built-in File Manager there is no way to copy around the files on the device (emulator). For example, say your Smartphone app relies on some .xml files for storing app-related information. I cannot figure ou ...Show All
mmagri VS 2005 and Smart Device installation problem
I have a weird problem with my VS 2005 and Smart Device SDK installation. I'm using the DVDs from the Windows Mobile 5.0 Developer Evaluation Kit given away at the recent MEDC. I want to successfully install the Pocket PC and Smartphone SDKs and compare the IDE etc with that of evC 4.0. I appear to have successfully installed VS2005 however the Smart device SDKs do not appear to installed correctly at all even though I did install them. There s ...Show All
Sherif Elian win ce 4.1 and seting / getting timezone in c#
I have an app that needs to be on the correct time of day and time zone. I have the code to set the time by a pinvoke call. I found an API call for Get and Set Time Zone but it wants a C/C++ struct that I am not sure how to create in C# the msdn docs call for WCHAR blah[32]; which if I am thinking right means an array of 32 UNICODE chars not a pointer to a string. and C# will not let me declare a struct with a fixed array size like c ...Show All
Raffaele Rialdi ODBC
Hello everyone and happy Easter, i'd like to write some data in any database using ODBC, is this possible on windows mobile 2003 and how till now i've tried to get the ODBC drivers from my pocket pc but i keep having null objects as results. here is the code, it's actually 3 c# files that u add to a project and a form that has a button called button1 and a multiline textbox called textBox1, when you click on the button the drivers' list s ...Show All
Allen Lewis Beginning a new Mobile Development effort
As the Architect for a very large company (900 locations), I am tasked with preparing our development teams for development of Mobile applications to be used in our stores. I am currently running a project which will solve issues such as deployment, security, and error handling, and will set standards for development. I'm looking for resources (either human or other) which will accelerate my learning curve and help me to provide good guidance ...Show All
Zulo1968 Native C/C++ embedded development in Visual Studio 2005 - supported Windows CE versions
I understand that Visual Studio 2005 will replace eMbedded Visual C++ for native code development on Windows CE. Will any CE version prior to 5.0 be supported Yes but it does not support any other CE 4.x SDK (Standard SDK or others) besides PPC2003 and SP2003. vs2005 supported from wince 4.2 to wince 5.0 Cos we can develope for pocket pc 2003se This means that for win ce 4.2 standard C/C++ dev, y ...Show All
awesum Context Menu
Hi everyone, hope you're doing fine. is it possible to add some entries to Windows Mobile 2003 context menu can we add icons next to the entries i have added keys in the registry like it is done on windows xp but it didnt work (maybe the key names are different) :(. any suggestions Hello Sriram, i meant programatically uaing C# on VS2005, and not manually. can anyone help please Please see this post for details on whe ...Show All
Omar Seri WM5 debug problem: cannot create breakpoints!
hi, i have an ennoying problem in all the projects that i have converted to WM5 (using the wizard): i cannot place any breakpoint (in the DEBUG config). I get: "this breakpoint will not currently be hit. no executable code loaded at this location" does anyone know what need to be done in order to be able to place breakpoint using VS2005 thanks! PS: the code of the DEBUG config is deployed on the emulator and runs, so i know the code is the ...Show All
Raghuraja Disable Cert Check on WM5
I am trying to ActiveSync over SSL, and can't get it to work. I have a feeling its because of the cert check like in PPC 03. I tried to run the same util in cradle mode, but it errors out. Does anyone know the actual registry key added/modified to disable cert checking on WM5 TIA Glad it worked (in a round about way). And I think you gave me the solution to my initial problem which I could never fix (hence my ...Show All
jeanlucve How do I bind two DataGrids in a master-detail relationship?
for Compact Framework 1.0 If by Master-Detail you mean two related tables in the DataSet, you can do it by handing CurrentCellChanged event on a master table's DataGrid. In this event you should filter out records to be shown in a second details grid based on a master's current row primary key. Sample below assumes you have two DataGrid controls - master is DataGrid1 and details table is DataGrid2. These cont ...Show All
jgon371 Icons on Tabs? possible? how?...
Hello, Do you guys know if it is possible to put custom little icons on tabs is there maybe a 3rd party custom/component solution HELP!!! Yes, I mean on the tab control. Are you able to put small icons on it I have seen applications that have them, but I don't know what they are written in. One of them is mySportsTraining ( http://www.vidaone.com/mst_ppc.htm ) wait for the image to change on the little t ...Show All
Todd Wenzel Simulation a keypress on phonecallkey of a smartphone
Hi, I'd like to simulate a keypress on the phonecall key of a smartphone. I've found the keycode of this key which is 114. So i use keybd_event method, but there is always a "notSupportdExeption" could you please explain me why... Here is my code : ------------------------------------------------------------------------ Declare Sub keybd_event Lib "user32" Alias "keybd_event" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags ...Show All
