Answer Questions
Jorge Flores 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
darynk21 Discover cradled PocketPC
Hi! I'm looking for a way to programmatically (preferably through .NET, but native code will do as well) discover a PocketPC in its cradle so that I can access its registry and retrieve some files from it. I'd be grateful for any help in this matter. I'm having a similar problem, but I need to detect when the PocketPC is inserted into its cradle (much like how ActiveSync detects it). Any ideas Hi Check the OpenNETCF.org Desktop.Communication Library ( http://www.opennetcf.org/PermaLink.aspx guid=d7b7cbef-4ab6-477b-924c-0498a523beaf ) This Library provides the functionality your are looking for. Michael Thanks! This is exactly what I need. What about the state and notification b ...Show All
Programm3r UDP Client for smartphone 2005 to desktop pc communication
Hi, I developed the socket client application on for smartphone 2005 and socket server application on the desktop pc using the SOCK_STREAM both application commnunicating through active sync . But when i am creating same application for UDP using SOCK _DGRAM the application can not communicate through active sync . in client app sendto function of the winsock is succeeded (not returning any error ) but data not receive at the server end . Whats reasons is active sync not supporting the UDP socket communication how this can achieve Give me any details to make this possible . Thanks in advance I replied to your first posting about UDP and ActiveSync. UDP is su ...Show All
Kartit cannot configure "TCP connect transport" settings in the Remote Registry Editor
Hello, I can't connect to my device with the Remote Registry Editor (running a custom WinCE 5.0 image without ActiveSync) because I can't change settings of the connection. When I select "TCP Connect Transport" in the "Windows CE Connectivity Manager Configuration" -> Properties and click "Configure", nothing happens. I can reproduce this with standard WinCE 5.0 SDKs too (Smartphone 2003). I'm using VS2005 SP1 Hello, I've done some more investigation (trying to make the remote file viewer work) and found that it transfers ccfwcli.exe (file size 19.752 bytes) from <Program Files>\CE Remote Tools\5.01\target\wce500\armV4i to \Windows directory on the device a ...Show All
moh hassan Toolbox Icon
Hi guys, How do I provide an icon to be displayed when my custom control is added to the toolbox with CF In the full version, its easy: [ToolboxBitmap .... ] but this seems to be missing in CF. Obviously it can be done, but having trawlled through here and MSDN, I cant find anything. Thanks in advance, Millie. MarcD, thanks for the reply but my point is that ToolboxBitmap is NOT available in CF, so how is an icon used for the toolbox Millie. Hello! We are are currently trying the same thing, simply adding a toolbox item to a custom control. Therefore we added a xmta file. <Class Name="Gulliver.CSharp.Controls.Forms.But ...Show All
Sam Johnson Problem related to database connection
hi, I m having an application that uses the database, from this application i call another application that also uses the database. if both of them try to use the database at the same time, it gives me error of file sharing problem, another application may be using the file currently. wht 2 do it is not possible to have connections at same database more than one at the same time i m using sql ce.Plz help. It's necessary to: 1. Recompile your application for NETCF V2 and SQL Mobile. 2. Install NETCF V2. 3. Install SQL Mobile. The Sql Server Ce 2 doest not allow multiple connections. This has been solved in Sql Mobile / Everywhere / Compact Edition (Except while replica ...Show All
Th3 7ru7h [BUG] Using Firefox with Virtual Earth
Firefox 2.0.0.1 (and Netscape 8.0.3.3 with 'display as Firefox' set) give the following Javascript error from the http://dev.cirtualearth.net/standard/v2/MapControl.js file: "aw.attachEvent() is not a function" when rendering my site: http://www.svrsig.org/cgi-bin/ggmap.cgi My site uses the method described in Computer Shopper to display the virtual earth map control. It works fine in IE6 (although I am told it fails in IE7 - I have ignored this for the present as I have had many people encountering bugs in IE7, like wrong pages fetched from google searches etc.). As the error seems to be in a hidden 'DIV' created by your javascript, I am a bit stumped... Any help would be most welcome. ..Which I have done - ...Show All
ekkapop Beta of Microsoft Certification Exam 70-540
Microsoft Certification Exam 70-540 is available in Beta form right now! This is a Technology Specialist exam for application developers in the mobility space. The Preparation Guide is available for the Exam at: http://www.microsoft.com/learning/exams/70-540.mspx . To register visit one of our independent testing providers: * Thomson Prometric: http://www.prometric.com/ContactUs/T...rs/default.htm * Pearson VUE: http://www.vue.com/ms/ Please use the following promotional codes when registering: Exam 71-540: BTA540 Best of luck! Howard Dierking Product Planner Developer and Database Certifications Microsoft Corporation Cool and I already subscribe to your blog :-) Well It's finally ...Show All
RickyBIBI MSAJAX 1.0 conflict with V4 API. Sys.InvalidOperationException. V3 API is fine.
Hi Guys, Been trying to use the new V4 API in my application but I get this error when I call the LoadMap method function GetMap() { map = new VEMap( 'myMap_myMap' ); map.LoadMap( new VELatLong(53.278353017531821 , - 2.153320312500008) , 5 , 'h' ,false ); ***** Get the error here when I call LoadMap. Microsoft JScript runtime error: Sys.InvalidOperationException: Object Microsoft already exists and is not a namespace. Can anybody please help me to find the problem. V3 of the API still works fine without any problems. If I remove AJAX references from my page the error goes away. Unfortunately, I make heavy use of MS Ajax 1.0 and can't get around it. thanks, SoS ...Show All
RichLeyshon adding items to listview is very slow
I have 300 items to add to the listview suing CF 1.0. ListViewItem lstItem = new ListViewItem(finalList[ i ].qNum.Trim()); lstItem.SubItems.Add(finalList[ i ].qDesc.Trim()); lstItem.SubItems.Add(finalList[ i ].qDesc2.Trim()); lstItem.SubItems.Add(finalList[ i ].qDesc3.Trim()); if ((_check || finalList[ i ].alreadyChecked) && listView1.CheckBoxes) lstItem.Checked = true; listView1.Items.Add(lstItem); I clear the listview and then we see the scroll bar getting smaller as the listview is filling up. Anyway to make it faster Thanks I was facing the sa ...Show All
kfsoft .NET Assemblies compatibility between CF1.0 and CF2.0
Hi I have a .NET assembly (.dll) developed in VS 2005 - CF2.0 and want to import this .dll into my VS2003 . It gives me the error: "A reference to 'C:\....................\xxxxx.dll' could not be loaded. This is not a .NET assembly" Anyway to get the .dll working or I need to recompile the assemly under VS2003-CF1.0 Thanks Older framework/compiler knows nothing about newer assembly. So yes, you need to recompile DLL for V1 or move V2 project to V2. Second option probably would be significantly easer. Thanks , that helps a lot ...Show All
JohnYG Missing files - .NET Compact Framework 2 SP1 in a Platform Builder 4.2 image
I am trying to include the .NET Compact Framework 2 files in an Platform Builder 4.2 project. I have installed all the monthly Platform Builder updates including the July update that included .Net Compact Framework 2 SP1. .NET Compact Framework 2 shows up in my catalog and I have added it to my project and rebuilt my OS. The OS compiles correctly however none of the .NET Compact Framework 2 files are included in the OS. Any ideas As far as I remember 1.0 and 2.0 are mutually exclusive in PB so if you have V1 files it’s only natural you do not have V2 files. Please remove NETCF V1 and rebuild. I would suggest removing both and adding V2 only - just in case. By looking in the windows dir on my pl ...Show All
CJF .Net Web Control + Operation Aborted
I am trying to create a .Net Web Control, embedding the VE control + javascript within the control, exposing some clean properties/methods etc. so I can host from other pages. When I run the simplest of maps, I see the map appear then I get an "operation aborted" exception from the browser. Presumably this is caused by some VE Javascript running before the entire page hosting the control is complete or something Anyone have any ideas Hi Dave, Yup, I'm surprised there isn't more on this out there. The key is to make sure that everything is loaded before invoking the map stuff. I use the following Javascript: function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'fu ...Show All
Mapa3matuk how to set full screen during my app runing?
i want to set my app(build with vs2005) into full screen mode, my app runing on PPC 2003 I think you can use SHFullScreen and SetWindowPos below is a example: SHFullScreen(hWnd, SHFS_HIDETASKBAR | SHFS_HIDESIPBUTTON ); SetWindowPos( hWnd, HWND_TOPMOST, 0, 0, GetSystemMetrics(SM_CXSCREEN), GetSystemMetrics(SM_CYSCREEN), SWP_SHOWWINDOW); ...Show All
Astericks Convert Local Live Polygon coordinate to Lat/Long
First off, MS release of Local.Live is great in the sense that users can now zoom in, highlight an area, and then share that highlighted area via the polygon feature of scratch pad. My question: Is there a way to go from local.live's coded polygon coordinates to lat/long We'd really like to collect polygons drawn on local.live and re-use them in a VE implementation. However, the polygon points are encoded and VE wants lat/long points. Ultimately we could try to re-build WLL, but trying to build the scratch pad looks tricky. For example, given this URL: http://local.live.com/ v=2&sp=Polygon.pfy1bp5c6008_pfy19f5c63q3_pfxt1f5c63t0_pfxsrx5c5zst_pfxty85c5z46_pfy0j75c5z2t_pfy19f5c5zkz_pfy1bp5c6035_pfy1bp5c6008_Test%20field____%2 ...Show All
