Answer Questions
rsf_05 Whether netcf 2.0 support isolated storage?
Hi, Whether netcf 2.0 support isolated storage Regards, Senthil. It's not even supported on OS level. ...Show All
Aaron Hare - MSFT Unable to connect to live Web Service with Smartphone Emulator in RC
I'm still struggling with Emulator connectivity in the SmartPhone Emulator. Here's the setup: VS.NET 2005 RC SmartPhone 1.0 Framework App Connecting to a Web Service both on local machine and on the Web Emulator set up running and cradled Network Configuration has the Enable NE2000 PCMCIA Network Adapter set No other options are explicitly set from default The emulator seems to have good connections to both the local machine and the Web using I ...Show All
VFI Support Spy problems
I can connect with remote File View, RegEdit, HeapView, Process View to any of the Emulators or a real PPC2003 device. But when I run Spy I get either “The process cannot access the file because it is being used by another process” “Invalid Signature” when I connect to an emulator (if the emulator is not running it will bring it up) OR “The process cannot access the file because it is being used by anot ...Show All
BPM Text Format
Hi, I'm trying to add items to a list view like this: frmList.lstShop.Items.Add(txtProduct.Text) This method gives me an error "Value of type 'Strings' cannot be converted 'System.Windows.Forms.ListViewItem'". I've tried to save the text to a string and add the string but I get the same error. I also get an error when trying to add a column like this: lstTrolley.Columns.Add( "Price" , 40) Can anyone tell me how I coul ...Show All
Vanna How to apply C++ in C# Projects on Smart Devices
Hi, In my current project I'm performing a set of very time consuming operations. Unfortunately even employing pointers doesn't yield a significant advantage in this C# project. My idea is, to outsource this piece of code to a C++ class library. During this attempt I was confronted with new problems: To use C++ methods in C#, the DLL has to contain a Manifest , which is only possible with managed extensions (/clr-compiler option) C++ managed e ...Show All
MarkC GSM Network parameter information
Hi all, Can somebody tell me what API's needs to be used for accessing GSM Network information in smartphone. I am basically looking for following pieces of information using an API call. Current network MCC (Mobile country code) Current network MNC (Mobile Network code) Current network LAC (Location area code) IMSI of current SIM Also, How my application can stay notified of the changes in any of these parameters. Anybody sol ...Show All
FrankGroves Upload a file on FTP server
Hi all, I want to know how i can upload files on ftp server. I tried to use opennetCF but it doesn't work every time. The GPRS connection works fine, the log in to the ftp server too, but when i try to send a file I have often this error : "couldn't open passive data connection, no DataConnection IP was given." So, Maybe i have to use another way to send the files, and if someone havce an idea, thanks to tell me it. ...Show All
Subrata Smartphone C++ question
Hi. I usually program in .NET for Windows and Smartphone. However I am needing to access some smartphone device features (IR in particular) and it requires using C++ unfortunatly. I am wondering, what do I need to use to develop in C++ for the smartphones I do have VS.NET 2003 and 2005, Smartphone devices which have WM2003SE and WM2005. Can I develop the C++ stuff in VS.NET IF so - even though I have the smartphone SDK inst ...Show All
explorer4life HELP! Basic Signature Capture on a PDA for a newbie
Hi, I've been thrust back into the world of development head first and I'm trying to get my head around vb.net 2005 as the last bit of dev I did was in VB6 nearly 3 years ago. I've been asked to put together an app that will allow a user to enter data on a PDA which will then store the information on an SQL database, but, of course, they require a signature field at the end. I've searched MSDN and the web for code and examples but most see ...Show All
jjamjatra Unable to connect to remote server when calling web service
Can anyone provide any insights into this problem: I'm calling a simple web service from my pocket pc application remotely and the error coming back is "Unable to connect to the remote server." The web service just returns a simple "hello" string. It's configured to allow anonymous authentication. I verified that I can browse to other websites like espn.com or cnn.com so I do have internet connection. I can even browse to ...Show All
Sunderth_MS What's other function name called GetCurrentDirectory in evc
Dear all I would like to ask some one who know other function name in evc which like GetCurrentDirectory in vc when i look at evc help it does support GetCurrentDirectory() and so on , does any function name can instead GetCurrentDirectory() in evc thank's u Windows CE does not have a concept of "current directory", thus there's no such function under any name. Hi i got some one answer for this question maybe ...Show All
tqlashot_kk Emulator behaviour is not the same as real device
Hi, I am testing my program in emulator(VGA) and Acer n300 (VGA), both are traditional chinese language version. My program is written in VC++3.0 for QVGA screen.WM5 will detect it is an pre 5.0 version and will activate pixel doubling automatically. The question is : My program works well in the VGA emulator with pixel doubling and display a very clear and sharp 10 point font. When my program runs in a real device (Acer n300), the 10 poin ...Show All
Jonathan Finkbiner Pushing application from Server to PocketPC
Hi All, Any ideas how can i push certain application over wireless n/w from server to my PocketPC device and launch the same On Desktop side we have RPC but I don't think so we have it on device. -Seemit Thanks Senthil. Will do some R&D on what u have mentioned and come back with specific question. -Seemit Hi, ...Show All
Ed Hintz Running the same application on a PC and a CE device using .Net Framework and C#
I need to run esentially the same application on a CE device and on a PC. The only change might be a larger UI on the PC. I would like to use C# and the .Net Framework. Is this possible Are there any example programs How would one go about doing this At the moment it appears the only reasonable way of using the same source is by using unmanaged C++ code. It is possible on both binary level and source code ...Show All
Jalebi Configuring emulator for internet
Hello Guyz, Can any one plz help me in configuring the emulator in VS 2005 so that it can connect to internet Thanx in Advance. Is this the correct placte to ask how this can be done in embedded Viscual C++ The steps stated above for VS do not seem to be possible for EVC++. Anyone any idea how to configure EVC++ emulator to connect to the Internet Thanks, Geoff. I have t ...Show All
