Answer Questions
Sumathi CeMAPI example...
Hi everyone, I’d like to start working with CeMAPI under Windows Mobile 2003, is there any docs about it, some links that points me to the right direction I found some docs in msdn, but it shows only how to start and it’s for PPC2002 using ActiveSync service, I’d like to work with a POP3 account in the WM2003. Is it possible does anyone have already made some application send and receive messages is there some examples I’ve created the POP3 acc ...Show All
Dr Wu Emulator Problem
hi, I used vs2005, vss2005 & CHS Windows Mobile 5.0 PPC Emulator to develop application. I pressed F5 to run the application in the CHS PPC emulator. But after several minutes there didn't have any response in the emulaor, which hadn't happened before. So I checked the modified files in and closed the emulator. Later I closed the vs2005 and rebooted the computer. But this time, my emulator didn't response to my mouse click, but keyboard w ...Show All
codepoetg Create apps for windows ce 3.0
I have buy VS2005 enterprise. I must create PocketPC apps for Windows ce 3.0 and next(Pocket PC 2002 and 2003). I create and apps in C# on "New Project", "Visual C#", "Pocket PC 2003", "Device Application" After, I created a CAB file and when i try to install my app on PocketPC(window ce 3.0) , i have a error msg for system operating version don't compatibilies. How can i resolve this problem Thanks Aless ...Show All
azunaro Problem Closing Form
I have a form I'm trying to close and it doesn't close unless I put a msgbox in the close event. When the user taps the OK button, the form closes correctly. All the input to the form comes from a custom keypad via a bluetooth connection. It seems some input has to come from the screen, even if it's just a tap, for the form to close properly. I tried thread.sleep in the close event instead of the msgbox and it didn't work. I've been working on t ...Show All
mamrg Install Program pocket pc
Hello, I need to make a program to install my application, any one know how to do it VS 2005 supports setup and deployment projects. Try "Smart device CAB Project". Thanks Siva I'm working with VS 2003, there are not a way to do it with this one with vs2003, there is a menu option to build CAB file ...Show All
mohana PPC 2003 Soft Input Panel port from eVC 4.2 to VS 8.0 tools.
I have developed a soft input panel (SIP or keyboard) with the eVC 4.2 tools and it functions well, both on the device and the emulator. I am trying to port my development to the Visual Studio 8 Beta 2 tools with the goal of compiling for Mobile 5.0. I now have the software compiling for the PPC 2003 using VS8, but it does not run on the device nor the emulator - the SIP isn't loading as it doesn't appear in the SIP menu. I hav ...Show All
nedol .NET CF 3.0 ?
I see the WinFX is not getting wrapped as .NET 3.0. Is there any similar information on how this might affect the Compact version Well apperently there EVENTUALLY maybe a .NET CF 3.0 in the pipeline. ...Show All
tmcalees Compact Framework 2.0 & Windows Mobile 5.0 NotSupportedException
I have recently starting developing with VS2005, Windows Mobile 5.0 and the CF 2.0. I have noticed that recently I am receiving a NotSupportedException whilst trying to change the text of a textbox from a background thread. I used to get a detailed exception telling me not to update the textbox from a background thread. The only difference these days is that I am developing for Windows Mobile. Is there something I am doing wrong My App se ...Show All
BruceAtSaulsCreek how to get ip mask
does anyone knows how to get PPC/SP's mask of IP address from API how to get gateway ip thanks! hi, avinash prasad , i think , the api GetIpAddrTable can do this. thank you very much. tomorrow, i will try it. 不 ,但是 什么我GETIPADDRTABLE怎么用不了,添加了 文件 提示Unresolved external reference啊? Hi, Did you try the IPHelper APIs http://msdn. ...Show All
hazzoom XPath problem
Hi, I'm creating an application that uses XML document. I need to provide "Find" functionality on my XML file and XPath is not available on compact framework. Can anybody suggest an alternative to XPath for searching specific nodes in XML files in compact framework Thanks. You can try to use XPathReader. Take a look at this blog post of mine: http://blog.opennetcf.org/ayakhnin/PermaLink.aspx guid=2b0fded8-ad7 ...Show All
pepellini Problem smartphone, button
excuse my: I have italian, I not good english My problem is: with isual Studio 2005 Beta 2 , I have can at programming the smartphone bat the function private void Form1_KeyDown( object sender, KeyEventArgs e) not work. I press the button, and the program not pass for she. what is the problem I have find one interessant event: The function private void Form1_KeyDown( object ...Show All
J M B Retrieve current active connection (GPRS, WIFi) IP address of device
I want to know, how can I retrieve an IP address of active connection to internet. here are some methods I use to help: static public string [] IPAddress(){ String strHostName = System.Net.Dns.GetHostName(); // Then using host name, get the IP address list.. IPHostEntry ipEntry = System.Net.Dns.GetHostByName(strHostName); IPAddress[] addr = ipEntry.AddressList; string [] IPArray = ne ...Show All
ascanio digital signature
quick question regarding installation of an application. Does having your application digitally signed get rid of the nasty prompt message "this program comes from an unknown source and may not be trustworthy. Would you like to install this program " Or is it unrelated Ok, I'm actually going to be code signing my application now. So it seems like you have to have all the .dll, .exe, and the .ca ...Show All
emz chisnky Intaller corrupting files
Our installation process is corrupting one of the file being installed and we can't figure this out. Does anyone have an pointers Our application comprises of a Setup.exe file that is 63,026kb. This setup installs several files including a 62,264kb data file which contains all the data for the app. When we install the application to the 128meg SDCard this large file is getting corrupted. Here is what we know thus far. ...Show All
DarksAngel getting the vs2005 pocket pc emulator to connect with activesync
I have been searching everywhere for an answer to this but have just ran into dead-ends. My problem is I am running an emulator in visual studio 2005 and want to connect it to active sync. However after going and cradleing it in the vs tools activesync can't find the device. I believe that the problem is active sync is missing DMA transport support. I can't figure out why it doesn't come up when I go to connection settings(in activesync). ...Show All
