Answer Questions
szesteve Smartphone Data Retrieval Step-by-Step Guide in VB
Hi, As the title implies, I'd like to know whether there is a guide for Smartphone Data retrieval done in Visual Basic.NET Currently those that i had found are done in C#. Thanks. If you can't find one, and you can't convert VB to C# yourself, there are a number of free and commercial conversion tools available. However, converting C# to VB.NET is a good exercise, and really not difficult. Tha ...Show All
Islandwind datetime picker for pocketPC ??
hi all i am using visual studio 2003 to develop smart application for pocket pc for version windows mobile 2003 , mind to let me know how can i used datetime picker in my application Opennetcf.org has one. ...Show All
Smriti Multiline/wordwrap datagridcell
Env.: .NET 2.0, WindowsMobile 5.0 VS 2005 Pro Hi, I use a DataGrid with object DataSource and TextBox Cells (DataGridTextBoxColumn). I don't find any way / don't find the propertys to change the row height or the property wordwrap. Is there an other way to do this My object (ChatMessages) has two columns (name & message) and the message cell should wrap the text. Under .NET I use DataGridView and I don't have those problems. Than ...Show All
Mal409 Problem with a 'For' loop
Hi, I'm getting an error (an InvalidOperationException) when trying to run the following code: Dim lvi1 As ListViewItem For Each lvi1 In frmTrolley.lstTrolley.Items If lvi1.Text = strSelProd Then frmTrolley.lstTrolley.Items.Remove(lvi1) dblTotalPrice = dblTotalPrice - dblPrice dblTotalWeight = dblTotalWeight - dblWeight txtItems.Text = intTick & " item(s) of " & intTotal End If ...Show All
Angel Valdez "ActiveSync cannot recognize this device" error....
When I connect to the emulator and cradle it,I get the following error: " Microsoft ActiveSync cannot recognize this device for one of two reasons: ... ... " It was ok before but doesnt work now...what is the reason Hi Anshul. You can see this option at the "Device Emulator Manager". In the menu you have >Actions>Clear Save State. After that you can "Cradle" it and Active Sync ...Show All
Carlton Lane - MSFT Can not browse to local websites using Microsoft Device Emulator Preview
Hello, I have installed the Microsoft Device Emulator Preview. I want to test websites but I haven't found a way to open local files. If I try to open localhost, the following message appears: The Windows CE Web Server is enabled on this device. This file is a place holder and should be replaced. Thank you Bene Also make sure that your web server security allows for access from another machine. To test ...Show All
A.Y. Faizal Ahmd Getting "Download Failed" Message!
Hello Experts, We are facing this issue quite a while now and we have to repair our SDK everytime to get rid of this error message. Please help us find out WHY we get this Download Failed message everytime we start the emulator while working on evcpp The emulator works perfectly though once loaded but failed to show the application files. Any comments/suggestions will help us a lot! With Best Regards, Vicky ...Show All
MicroAdmin Where to buy eVC++4
I noticed that you can still download eVC4 but I couldn't find a homepage for it. Where do I buy it eVC++ is free. You can download v4.0 here:- http://www.microsoft.com/downloads/details.aspx FamilyID=1dacdb3d-50d1-41b2-a107-fa75ae960856&DisplayLang=en and the last service pack (SP4) here:- http://www.microsoft.com/downloads/details.aspx FamilyID=4a4ed1f4-91d3-4dbe-986e-a812984318e5&DisplayLan ...Show All
Dan Vallejo - RampGroup Missing MFC Classes
Well I have seen couple of announcements about MS seriousness to solve issues around missing MFC classes in device space in VS2005. Does any body know what is their strategy about missing MFC classes jon Hello Jon , Thanks for your query ,we are seriously considering various options to solve evc-vs2005 upgrade issues. We are analysing all options including adding back some of the key missing MFC cl ...Show All
NXCX Debugging without ActiveSync?
Is it possible to debug a native application from Whidbey Beta 2 on a Windows CE 5.0 device that doesn't include activesync In the device settings the only choice seems to be ActiveSync. Josh is right - the fully supported emulator images can't be produced at this time. But if you don't care about resizable memory or resizable screen - you can create SMDK2410 images and they will run on the DeviceEm ...Show All
Ting ActiveSync 4.0
I've done a full install of VS 2005 Beta 2, created a test app and tried to download it to a PPC 2003 device. I get a deployment error: 1>The current version of ActiveSync is not supported. Install the latest version from www.microsoft.com. ========== Deploy: 0 succeeded, 1 failed, 0 skipped ========== I have ActiveSync 3.8 installed and running. Where do I find ActiveSync 4.0 Hi, I have ...Show All
John Minker waveform audio in pocket pc 2003
Hi all, Today, i make some example to interact with audio in pocket pc device (XDA IIs). I am using: waveOutGetID waveInGetID it always return MMSYSERR_INVALHANDLE. Like that i can use waveOutOpen,waveInOpen and other function. First,when i tested in emulator i thought that in emulator doestn't support audio (while i can use PlaySound from emulator to play wav ). So i test in device,the same result. How can i test for this fun ...Show All
JMarkHowell Detect WiFi and/or Active Sync connection
Hello! As the subject probably already told you I want to detect wether the WiFi is connected and wether Active Sync is connected. I found this topic : http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=119178&SiteID=1 If thats the best way to do it, do I have to include the whole OpenNetCF.Net dll (94k) or is there a way to do it with less memory Other solutions are welcome too! Again... ...i've played around with this interface ...Show All
Entity_X MFC Smart Device project with Visual Studio 2005 and ComboBox problem (POCKET PC BEHAVIOUR AND LOOKS!!).
Hi everyone. I have a dialog, under Smartphone 2005 which has a ComboBox control. The project is an MFC Smart Device application, written, of course, in C++. The problem we have encountered is that when dropping a ComboBox control on the dialog designer, the control looks like a Pocket PC ComboBox. When the application is run, the looks of the ComboBox remain the same (PPC looks) as well as its behaviour. Is this a bug under Visual Studio 2005 H ...Show All
Gianluca Pezzoli Developing for Mobile 5 in VS 2003
I'm currently developing an application for both 2003 and now it appears Mobile 5 using VS2003. I'm told that 2003 shouldn't be use to develop a Mobile 5 application. It seems to work, I'm curious as to the reasoning here. Is it an MS push to sell VS2005, or is there a more fundamental underlying reason. The plan is to move to VS 2005 but not during mid development. Thanks! Hi Chris, We are hesitant to upgrade to VS 2005 because ...Show All
