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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

new e-mail notification
Querying SQL Server CE 3.0 with Visual Studio
Error
JPG image loading and rotation on Pocket PC 2003
map.GetCenter seemed to return wrong value
Cannot display a map in WebBrowser control on a Windows Mobile 5 device
terminal services client for windows mobile
imm32.dll
Delpoyment problems for CE 5.0 Framework 2.0 Visual Studio 2005
Can someone kindly help?

Top Answerers

Thanh Duong
smwoodward
Sudheer Palyam
Ori'
god_rr
Cadey
ACCOUNTINGONLINE.US
Shortty
MSP.Saami
Ilan D
LearningTechSoftware
Only Title

Answer Questions

  • Species2175 force a GPRS connection for a httpWebRequest

    Hi, I use a httpWebRequest . The thing is that i would like to force a GPRS connection . I know that is possible to provision connection manager using an XML file . I would like to know the format and the information that the XML file should contain and in which phone's folder I have to put that file. If somebody could give a sample it will be great. Thank you here you go.. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1015944&SiteID=1 ...Show All

  • dustinto Exception thrown when Instantiating a Bitmap in NETCF2

    Hi Part of the application that I am working on loads & saves bitmap files. During the LoadBitmap function the code throws a "Value does not fall within the expected range." exception when instantiating the new Bitmap and I don't know why. It seems to work intermittently on the emulator and I have had no problems when deployed to the device, however I need to understand why it's occurring and I can't find any information. strBitmap contains the path to a valid bitmap file (this is tested before the call to LoadBitmap) public void LoadBitmap(string strBitmap) { try { /* Exception thrown here*/ Bitmap thebmp = new Bitmap(strBitmap); //this code is okay this.SITEPLAN = thebmp; } catch (System. ...Show All

  • HarveyC123 splash screen help

    I did put a splashscreen in my appl. using the following code (vb.net) Public Sub Main_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'Splash screen call - version 0.01 Dim mysplashscreen As New frmSplashscreen If splashonce = True Then mysplashscreen.Show() End If splashonce = False splashonce is a boolean and the declaration is in public class form.main, and set to true. The splashscreen works, if I continue my navigation, and go to the second screen, and then go back to the main one, my splash screen comes up again. what am i doing wrong Take a look at this Geoff's msdn article on the subject: http://msdn.mic ...Show All

  • Pi314159 Connection Manager

    Hi, I am not sure if this a right topic to be posted here, Since the OpennetCF.net Connection Manager uses the CF Connection Manager internally , i hope i get some answer to my doubts Here is the problem I am using VS2005 to develop PDA application, I need to check if the PDA has network connection if yes then consume a web service. If the PDA uses the default connection settings ,the connection manager status is always "unknown" in case of using proxy i always get "nopathtodestination" status. Now is this the only time the status occurs or is there any different situations when such status is possible. If not them i can go ahead and assume "unknown" and "nopathdestination" as connected H ...Show All

  • developer00x Certificate validation failed

    We are getting this error since saturday night: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed Our client is linux/axis. Anybody else seeing that Unfortunately, this does not seem to work, which is why I resorted to using end certificate. It was working originally, but following changes made on 9/23, it stopped working. Hello, Based on more testing, we've found that installing the end (final) certificate is needed. Thank you for your patie nce regarding this issue. Walter Poupore - MSFT ye ...Show All

  • AMSS Excluding Microsoft.WindowsMobile.PocketOutlook.dll

    I'm building a WM5 app that doesn't reference the PocketOutlook dll directly but it's always included in the output of the project when it is built. Is this assembly required or might another dependency be referencing it I'd like to exclude it to cut down on the size of the package if possible. Thanks. That did it, thanks. Then how do I keep it from being included I delete it and it is automatically added back into the bin/Release directory of my application when I build and then subsequently included in the cab file. Click on a file (I'm assuming it's in "Detected Dependencies") in CAB project and make sure "Excl ...Show All

  • Keith Chapman control.invoke

    Hi all. Can someone push or punch me in the right direction here Using the CF 2.0 I have an application that is doing an async poll of a TCP listener for data. When the data arrives, I want to update certain forms with the values. In a nutshell, The data arrives. I determine what type of data it is and where it should display. I populate properties of a class with the data. I then raise an event to signal the data is here and the properties have been populated. It is here where my problems start. Based on the the data I will determine what form I need to interact with. I need to call a sub from within that form to populate the controls on it. I was using invoke to call the sub , but the data would not display because the ...Show All

  • slein "I'm not ready to publish yet"

    Is there any way for a smart content plugin to stop the publishing progress because it isn't ready yet eg it is busy doing some work to create something and hasn't completed I think what would be good Joe, is for an event handler similar to the HTMLcapture event handler... If you could put a flag that i can set to cancel the publishing process into generatepublishhtml() that would be grand.. at the moment i have to throw an exception in there to cancel which is a bit ugly Actually I think an exception is the right thing, although it would be better if we gave you a documented exception to throw and documented the behavior of Writer encountering that exception during GeneratePublishHtml(). I'll forward your feedback along ...Show All

  • MikeTennor SmartPhone WM 5.0 emulator browser address bar-numeric values

    Hi, The browser address bar on a SmartPhone (WM5.0) emulator does not allow me to enter numeric values. I want to enter an ip address ( http://127.0.0.1 for example) but it wont allow me any numeric values. How do I get around this problem since the name of the machine I want to connect to also has numbers in it. Thanks, -Suri Sorry but i can enter the numeric values. Please note that since by default the mode is text mode, so you will have to do carry out multiple presses of button to reach next value. For example, to type '2', you will have to press '2abc' labelled button 4 times quickly like when you typing SMS. Hope this helps you out. -Thanks, Mohit ...Show All

  • Mu0n deployment help

    I am looking for a good tutorial on how to deploy my windows mobile application. what have to do is 1. check to see that .NET 2.0 is installed on the handheld and if not install it. 2. check to see that sql Mobile is installed on the handheld, if not check to see what OS is running and install the correct cab file 3. install my application including pictures and DB onto the handheld or SD Card. I know there are tutorials and walkthroughs on how to do this, but I cant seem to find them. I am using SQL server 2005, VS 2005, and visual Basic. Any help will be appreciated. Also: I have looked at the Packaging a smard device solution for deployment walthrough,  and when creating cab files,  there is a folder called. Program files fol ...Show All

  • Blast More points in routeItinerary?

    Hello people, i ' d really appreciate if someone can help me with this one. I need to get more intermmediate points in a routeItinerary object after querying directions with getRoute() method. Sometimes, when there is a long way on the same route, one step could be several hundreds long. I need to get steps like 25 miles long. Is there any possibility to do this with this control, or work around, or even if not, do you know of some other way to do it Any other service Thanks very much Dario   MWS is free as long as you stick to your evaluation account.  As for actually modifying the intinerary, VE gets its itinerary from Mappoint Web Service and it comes from whatever datas in there w ...Show All

  • Mturco11x who to build pda aplications

    hi, i need build a aplication for pda. i want know wich produts exists like Microsoft Visual Studio 2005 that can develop pda solutions. Thanks for the help There are also now obsolete eVB, eVC and VS 2003 (Pro or above)   Post to some generic forum if you interested in 3 rd party tools as this forum is specific to Microsoft products. hi, i want to know more than that produts do you know other else thanks :) VS 2005 SE or above can be used for PDA development. ...Show All

  • MiltGrin NotSupportedException was unhandled

    hello, I got this exception on the first line of this code in the designer: // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(3, 3); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(222, 94); Basically i just added a picturebox to contain a jpg image. this form is common to all the applications and they work fine with the others. but the app im working on throw me back the error message. Im using VS2005 CF .net 2.0 so do the other app (which are written by me too). So i don't get it. why the others are fine but this later doesn't work. Any suggestion ...Show All

  • CJ Clark Problem With My Program On V4 3D

    Hello! I have my code that allows people to click on a pushpin and send it to a text box and then get directions from a locations. It worked great in 2D, but in 3D you can not click the pushpin. I will put the code below and could anyone tell me why it will not allow me to click on the pushpin and send it to the textbox Thanks! <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script src="http://dev.virtualearth.net/mapcontrol/v4/mapcontrol.js"></script> <script> var map = null; var pins = new Array(null); function GetMap() { map = new VEMap('myMap'); ...Show All

  • gudel Activity Complete Event?

    How do you know when all activity has finished The current Onxxxxx event fire even though the tiles are still being loaded. Take the OnEndZoom event, tiles are still missing when the event is fired, and they continue to be populated long after. i see no events that are fired when all activity has finished. anyone have any pointers or ideas thanks! Rob The tiles are simply images, the idea is that the event has finished when the html is there not when all the images have downloaded as it can take several seconds if not longer for those images to come down. Since they are just images you could iterate through every image inside the map and verify it has loaded. Do a web search for checking an image has loaded ...Show All

808182838485868788899091929394959697

©2008 Software Development Network

powered by phorum