Answer Questions
Leedrick .Net compact framework is not working on my O2 mini.
.Net compact framework is not working on my O2 mini. I had tried installing .net compact framework version 2. and 2sp1 but both were having error on my phone. It shows "installation error. Stop all applications and process bla bla bla.to maximize storage space." Hey,but i had 20 Mb of free space left out to install the framework. somebody please help me.I just bought a software for my O2mini which requires .net compact framework. thank you for your help. I think i have to do a hard reset because i have Downloaded so many version of .Net compact. Once again,thank you! I also have a similar problem to Terry, this time its running an o2 XDA ...Show All
AndyPham SQL Express & SQLclient problem in VB2005
Hi guys, this is my first post here, im a VB Win developer with some experience, and now id like to try Smartphone programming, but i reaally need some help, heres my case: Im using VB 2005 and i have installed SQL Server 2005 Express. I create a new project and add a reference to System.Data.Sqlclient, located in: C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\SQL Server\Client\v1.0 Then i procceed to import the namespaces: Imports System Imports System.Data Imports System.Data.SqlClient Since i just wanted to test if the connection works just like it does in VB Windows Applications, i added a Textbox (named Textbox1 ) and added the following code in the KeyPress event: Dim strconn As String = "Data Source=XZIBIT;Initi ...Show All
General Fault Adding Custom Today Screen Item
Actually I need to add a "cutom today screen Item" to Pocket PC automatically when message has been reached to my messenger. I am presently working on Visual Studio.Net 2003( Compact Framework1.1). Actually I have tried this link: C:\Documents and Settings\Administrator\Desktop\malleswar\adding image\Creating a Pocket PC Today Screen Plug-in with the _NET Compact Framework.htm but for building Embedded Visual C++ (eVC) has to be used. If u know better way than this plz guide me. You definitely are missing some files - check if the lib file is present. Maybe the file referenced is present but the file path is wrong. Manav Try opening C:\Program Files\.NET Compact F ...Show All
Linda Cornerstone Check for land / disable zoom
Hey I have 2 questions, that I'm hoping you can help me with. 1. Is it posible to determine if a specific position is land or water 2. Is it posible to disable the mouse wheel zoom function Or just disable zoom 1. You should be able to use the MapPoint web service method "GetLocationInfo" to figure out if a given location is over land or water given the "Entity" it returns. Not a built in VE function, but still pretty easy to use. 2. Can you trap the mouse wheel event at the page level in a page and cancel the bubble I'm not a Javascript guru, but I thought this might be possible Regards, Dave Thank you very much. Even though ot wasen't the answers I w ...Show All
Long Xue Management of phone calls
Hi, I would want to be able to control incoming and outgoing calls. I know I can detect them with an object of SystemState. Now, there are several problems: - Can I detect them if the events occurs out from my application - Can I finish a phone call If it it possible: - I don't know if I can close an incoming phone call or if only the OS is able to do it. - I don't also know if it is possible to finish an outgoing phone call that I haven't initialized into my programme. Anyone can help me Thanks a lot. Alvaro Penarrubia Thank you very much. So this API is not supported for Smartphone Only for PPC Hi Michael, I'm quite shamed because I still have some (the same) problems. When the VS trys to open th ...Show All
Michael G. Emmons Error in Microsoft Sample Code For RDA
Hi, I think that there may be an error in some sample code that is on MS website and around the Internet with respect to RSA. Here is the code try { if (File.Exists("\\My Documents\\RdaDb.sdf")) File.Delete("\\My Documents\\RdaDb.sdf"); Where RdaDb is the name of the SQL Server mobile database. This will work fine the first time the database is pulled down, but the second and third.... times, the file cannot be deleted as it is in use by SQL Server Mobile. Any ideas That's it Sounds like a bug in RDA to me. I will report that to appropriate person. Meanwhile it appears the only way out of it is to close the application. Just a hunch: try P/Invokin ...Show All
Pieter Versteijnen Displaying images using IImage - SRC rectangle ?
Like many people who have been using the imgdecmp method to load jpg and gif images in previous OS versions, I'm now migrating to use IImage. I have my code working calling CreateImageFromFile() and then Draw() using NULL as the source parameter. I then get the entire image displayed in the destination rectangle that I specify. What I havent been able to do is to specify a source rectangle so that I can display only part of the image. Basically I want to be able to pass in : srcX srcY srcWX srcWY dstX dstY dstWX dstWY The API description of Draw() says that the source rectangle is expressed in 0.01mm units. So I have tried to do: pImage->GetImageInfo(&imgInfo); SetRect(&src, (int)(srcX / imgInfo.Xdpi * 254.0), (int) ...Show All
anothernewVBguy change the vmid and mac address in a state-save file
Hi All i assumed a state-save file has a vmid and mac inside, right then if load a state-save file on another machine, there will be some problems. so can i change the vmid and mac address of a state-save file or is there some other way to fix that Thanks in advance Terry Sorry, but there is no way to modify the MAC address or VMID in a savestate file. You can launch the emulator with a unique VMID value via the "/vmid" switch, which will guarantee that no other emulator instance will collide on that value. For networking, it's best to uncheck the NE2000 option before doing a savestate. Barry Thanks! yes, the best way is to making a save-state w ...Show All
EthelMary040 UPDATE MICROSOFT VISUAL STUDIO 8
WHERE AND HOW DO YOU GET A MICROSOFT VISUAL STUDIO 8 UPDATE Sounds like you do have corrupted installations. There was a special tool to remove beta, if you did not used it your installation might be corrupted: http://msdn.microsoft.com/vstudio/support/uninstall/default.aspx Here's what I would suggest: 1. Remove VS 2005. 2. Follow VS 2005 beta removal procedure above. 3. Install VS 2005 again. My 2 cents: Do a complete uninstall of VS2005 and reinstall it again. That might help ;-) i followed the procedure from msdn and i thought i got all the files this time!!! i was missing sql server 2005 edition and MSXML 6,0 PARSER. i thought this would work.... i get the ...Show All
Vamsee Krishna Accessing message stores
I have reach the stage of opening message stores but how can i access each message and get the content of the message, including the sender info Ya but still, there is no exact or direct answer. Hi This has been answered before - try searching the forum Some answers that may help see: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=521509&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=926049&SiteID=1 in mapi for getting sms If your willing to spend a couple of dollars on a 3rd party component - try this: http://www.inthehand.com/WindowsMobile.aspx This library provides the managed wrapper ...Show All
R Raghu problem in loading the 1[custom service] in samrtphone and 2[Extending contact tools menu] in smart phone
problem in loading the custom service in samrtphone I made myservice for pocketpc WM5.0 its runs successfully in pocketpc by activate service. I'm using device emulator for pocket pc sdk 5.0. Now i want to use that service in samrtphone WM 5.0. for this i change the SDK to smartphone and signed the Myservice.Cab file with "SDKSamplePrivDeveloper.pfx". The cab file installed successfully but not loaded with the "ActivateService" or "RegisterService" method for smartphone. Thanks Alex. One part is done that is service is loaded.Now I am checking for my contact menu As far as I remember it needs to be signed with trusted privileged certificate. SDK cert would only work if your phone trusts it and of course no production ...Show All
Jon_H Suggestion Req. – how to overlay USA Radar?
Help! I am attempting to overlay US Radar images on a VE Map. The images in transparent gif format can be sourced free from here http://www.srh.noaa.gov/jetstream/remote/ridge_download.htm I can also generate KMZ / KML definition files from here http://www.srh.noaa.gov/ridge/kmzgenerator.php by taking apart a kml file I know the URL and the lon/lat bounds of the image for example the radar Dallas is http://www.srh.noaa.gov/ridge/RadarImg/N0Z/FWS_N0Z_0.gif with the upper bounds of the image being.. <north>36.5657291342995</north> <south>28.5657291343</south> <east>-92.932092312899</east> <west>-101.659365040172</west> So I know the lon/lat edges and corner of the file – I gue ...Show All
hunb WM5 and recurring hebrew lunar calendar appointments
I am experimenting with appointments which recur based on the hebrew lunar calendar. I entered them using Outlook 2003. When I first synced them over to my Windows Mobile 5 device, I thought they simply didn't sync. I've since noticed that they were copied over but are appearing on the wrong dates. It looks like WM5 is picking up the day of the month from the hebrew calendar and mapping the hebrew month onto the gregorian calendar. So the appointments are appearing in a predictable, but useless, manner. I'm running WM5.0 OS 5.1.195 (Build 14928.2.2.0). Any chance this has been addressed in a later build If not, is there someplace else I should report this Thanks. This forum is smart ...Show All
chrisb2 windows mobile 2005 contact location
I am wanting to create an application that backups up my contacts to the storage card. the problem I am having is finding where the contact are saved. I am not talking about the sims contact, but the outlook contact. Any suggestions any example coding in c#. I was thinking that the contacts were located somewhere that I could just copy the file from my mobile phone to my desktop pc. If you are saying that is not the way it can be done then please show me an example of how I should be able to grab a copy of my contacts. Thanks I am using Microsoft.WindowsMobile.PocketOutlook in my application to take the contactsCollection. Now i want to reg ...Show All
JDWCLG Map disappears when I mouse over on pushpin
I've code which loads the VE map and adds a pushpin to it. The pushpin is added fine. But when I mouse over the pushpin I can see the details, but the map just disappears. Any idea Yeah, that's a new one for me, too. Best guess without seeing the page is a CSS class conflict of some sort... Thanks for the reply. It was an issue with our CSS. got it resolved. Thanks, -Bindia Post a link and tell us what browser and version you are using. I have no seen this problem before. John. ...Show All
