Answer Questions
Richard Glanmark find a category
hi, i'm trying to use find(), to search categories, eg train station, Churches, hosipitals.. but i found the results return are not right, is there any other way i can do such kind of search thank you! Yuki thanks... but i think i just stick to VE for the moment ... Yuki Visualbasic No, you can use any language. But we are not talking about client-script in the browser, i suggest you create a asp.net 2.0 webapplication and implement clientcallbacks(Ajax), the callbackfunction then gets the data from the mappoint webservice, processes it for you and sends it back to the browser, which then creates the pushpins via jabbascript. Yes, there is. Yo ...Show All
Ronghwa Bluetooth File Transfer (Working OBEX Solution Posted ;-)
Are there any good samples or blogs available that show how to transfer files via Bluetooth on NETCF from one phone to the next programmatically I’ve searched the forums but all I can find is many suggestions and some desktop samples but no mobile samples that simply transfer a file from one phone to the next. Your help would really be appreciated ;-) thanks Now that sending OBEX files works nicely thanks largely to “Brecham OBEX library”.. On to stage 2: Does anyone know how to programaticaly handle the receiving of OBEX files so that I can store incoming file in different folders thanks.. First of all thanks Brendan for your respo ...Show All
McGeeky Hiding the taskbar...?
Hello, I want my program to run as a fullscreen program.I mean the user shouldn't be able to access the task bar.I have a sample to hide it,but it uses user32.dll but CF.NET complaint about this .dll. so what's the way to do this I want the user to only use my application.he/she mustn't be able to switch another application.I thought hiding the taskbar is the solution for this.is there another way Thanks in advance Thanks but my problem is different. I want to do something which will make the user not to open the taskbar.If he/she opens the taskbar,he/she can switch to another program from the Start menu. I want to disallow this programmatically. Thanks again. Hi, you can hide the bar at the botto ...Show All
nightwish /f 3 no go on CLZ - 0xC000001D (v2 beta)
Using /f 3 to start up the emulator and running a typical app on that emulator gets me a 0xC000001D on clz r2, r6 4.1.12 CLZ : Architecture version Version 5 and above I don't remember this happening in the original emulator. I ran it again in the original emulator and it died a similar death, but I can't be sure the correct (non-beta) DLLs are being used since I have 8.0.60317.00 (v2 beta) hooked up/registered, even though I started up the original vs8 emulator to run the app (outside of the debugger). Double-wide loads and dsp instructions seem to work, just not the CLZ (I haven't looked beyond these), so it's not a /f&n ...Show All
vtortola How to add a label on the map
I used user control to add label, but the problem is that the label doesn't stick with the map if I move the map since the position value it passed are relative values. Is there some way that I can add a label at certain lantitude and longtitude positions Thank you. ...Show All
Daniel Gary IOCTL_DISK_SECURE_WIPE
I was using Windows CE 5.0 platform builder to compile a flash block driver and got the following errors: error C2065: 'IOCTL_DISK_SECURE_WIPE' : undeclared identifier ... The document says it is defined in diskio.h, but I could not find it in any files. Any suggestions Thanks a lot. Please post your query at the news groups pointed by the below announcement link http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=481505&SiteID=1 Thanks Srikanth Bogadapati . ...Show All
Martinp23 Can we run Virtual Earth Mobile on WM 5.0 Pocket PC Emulator
Hi , Can we run Virtual Earth Mobile on WM 5.0 Pocket PC Emulator If yes, would we need any more softwares\plugins Thanks and Regards LP ...Show All
monkeynova Que regarding CeCreateFile and CeGetLastError
Hi, I have the following code: hDest = CeCreateFile( szDestFile, GENERIC_WRITE, FILE_SHARE_READ, NULL, CREATE_NEW, FILE_ATTRIBUTE_NORMAL, NULL); dwError = CeGetLastError(); if I were to call CeGetLastError immediately, I get error code ERROR_FILE_NOT_FOUND but strange thing is the handle hDest is something valid and not NULL. This happens only in my Dopod running Windows Mobile 2005. If I were to run exactly the same code on Xda Windows Mobile 2003, GetLastError will return 0. Is there an explanation for this Thanks! ...Show All
Mark Benningfield Who has a PPC-6700 Sprint AudioVox Mobile 5 (Can I use GPS?)
I have the Sprint AudioVox PPC-6700 and I know that it has the built in GPS chipset but everywhere that I search I can not find out how to actually access the API. There are a few of the GPS API references throughout msdn & msdn2 but none have an actual walk through. It is very easy to access the phone API's and contact lists/appointments and whatnot but the GPS is not to be found. As far as the GPS is conserned one could argue that it isn't ment to be programmed or something but the fact is that in all documentation it says that e911 can use the gps and also applications that need your location (such as movie times or resteraunts in your location). I really need to find out how to manage this out even with just a simple quord ...Show All
ifaber bulk geocoding canadian addresses
im looking for tool to bulk geocode canadian addresses. will have to geocode over 200, 000 addresses at first then 10-20% on daily basis. steph can you shared your code for interacting with mappoint CD for geocoding...or point me in the rite direction. thanks steph well, you can also buy one mappoint 2006 on cd, and let mappoint 2006 do the bulk coding, i am currently doing a mixture of both, cd version and webservice. I also think the cost of using mappoint for 40,000 geocodes a day is going to send you broke. We decided it was worth it to develop in house then spend 200K+ with Mappoint. Its a real pity, mappoint does a good job, get a quote first ...Show All
Ronen1966 I want a button that will navigate to the My Document folder when pressed
I want to have Buttons in a VB Form navigating to places like,My Documents, Network Places, My Pictures etc. Does anone know code for me to be able to do this... Thanks And it promised to " take you to the folder " Could you please post help URL you shouldnt need to access the registry. You will have problems eventually such as security issues. Nor should you need to create a batch file :-) Best thing to do is spin up a process of the MyDocuments using the Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) the SpecialFolder enumerator gives you a list of standard user folders you can access. This would be the best way ok * you can make it create a ...Show All
LaoZeng calling C dll functions from smartphone2003 emulator
I've read many forum messages and articles, but I still can't make it work. I have a VS2005 C# smart device project, which should run in smartphone2003 emulator. I also have a dll file, writen in C, which contains several functions. Any attempt to call a dll function from the emulator causes "MethodNotFound Exception". (on the board itself several functions did run, but I don't have it at work). I read a lot about this exception, and checked everything I could. These are the things I checked: I took the dll sources and built a standart windows dll (using VS6). I ran the exe application (from debug folder) with this dll and it works without a problem, so I assume that the problem is either in my project/solution configuration (I ...Show All
c.g rajesh kumar hPrevInstance Error Cxx0030
I hope someone can help me with this problem. I am converting an application from eVC++ to Visual Studio 2005 C++. I was able to fix all the linking errors and was able to build the solution. When I try to deploy the application either to the emulator or an actual device the application starts for a second then crashes. It breaks at afxWinMain(), stating that hPrevInstance is "unable to evaluate expression." Any suggestions would be greatly appreciated. Thanks. The error code that you have mentioned comes when debugger could not obtain the value of the expression. Also, hPrevInstance is always passed as NULL under Win32 world and is not used. Also, I have tried to convert a working default eVC++ application to VS 2005 app ...Show All
LMSmith Help on MSNSearchCSharp2005Sample!
When I test the MSNSearchCSharp2005Sample, I set the CultureInfo to “zh-TW ”, But I was puzzled with the results. There are too many English, Japan, and France results, while only one or two Chinese results . But When I use msn.com to search the same keyword with Chinese culture, the results is much better. Do you happen on this trouble like me take this usage of language, for example, search the key word "xml" only in English, you can input xml (language:en) ...Show All
JCube Avoiding/Eliminating the "OK to Reinstall dialog box"
I've built an enterprise solution that includes both a WinForms app and a Pocket PC app. To facilitate the installation of the mobile app, the WinForms app copies the Mobile CAB file over to the device and then executes it. It works fine except that whenever and update is being installed, it presents the following dialog box: Blah-blah-blah is already installed. Re-install OK Cancel I'd very much like to find a way to eliminate this dialog box. Does anybody know how Robert Werner Vancouver, BC The fact is that wceload /silent is not silent when executed via CeCreateProcess. But... it will run silently if you call it from ShellExecuteEx in a device resident app. - ...Show All
