Software Development Network Logo
  • SQL Server
  • Microsoft ISV
  • Game Technologies
  • Audio and Video
  • IE Development
  • Visual Basic
  • VS Team System
  • .NET Development
  • Windows Vista
  • Visual FoxPro
  • Windows Forms
  • Visual C++
  • Visual C#
  • SharePoint Products
  • Visual Studio

Software Development Network >> Smart Devicet

Smart Devicet

New Question

FolderBrowserDialog for WM5
Problem with VE and Embedded Media Player on same page
Process.Start() causing TypeLoadException
loading image files into a imagelist object
PDA Device throws exception
HardwareKeys Enumeration
Is any sample for reciving sms in C#.Net?
random TypeLoadException
Compress data on GPRS connection
Losing Messages on PPC(MSMQ)

Top Answerers

andien_geo
Sabrecat
Pure Krome
BALA SINGAM
MasterModeler
jesy51
Michael_Shao
Prams
meighlough
JCJCJC
Anuj Executive Seminars
Only Title

Answer Questions

  • Acanthus Robot Invaders final results?

    The official rules state that: "Potentially winning Participants will be so notified via e-mail the week of on or about the week of October 15, 2006, (based on the contact information provided and maintained by Participants on the Site), subject to verification and acceptance as specified in these Rules." It is of course possible that I am not a potentially winning Participant (although I hope I actually am), but the rules also state: "In addition, Contest Prize winners will be posted on the Site on or about October 15, 2006. " I haven't seen or heard anything about the results of the contest. Has anybody got news about it I would like to know what is happening, because the judging period is real ...Show All

  • rolian 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 Hi Howard, Is there any particular reason why results for the first ...Show All

  • KJohnson530 Adding multiple Pushpins causes delay.

    If I add 500 or more pushpins to a map using map.AddPushpin(newPin) api function with a custom image the entire map lags for several minutes while it adds them. I noticed VE does a HTTP GET back to the server for every pin added. Is there a way to cache the image so VE doesn't have to do a roundtrip GET http://localhost/testsite/images/mypin.gif 304 Not Modified GET http://localhost/testsite/images/mypin.gif 304 Not Modified GET http://localhost/testsite/images/mypin.gif 304 Not Modified ... Shouldn't VE be smart enough to know that a local gif is being used and not post back If there is no way around this will it be fixed in map control v5 Thanks, Tim What is the best way to reproduce this and verify tha ...Show All

  • milkshake WM 5.0 Pocket PC Emulator Device, Windows CE Remote Process Viewer Hangs pc

    I am using Windows Mobile 5.0 and building a CF 2.0 SDK application in VS 2005. When I run the application and/or the Windows CE Remote Process viewer to test the emulation device using the WM 5.0 Pocket PC VGA emulator or any other WM 5.0 emulator the pc hangs and i have to reboot my pc.  I can't see anything wrong with the installs of WM 5.0.  Why would my pc lock-up when I test the device emulator using Windows CE Remote Process viewer Should i not get an error first Any help would be appreciated.  Thanks in advance.   Unfortunately, a hang on your PC almost always points to a driver or hardware as the culprit. I'm glad that windiag didn't report any problems, as that means the problem is most likely a ...Show All

  • Price Brattin Configure the emulator to use physical computer internet connection

    Hi, i’m using VS2005 and PocketPc 2003 Second Edition. in my physical computer i have a internet connection. how should i configure my emulator to use that connection Thanks SP Hi Mohit, I am also facing the similar problem while connecting the WinCE Emulator to the internet using ActiveSync. I had configured the emulator to use DMA as a Transport. Once the emulator in up , I need to set up a direct connection which use serial over DMA in order to connect to the ActiveSync. Able to cradle the device and explore the device folders using activeSync but "I am not able to open any webpage in my device Emulator". I am mentioning my Device Emulator settings below :- ...Show All

  • pd_tch CAB Wizard Error When Registry Binary Value is Large

    Hi, In my CAB project in Registry View, I added some registry entries for my application.  Everything compiles without any problems until I try to add a new binary value with 2.3KB (that's the size of a text file with hex representation of the value) of data.  In such a case, I'm getting an error like the one below: Windows CE CAB Wizard Error: File c:\docume~1\arturm\locals~1\temp\wiz36f.inf contains DirIDs, which are not supported ERROR: The Windows CE CAB Wizard encountered an error. See the output window for more information.  wiz36f.inf  file does not exist in the specified localization and the message is taken from the output window!  If I would just put less data in the key, I would get a ...Show All

  • Inaki Ayucar Pushpins with numbers on them.

    Does anyone know the URL to the red coloured Numbered pushpins that local.live uses to display a pushpin I need numbers 1 – 25 if anyone can help me jmkueter wrote: I keep getting errors when I try to run the code, says can't index pixelated image Then the image becomes locked and I can't rename/delete Is there something wrong with my code or certain types of gif's Thanks, Jason This is a GDI+ thing - There are workarounds posted all over the net, but you could either use a JPG as the base image, or use something like the following to create a new instance of your image that is not indexed: try { canvas = Graphics .FromImage(renderImage); } ...Show All

  • Omar Fawzi Get address on user click

    Hi, I've just started using Virtual Earth... It's possible to get the address from the clicked point Thanks! Nice implementation. Care to share how you went about it for others I notice its only for the US. John. Hi, You can't get an address but you can get the latitude and longitude by attaching an event to the map. map.AttachEvent( "onclick", OnMapClick ); } function OnMapClick(e) { alert( "Latitude = " + e.view.LatLong.Latitude + ", Longitude = " + e.view.LatLong.Longitude + ", Zoom = " + e.view.zoomLevel ); } Not sure how this would help you find an address though. Gerry Thanks to both of you... ...Show All

  • Mandip Device Emulator 1.0 standalone with Windows Mobile 5.0 MSFP

    Hello Everyone, Device Emulator 1.0 (yes, the same one that released with Visual Studio 2005), is now available as a standalone download from: http://www.microsoft.com/downloads/details.aspx FamilyId=C62D54A5-183A-4A1E-A7E2-CC500ED1F19A&displaylang=en This release comes along with the OS Image for Windows Mobile 5.0 w/ Messaging and Security Feature Pack (MSFP). Using this OS image with the emulator will allow you to demonstrate and play with technologies like Direct Push. Better still, you can now include the emulator and OS images in your online training materials Thanks, Anand for the Device Emulator Team The download page for Device Emulator 1.0 notes that VMNet must be installed on your machine. Th ...Show All

  • pfear 8013150a when output files.

    hello guys, i'm tring to write an addin to save the chat log into txt files, but i got the security error 8013150a. can i fix this or the io operation is just currently not allowed hi I'm having the same troubles can anyone explian me how to save the text that is hold by 5 TextBoxes. I'm Writting an Add In for the msn and I need to save that text in anywhere I am sorry you can not save to disk. you can use isolates storage in .net and we do have a savestate off the messenger object which will help you out depending on your scenario. And there are threads on this forum which talk about doing a GAC against your addin which would let you write to any text file. james ...Show All

  • Igor2004 Listview Problem

    Hi, We are working on a PocketPC application in VB.net on Compact Framework 1.0. The main module has a ListView on which other sub-modules are listed as items. On the click of the items the corresponding sub-module is launched. When we exit from the sub-module we get back to the main module with listview visible. The issue : When any item is clicked, the item gets highlighed with blue color. Then, the sub-module is launched. On exiting from the sub-module we get back to the main module. Now the problem is that ListView retains a blue border around the last selected item. How can this blue border be avoided I want the List View to appear as before (Initial state, without any extra blue col ...Show All

  • WalangAlam uploading file automatically

    Is there way to automatically upload a file when the CE device is docked in its cradle can i write to a shared/mapped folder on the PC that the CE device is connected to or am i limited to that PC any examples Thanks, Dan You may try using alternative approach:developing a desktop application, which is started when the device is cradled The desktop app then may copy the file from the device to the desktop into a local folder. The way to do this is by using RAPI - See this example of using OpenNETCF.org RAPI wrapper http://www.eggheadcafe.com/articles/dotnet_compact_framework_deployment.asp - Read this document about auto-starting a desktop application when the device is cradled http://msdn.microsof ...Show All

  • akram badr VE within an .aspx page

    Has anyone been able to successfully use Virtual Earth with ASP.NET I can load a map in an aspx page, but then I get an IE exception saying IE can't navigate to that page. If I copy the same code, remove the asp.net controls, and name the file test.html, it works fine. Any suggestions Alright, I think I see what's up. Drop the RegisterStartupScript all together, and put that js in-line with where you have the label. We'll work backwards from there if that renders. Yeah, I have the same function call from the body.onload event and everything works fine. I'd say it's IE complaining about the timing of the script call (you can duplciate this by trying to manipulate other objects within the DOM befor ...Show All

  • Juszluv87 Problem trying to consume a web service behind a web service proxy

    I am hitting a rather critical bug regarding consuming a web service on a mobile device that is sitting behind a web service proxy (Jaxview). My device is able to see the wsdl of the service (on IE) and it is able to send a request to the service, but on the response I get the error below. The response is processed just fine if I bypass the proxy but that is not an option in my environment. I also have been capturing the tcp traffic to confirm that the proxy is indeed sending back valid xml responses to my request and it is. I am really at a loss as to why I am getting this error. Regards, Darren "The response did not contain an end of entity mark." at System.Net.HttpWebRequest.finishGetResponse() at System.Net.HttpWebRequest.Get ...Show All

  • Pockey PDA and Internet connetion

    Hi, I have an application developed in c#, in my PDA and i need to know if someone knows a way to established a internet connetion throught a button in my application. This is urgent..... Does anyone have a suggestion or an ideia Thanks. Ok, thanks. Hello You can do something like following: System.Net.HttpWebRequest.Create("http://www.google.com").BeginGetResponse(...); This should open the connection automatically. However you can use p/invoke and API calls to open the connection manually. Ok, thanks but the problem is: I'm using pull's (send data to pda) and push's (send data throught pda to a central database) via windows mobile 5.0 ...Show All

212223242526272829303132333435363738

©2008 Software Development Network

powered by phorum