Answer Questions
Martin Lundberg file opened?
<deleted> Thanks for the information... So number 1. is an easy fix. However, number 2 poses a problem for your initial suggestion... what do you recommend Read the entire train of thought on this... it seems like it would have just been easier to leave things alone and let the user decide if they want a singleton or not ... Two reasons: 1. Your implementation of instance count can't possibly work since even static variables are not shared across instances. You’d need to use something else, e.g. named mutex. On Windows Mobile (which you’re probably using but incorrectly call it Windows CE) NETCF enforces s ...Show All
dork restart after installation
hello, i m newbie. i have develop the cab file from smart device cab project. what i want is that when i complete my installation. the mobile will reboot as like normal installer. because i have paste the exe in the windows startup on time of cab creation. and that exe will run my other background services(exe). so how after installation through cab i want to restart the device. how i manage it device is imate sp5m, and C++.2005 for development. Thanks in advance Regards Salman hello, i m confused. please help me what sort of project. i select for dll generation and how i use ce_setup.h file in that project i want to delete the directory content on uninstallation of that project. pleas ...Show All
quacka i think this is what you need
Hi, Do you know where can i get the Windows Live ID SDK now can i get one Me Too ... I need one. Thanks. As i know . Somebody get the Windows live IDs .see my email plz. cnr#live.com. I can give you one if you need one . Still not released Me too , i have a ImagineCup Software Design Project , i plan use Windows Live ID SDK .:( I don't think it's been released yet. All of my reading suggests it'll be Autumn time, so... anytime now maybe Hey i also Need One ! Go to http://dev.live.com/liveid and download it there ...Show All
belgerog How to reject incoming call
Hi, I'm using SystemState.PhoneIncomingCall in a VB application that works fine (I intercept an incoming call and show the phone number in a messagebox). Friend WithEvents IncomingCall As New SystemState(SystemProperty.PhoneIncomingCall) Dim PhoneNumber As String Private Sub phoneIncoming_Changed( ByVal Sender As Object , ByVal Args As Microsoft.WindowsMobile.Status.ChangeEventArgs) Handles IncomingCall.Changed PhoneNumber = SystemState.GetValue(SystemProperty.PhoneIncomingCallerNumber) If PhoneNumber <> "" Then Me.BringToFront() MessageBox.Show( "Chiamante: " & PhoneNumber, "IncomingCall" ) End If End Sub Now, how ca ...Show All
Eric Wisdahl UPnP (once more): linking problems
Dear all, I am writting an application for windows mobile in VC++ 2005 and when I compile my program, I get error LNK2001: unresolved external symbol IID_IUPnPDeviceFinder and unresolved external symbol CLSID_UPnPDeviceFinder I included the "upnp.h" from UPnPctrl part of the MS Server Components but I get that error. I have also included the path to upnp.h in the project properties. I noticed that there is no .lib file included in the /lib directory of UPnPctrl part. do you think that this must be a problem Any help will be really appreciated. Thank you in advance. PS. The error comes up when I use the CoCreateInstance(CLSID_UPnPDeviceFinder, NULL, CLSCTX, IID_UPnPDeviceFinder, (void **) &finder); ...Show All
Zulbaric can not create Visual C++ Smart Device project
Hello everyone, In Visual Studio 2005, I can not create Visual C++ Smart Device project -- when input required inputs (project name, path, etc.) in "New Project" dialog, then when I click OK, the "New Project" displays again -- without any error notifications... And I have checked the related physical location of the project path, the project is not created. I am wondering whether it is a bug of Visual Studio 2005, or I need to install some additional components in order to create Visual C++ Smart Device type project thanks in advance, George Thank you Srikanth! I am using IE7 on Windows XP SP2. In my environment, should I upgrade to VS2005 SP1 regards, Georg ...Show All
Omar Fawzi how many pushpins can I add?
OK - I am fairly new to all this - and I have already wasted a couple of days trying to figure out the yahoo maps API to add custom mappoints/pushpins to their service, only to find out that they limit you to 200 points (which of course they disclose nowhere) - I need more like 4000 all over the US. Is this something Virtual Earth can handle, and if so, what would be the way to go about it All locations have a LAT/LON and a site nr. that is it. Thanks Are you saying there is a 400 limit for GEORSS Feeeds Well, I would assume that the implenenbtation should be able to fetch ALL from GeoRss Feed at the same time RENDERING only the ones that are visible and when map is zoomed out we would expect automatic clustering..... A ...Show All
Wasif235288 windows applications and ce .net
is there any method, easy or otherwise, to convert a windows forms application designed in visual studio .net 2003 using visual basic to a windows application for a ce.net smart device Thanks... not really since the platforms are different as well as .NET CF having not as many classes/methods as the full .NET Framework version. you may well need to pretty much recreate the application or rather copy and paste into the .NET CF project and take out the bits that are not supported in .NET CF and find another way of doing it in the .NET CF ...Show All
pjtaylor Camera API's stopped working
My camera capture method below, no longer seems to works on my i-mate SP5 (HTC Tornado).. The code worked and ran perfectly for the last few months, on both NETCF2..0 and the Beta of NetCF2.0 Service pack 1, but since I upgraded my device today to the new release candidate (non Beta), it no longer works and throws an InvalidOperation Exception on CameraCaptureDialog.ShowDialog(); method. The .Net themselves seem to work alright, except the camera functionality no longer works /********************************************************************** * METHOD: startCamera **********************************************************************/ public String startCamera(CameraCaptureMode incCaptureMode) { /*** ...Show All
Divyajosephjohn 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 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. Which version of Mappoint CD do you have 2004 or 2006 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 before committing to the service. Hopefully they offer you a great rate. John. I'm in a simil ...Show All
GinaK Trying to get address from a map
Hello to all, I have used in the past MapPoint web service and I must say testing VE is more than great! I would like to ask this: I am creating a new map with specific Lat Long info that I have. The map is generated fine, and I have managed to create custom pushpins. The issues is that I want right next to the map to have a small area that will show there some basic information for the Lat Long point, like Country name, City name and Address. I am reading the reference but can't find something specific yet. Can you help me on this Thanks! Hi John, thanks for the answer. I did some reading about reverse geocoding after I post my first message. You are right. Hopefully they wil ...Show All
ledwinka Problem with TAPI lineDrop on smartphones (device Qtek 8500)
I use TAPI lineDrop routine call to drop the call in DATA mode: - rc = lineDrop(hcall, NULL, 0); lineDrop returns a positive value and I call lineDeallocateCall to deallocate handle: - rc = lineDeallocateCall(hcall); lineDrop returns LINEERR_INVALCALLSTATE and it seems that call is not in the idle state. And after that my TAPI message handler doesn't receive any disconnect messages. TAPI message handler receive disconnect message only after other side droped the line. This problem appeares only on smartphone devices (Qtek 8300 and 8500). On PDA (HP 6515, Qtek s100, MIO A-70x) these routines calls work without any problems. What is specific in TAPI lineDrop and lineDeallocateCall calls on smartphone devices ...Show All
Mikepy MySQL, VE API, and around 1Million places to display
Man do i need help. i started off and got to this point and realised i was going in 2 opposite directions. i have a simple VE Map page using HTML/JS. i also have a PHP page that Queries a MySQL server and returns results. all i am looking for is how i would be able to do the following: allow a person to cruise(browse) the map in my simple page, and have 4 buttons to the side that would be toggled on/off to show 1 of 4 categories in my MySQL DB. obviously i realised with PHP it's server side and couldn't update on the fly. i am using a linux provider for this, which means no ASP.NET or any other gr8 MS jazz. the layout: MySQL-DB (name,address,type-of-place, lat, long). i currently dont have lat and long info (i'm guessing thats what everyon ...Show All
Syed Faraz Mahmood local.live.com Interface
Does anyone know of any resources to build an interface within VE similar to the local.live.com interface The site has a full screen VE control with menu panels that collapse / expand, icons linked to menu panes, links to routes etc. I really like the it and can see the logical step with custom VE applications is to move to this style of interface. Is the interface code for local.live.com available John. Hmm, no, i dont read books, only Donald Duck comics on the toilet ;) But i recommend you start writing your function, and ask when problems arise. I think with the text i posted it shouldnt be so hard to do it. So John, I am in a similar situation. My client (MS) is having us wrap VE with some weird and wonderful ...Show All
xavito rerieving the status of phone
hi all , in my application , i want to handle a following situation . 1. when the incoming call comes , i have to pause my application or the settings should be saved . 2. how to handle the incoming calls . Include following assembly references. * Microsoft.WindowsMobile * Microsoft.WindowsMobile.Status There is class named SystemState in Microsoft.WindowsMobile.Status namespace. Using this class, we can created system state changed event. This event will occur while receiving incoming call. see the below sample code. private void Form1_Load(object sender, EventArgs e) { Microsoft.WindowsMobile.Status.SystemProperty systemProperty = Microsoft.WindowsMobile.Status.SystemProperty.PhoneIncomingCall; Microsoft.Windows ...Show All
