Answer Questions
ofireps Robot Invaders Contest - Who did you vote for?
The robot invaders contest ( www.robotinvaders.com ) is closed for new entries, so all bots are in. A total of 51. With $40.000 in prizes, everybody of course wants to win. But which bot do you think will make a good chance The prizes: Grand prize (1): AlienwareR MJ-12 7550 Workstation First Prize (1): BoseR LifestyleR 48 DVD Home Entertainment System Second prize (5): AlienwareR Sentia M3200 System Third prize (10): GarminR nuvi 360 User's choice: 80 GB USB Portable Drive / DX1 Input System / LED Binary Watch The bot with the most votes on September 15th gets the user's choice award. It looks like that would be " samplebot@hotmail.com " with a total of 412855 votes! Amazing. Last time I talked to that bot though it could ...Show All
luca82 How to get vga device emulation
none of the shortcuts emulate a hidpi device, i.e. vga. i created my own shortcut using the command line args, set video to 480x640x16 and it gave a vga screen, but it was not 'hidpi', it was the same as running sevga on a true vga device, i.e. not what the user normally sees. anyone got proper emulation of a wm2003se vga device There must be something wrong with your ROM files. I can successfully launch the PPC VGA emulator with the following command: cd <location of the BIN files>c:\Program Files\Microsoft Device Emulator\1.0\DeviceEmulator.exe PPC_USA_VGA.BIN /language 2055 /memsize 128 /video 480x640x16 Thanks Carl I'm using the community preview of the standalone emulator. I assume I ...Show All
Edijs Virtual PC/Windows CE Emulator "A driver is installed that causes stability problems with your system. This driver will be
I am using Visual studio 2005. I am developing Windows Mobile 5.0 smartphone application. After necessary installation when My system starts I get the following error Virtual PC/Windows CE Emulator A driver is installed that causes stability problems with your system. This driver will be disabled. Please contact the driver manufacturer for an update that is compatible with this version of Windows . Contact Information: Web Site: http://go.microsoft.com/fwlink/ LinkId=26320 Resolution is to alter boot.ini But I think This will lead to unstable the system. Could There be any other resolution [Like Patch or something else] for this problem I'm also getting this problem, but the provided ...Show All
WestMike Remote controlling a WM 2003 PDA over the internet
does anyone know if there is a way to control a pda over the internet, specfically so that i can send open a file/programme on my pda and this is shown back on my desktop computer via the internet any relevent information is welcome! thanks Addressibility is an issue here. You can not really ping the device on the internet. You can however write an application on device that would connect to the server periodically and send the required files/data to the server. Manav ...Show All
Chibi-Acer How t use SmsSetMessageNotification.
Hello - Could any one help me how to use SmsSetMessageNotification(...) to invoke my application to parse the SMS message. Thanks a lot, Ramana unsafe public static int SetMessageNotification( string strAppName, string strParams, string strProtocolName) { IntPtr hSms = IntPtr .Zero; IntPtr hSms1 = IntPtr .Zero; SMSTest. SMSREGISTRATIONDATA objRegData = new SMSREGISTRATIONDATA (strAppName, strParams, strProtocolName); Byte [] bSMSData = new byte [objRegData.cbSize]; Byte [] bMsgType = new Byte [516]; fixed ( byte * pSMSData = bSMSData, pSMSType = bMsgType) { byte * pCurrentData = pSMSType; foreach ( byte b in Encoding .Unicode.GetBytes(strProtocolNa ...Show All
JinFan Batch Location Additions / Location Import
Hi, I'm new to the local.live mapping system and need a way of adding location push-pins in batches, I have a CSV text file with about 100 locations - is there any way of importing these into a saved map Thanks Rob Glad I could help. This topic also has been discussed pretty much in length in older threads too, so if you get stuck first I'd recommend you look up "geoRSS" inside the search textbox. It'd be hard to convert a CSV file into a geoRSS, but its possible to write an app that creates the xml format (in .NET say, using XMLBuilder and appending to nodes) and then reading off of the file. You'll need some work to convert that CSV file to the appropriate GeoRSS file. You'll need to uploa ...Show All
Rob Berkers How do you print a bird's eye view in Local Live?!
How do you print in windows local live ! I've tried numerous times, but have come up empty! Why can't I simply do file:print Why does windows only allow me to print an aerial or a road map It's stupid! I'm going to Google Earth. Do you still need help with this if so email me at storms1151@hotmail.com and put in the subject "Birds Eye View" and i'll give you some Ideas. It's kind of tedious but I've printed some good pics. AAAAAAAAAAAAAAAAAAAAAAAAHHHHHHHH wrote: How do you print in windows local live ! I've tried numerous times, but have come up empty! Why can't I simply do file:print Why does windows only allow me to print an aerial or a road map It's stupid ...Show All
Divided Sky i use the following function to load virtual earth map, I wonder that after I load the map like this, can I change the map's pos
i use the following function to load virtual earth map, I wonder that after I load the map like this, can I change the map's postion after this function GetMap() { map = new VEMap('myMap'); map.LoadMap(new VELatLong(37.41, -122.00), 10 ,'h' ,false); } } i appreciate your help Hi Jakein! You can manipulate the map position using this function function PanMap(x,y,latlong) { if (x!=null & y!=null) { map.Pan(x,y); } else if (latlong!=null) { map.PanToLatLong(latlong); } } Then... PanMap(null,null,new VELatLong('YourLat','YourLon')); []'s Yep, Mauricio is right. You can also use the VEMap.SetCenter and VEMap.SetCenterAndZoom methods to change the map location. ...Show All
Thibaud 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 In my current project I need to get a weather forecast for any particular location on a map, so we used MapPoint to get the ZipCode from the VELatLong of the point, which we could then use in any number of services. So I was lucky to have just stumbled accross the GetLocationinfo call 1. No. 2. Not specifically. There are 2 things you can do: a. You can lock the entire map so that no user interaction is possible. b. You can set a global variable to the current map zoom l ...Show All
Srikant0102 Get rid of/disable/reprogram X
I'm developing an MFC app for a Pocket PC type device. Most of my dialogs were automaticly given an OK in the upper right corner that caused that dialog to close and I disabled it but replacing the void OnOK() function with one of my own. However the main window is given an X in the corner that causes the window to close (and dosn't even stop the program), i've tried replacing OnOK() OnCancel() OnClose() OnDestroy() without any sucess of intercepting/detecting when the user pressed the X. How can I do it Dave, You need to switch your inheritence in the main form from whatever it is(maybe Cwindow ) to CDialog. You may have to modify a few CWindow specific items. see http://www.pocketpcdn.com/art ...Show All
LutherW ACCESS for AXIM X5???????
Hello I just purchased Dell AXIM X5. I am just wondering if there is a program like access or access itself to put on my Palm. I use access on a daily basis at home and would love it if i could use it on my palm or a program like it. Does any one know if this is possible Also is there a place where I can get programs for my AXIM X5 Please reply. If this is the wrong place for this thread I am sorry and please direct me to the correct place. best place to ask would be to phone up Dell themselves to ask what applications are pre-installed with the device. This forum is smart device development related. Since your question is not related to smart device development, it's off topic ...Show All
mcnamaragio Uniobjects.dll
i am trying to create a CF program that i can use/reference this dll. the dll is supposed to be .net compatible. this is an IBM dll for communicating with a U2 database. i can add the dll to the program as a reference but, when i try to instanciate the class, i get this error: "COM object with CLSID '{3ED50B8E-0667-11D4-BE19-00104B2A91CE}' cannot be created due to the following error: Class not registered ." i tried tlbimp and it didnt work. any ideas all they have told us is that it is to work with .net framework and,they are no longer supporting their old software/dlls. I suspect they meant desktop framework, not compact framework. The popular solut ...Show All
Brian in London Uninstalling MSN Messenger 7
I'm trying to find all the files and registry keys associated with MSN Messenger. I tried uninstalling with "Add/Remove" programs, but there are still remnants that prevent it from being successfully re-installed. Does anybody know the registry/file names for MSN Messenger I should look for (to delete) im afraid the post you have made is not valid for these forums as these forums are relating to software development and not technical support. The best place to ask the question would be here: http://www.microsoft.com/communities/newsgroups/en-us/default.aspx dg=microsoft.public.msn.messenger&cat=en_US_c5125da0-f050-4dce-90f2-5bd35b00ba4a&lang=en&cr=US Thanks! ...Show All
rahulsk1947 "Virtual Earth supports open GIS standards"
hello all impressive work on VE4! from this article: http://www.gcn.com/online/vol1_no1/42541-1.html Can you describe what GIS standards are supported Is it just GeoRSS I've looked through the entire API, the WinForms Ghost example code and the GlobeControl assemblies themselves and I couldn't find any WMS/WFS etc. support. Is this coming in the future maybe How about KML I love the API and the fact that you can get under the hood using standard DX coding and that there's a PlugIn framework available. How do you see this working in the real world PlugIns are loaded on the fly from web sites kinda like ClickOnce deployment cheers brian flood http://www.spatialdatalogic.com/cs/blogs/brian_flood Currently GeoR ...Show All
kymaita Automating Windows Live Messenger
Our organisation uses a large bespoke application for most of its work, but we also use Live messenger for instant messenging - as such we would like a form or linking or automation between these two apps, so when we click on a users name in our app, we would like Messenger to pop open an instant messaging window to that person - no need to populate it with any text (though that could also be useful) Any ideas I have an application that can call a dll. I'd like to write a dll for this application. This dll, written in Visual Basic .NET, would be used to send an instant message out via Windows Messenger or Windows Live Messenger. So the application calls the dll and the dll sends out an instant message via Windows Messenger or W ...Show All
