Answer Questions
Flips4me How to decode kdmp file
Here we got a core dump from mobile. It's a kdmp file. But we don't know how to decode it. Does anyone know how to decode this file or where can we find the tool to decode it You should just open the kdmp file as if it were a VC project. When you hit F5 in the IDE with a kdmp file open, you will be taken to the point in the code that was running/failing when the dump was taken. Obviously you won't be able to step in/out, etc. in the ...Show All
Urban Jiri Checked Items in a ListView
Hi, I am trying to get the name of an item that has been ticked in the ListView so I can save it to a string to carry out an SQL query with it. So far, I have been unable to do this. Can anyone help You can determine the checked items in a ListView by looping through the items and looking for any that may be checked. There is an example in the google archives. http://groups.google.com/group/microsoft. ...Show All
praefex a few questions about the CF framework
Hey all, I have just a few questions here I have a small app that I am trying to test on the emulator (using pocket PC 2003) and I find that it runs VERY VERY slow. It can take up to 3 minutes to load my app. Why is this I want to capture when the user switches from portrait mode to landscape mode to re-arrange the components on the screen. Currently I have a form - resize event, but I find for some unknown and very annoying reason, its getting ...Show All
Sean G. WebBrowser control - no META REFRESH?
I have some web pages that use the <Meta http-equiv="refresh"> tag to trigger a reload automatically. Pocket IE and Mobile IE handle this just fine. But an CF 2.0 application using the WebBrowser control doesn't process the refresh. a. Is there any way to configure the control so it WILL handle these refresh ...Show All
erseco CeOidGetInfoEx2 parameters.
Hello, I found in MSDN documentation that the CeOidGetInfoEx2 is defined like this: BOOL CeOidGetInfoEx2( PCEGUID pGuid , CEOID oid , CEOIDINFO* poidInfo ); but poidInfo [in/out] A pointer to a CEOIDINFOEX (EDB) structure. On successful return, it contains information about the object specified by oid . The caller must set poidInfo-> wVersion to the current version of this structure type to CEOIDINFO_VERSION (2). so what is ...Show All
Damien Watkins - MSFT GetNextInstance in Pocket Outlook
Is there an equivalent in the Pocket Outlook Object Model to the GetFirstInstance/GetNextInstance methods that are available under Exchange Server to iterate through the ocurrences of a repeating appointment I'm working on a Windows Mobile application that needs to project the next ocurrence of appointments in Pocket Outlook. The application is written in a mixture of native C++ and .Net CF, so either a managed or an unmanaged solution would be ...Show All
Mahiways WIFI signal strength detection
Good day, Is there any way in which I can see what the signal strength is by using my vb smart device application I have found examples for normal VB.NET application but nothing for smart devices. My problem is that when I try and synchronise my SQL Server CE database on my mobile device and my SQL Server 2000 on the server over WIFI and there is no convereage it takes for ever, about 25 seconds, before realising it can do nothing and in stead ...Show All
Vernon in Middlewich Progress bar control
Hi, I would like to implement Progress bar in my PPC Apps to show the send status. I 've to send datas from PPC to server side SQL database . If i'm sending 10 records, i want to show it either as Sending record1 of record10 Sending record2 of record10.....so on. OR Using Progress bar . How to do it Thanks! There is a sample on http://msdn.microsoft.com/vstudio/tour/vs2005_gu ...Show All
Bespike Deploying to external memory card
Hi, I've been searching all over the place to solve this problem, which I wanted to deploy files into the external memory card (Compact Flash or Secure Digital) as the default location, instead of clicking "No" when deploying and select the location. I'm using VS.Net 2005 and the Smart Device CAB Project does not have the external memory card folder. I couldn't find any results searching the net for over 2 days. :( I hope someone ca ...Show All
gareth andrew lewis Smartphone Emulator Problem
Hi, When i run my smartphone application on emulator,it installed the cab file,but don't run the application. Plz help. This forum is intended for VS 2005 device emulator. Kindly go through regular Microsoft Product Support channel. when you say "it installed the cab file" are you mentioning about netCF cab file Can you see the project deployed in the emulator Are yo ...Show All
nomad98736 Wi fi Signal Stg..
Can Any1 Provide mi Source code for any Wardriving Programs i really nd 1 to start off my project. i am now doing a project to detect Wifi Signal Stg and to obtain its SSID. can any1 help pls.. thx.. Hi The following post should answer your question: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=124459&SiteID=1 Michael hi. you can find everything about in this address http://www.opennetcf.org/library/ you can dete ...Show All
dacoty call the WIFI
do any one knwo how to call the WIFI signal form in pocket pc 2003 2nd Edition. That is an HP specific program. If you just want to start that program from your application; it can be found here: \Windows\HPWireless.exe. If you want to control the WLAN settings from your code, please use the suggested methods from the previous poster. Please look under OpenNETCF.Net namesp ...Show All
LiquidBlaze Writing to a file in Mobile 5.0
I created a program that writes to a text file for PocketPC 2000 - 2003. It works great, however it doesn't work for Mobile 5.0. It can create the file just fine. I am using streamwriter and it just doesn't write to the file in the Mobile 5.0. My file is blank. Anyone have experience with this Are you sure data is actually written Perhaps, you have an exception before that happens Also, do you flush the strea ...Show All
Scott Mauvais highlight DATA
HI I have a combobox and content many data inside, How can i highligh some of the data backgroud colour Is there method i can do it to highlight the only the important data in the combobox Hi! There is no easy way, but you can do this - handle DrawItem and MeasureItem events, so you can draw items as you want (and set DrawMode = DrawMode.OwnerDrawFixed). I just want to change the color, do ...Show All
Anders J Where can I get the DLL file of Chinese for resource language?
Hi, My EVC projects developed for Win CE.net can not display the Chinese when them are debugged in the WCE emulator. my IDE is Embadded Visual C++ 4.2. When I build the MFC appwizard exe project, I can't find the DLL file of chinese(simplified) for Resource at the second step. Can anyone solve my problem, thanks!! Good lucky! Hello, I am sorry but this forum is meant only for Device Emulator wit ...Show All
