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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

WindowsCE, CF + Rijndael encrypt., I'm stuck
Live Video Processing on Windows Mobile 5.0
Why no managed C++?
Sending Messages from a CE Device to PC and back
support event click for label
Standard SDK in WinCE 6.0
Number key codes are changing per devices
Who has a PPC-6700 Sprint AudioVox Mobile 5 (Can I use GPS?)
Install CAB (+INF)
Assigning resources to a project

Top Answerers

WPF Fan
Joshizzle
AlvinB
Wendell G
sheldono
billqu
mfischer4
please help me
dmadrian
GunaChinna
Gnosis Solutions
Only Title

Answer Questions

  • Boulderdude HttpWebRequest (401) Unauthorized

    Hello! Here is some background: I have a smart client app that was originally written with VS2003 compact framework 1.0....I upgraded the app to VS2005 compact framework 2.0. I use httpwebrequest to transfer a local file from my device to a virtual folder on my server. All code worked fine (and still works with the old app in VS2003)...however, in the new app (VS2005) it will not work. When it hits the httpwebrequest.GetResponse() I get the error: The remote server returned an error: (401) Unathorized. Can anyone shed some light on this for me Here is some of my code: '************************************************************************************** ...Show All

  • Rach M Pushpin Layer not updated

    i'm trying to implement geotagging on my website that allow my blog reader to add themself to the map using pushpin. under my map i've several field for the users to key in their details then upon clicking the "add" button... their details will be appended to a georss xml file... and this step works fine as the details can be appended without problem... but when the page refreshes after my user hav clicked the "add" button... the details added are not shown... and even click "refresh" on IE wont help... all i got to do to get the newly added details shown is to close the current IE and re-request the page in a new IE... then all the pushpins(including the last pushpin added) can be shown... y is this problem occuring am i doing a ...Show All

  • qwv Windows Vista and MS Private Folder

    Hi All! I have a question: Is there any way to install MS Private Folder on Vista I tried to install it but I got error message that a program part of the installer not finished correctly or something like that. If there is a trick to install Private Folder on Vista, please, let me know. Regards, Chris Krieger wrote: Hi All! I have a question: Is there any way to install MS Private Folder on Vista I tried to install it but I got error message that a program part of the installer not finished correctly or something like that. If there is a trick to install Private Folder on Vista, please, let me know. Regards, Chris i have a related question, when installing MS private ...Show All

  • eldiener Database Problem

    Hi.... i m new bee in databses in window mobile.i m trying to compiling northwind sample app...but the following function always get failed hr = CoCreateInstance( CLSID_SQLSERVERCE_3_0, 0, CLSCTX_INPROC_SERVER, ID_IDBInitialize, (void**)&pIDBInitialize) and it always unable to intilize database.. wht settings i have to do frm View->serverExplorer ..i added it..n set the concern things is i m missing sumthing Thanks ...Show All

  • a.d.m Problem with HttpWebResponse

    Hi, I have some problem with the following code : HttpWebResponse result = (HttpWebResponse)req.GetResponse(); //result.ContentLength -> 159 Stream ReceiveStream = result.GetResponseStream(); //result.CharacterSet -> "" //result.ContentType -> text/html; charset=utf-8 //result.ContentEncoding -> "" //result.Headers -> Date: Tue, 25 Jul 2006 10:58:47 GMT Server: Microsoft-IIS/6.0 MicrosoftOfficeWebServer: 5.0_Pub X-Powered-By: ASP.NET X-AspNet-Version: 1.1.4322 Set-Cookie: ASP.NET_SessionId=zmksm055kvyigzmlvxgohqe2; path=/ Cache-Control: private Content-Type: text/html; charset= ...Show All

  • psp77 SQL CE fails after hibernate.

    Good afternoon. My development stats are VS2005 SP1 (problem still ocurred with no SP), WM 5.0, .NET 2, Symbol MC70 device. My application opens and keeps open a connection to an onboard SQL CE database. I chose not to simply open and close the connection with each request as I have two threads, UI and worker, which both access the same DB through the same open connection (and there can only be one open connection on an SQL CE DB). Changing this behaviour is unfortunately not an option (and I hope this doesn't cripple me!!) The problem is that if the device hibernates and wakes up, the very next call to the Read() method of an SqlCeDataReader throws an exception. The (very helpful) error message is "Unspecified Error". I have add ...Show All

  • Gary7 Detecting when call is made

    Hi, I would like to develop a service (for Windows Mobile 5) that would get notifications when outgoing calls are made and capture the phone number being called. I found an example in C# using SystemState(SystemProperty.PhoneCallCalling) but I don't want to use the compact framework. How do I go about doing that without using compact framework Thanks, Alex you don't exactly have a lot of options here. why don't you want to use the compact framework exactly NETCF is a subset of the .NET Framework that's designed to fit on, and work with, mobile devices. on a Windows Mobile device, you don't have a lot of options ... you can use C# or VB.NET within the NETCF ... you can use native C++ ...Show All

  • Rajesh batchu LOADING GEORSS not working

    http://msdn.microsoft.com/library/default.asp url=/library/en-us/VEMapControl/HTML/WorkingWithLayers.asp The above page references the ability to load a GEOrss file. However the example only shows loading a "collection". I have followed the code correctly - however when I attempt to load a GEORSS compliant file - it says "0" items have been loaded. Could you provide example page of loading georss Can you please show the source code exactly like was used for the Interactive SDK (including the link to the geoRSS used - so we can see how the georss xml file was written), as well as how the icons were loaded and the popup layer was structured with pushpin hover. Thanks   The code is in the interactive SDK and i ...Show All

  • bilalso How to use PlaySound API to play sound from a Resource?

    Hi. I'm developing a Smartphone app using VB.Net 2005 and the Compact Framework v2. I want to play a sound that is in a resource of my EXE, using the PlaySound API. Declare Function PlaySound Lib "coredll.dll" ( ByVal pszSound As String , ByVal hMod As IntPtr, ByVal fdwSound As Integer ) As Integer To do so, according to the PlaySound documentation, the second parameter of the API - hMod - needs to be the "Handle to the executable file that contains the resource to be loaded." But I can't find a way to get the handle of my EXE. Any help is appreciated. Tony Thanks Anarchy, but as I stated in the original post, I need to play the sound from a Reso ...Show All

  • Synced What is the differences between the 3 Mobile Form types

    Hi all, can someone please explain the differences between the following... Microsoft.WindowsCE.Forms Microsoft..MobileForms Windows.Forms I'm just a little confused with the Form types appearing in my project. That would be namespaces, not forms. First one contain some device specific classes (no forms though). Second one is probably for ASP.Net mobile devices support or may be your custom namespace, it's not present on NETCF. Last one is just that - namespace with Windows forms and related classes. Microsoft.WindowsCE.Forms: Holds classes only availabe on Windows CE / Windows Mobile devices Microsoft.WindowsMobile.Forms: Contains all Forms classes that are only available in Windows Mobile 5.0 - For example t ...Show All

  • ringerxyz Programming for motorola Q phone

    Hi All. I cannot find a template in VS.net 2005 for mobile 5 smartphones. Can someone point me in the right direction for developing for a motorola Q phone thnaks Oh, yes. Q is Windows Mobile 5.0 SmartPhone so you need Windows Mobile 5.0 SmartPhone SDK. As soon as you install that your VS 2005 would get WM 5.0 SP project type. If you’d like skins I believe there’s special Q download on Motorola web site. You need WM 5.0 SP SDK. Really! Can an application drive the camera, taking images on a timer and sending them without user intervention Is there a website with the basics of what is required to program for the Q phone Thanks Stu ...Show All

  • sciFiFan Component onKeyDown raises two-times

    I built my own component in c# for my smartphone. The problem is, that the event OnKeyDown and OnKeyUp are raises two-time all the time. When my component has focused, it is ok, because I use e.handled=true and the second raise do nothing. Problem is, when I press key for example in menu, because when my component has focus and I press key on menuItem, it raises the event of menuItem and of my component too. any ideas thanx example: protected override void OnKeyDown(KeyEventArgs e){ base.OnKeyDown(e); e.Handled = true; if (pouzivatPopup) { if (e.KeyCode == Keys.Down) { if (skocNaPopup != null) { this.timer.Enabled = true; skocNaPopup(true); r ...Show All

  • ckrepps Missing System.Data in CF 1.0 install on PPC 2002.

    I've developed an application for CF 1.0 and am having difficulty running it on one of the two devices I have for testing. All is well on my PPC 2003 device, but I'm receiving an error on the PPC 2002 device. The error indicates I need a newer version of the framework and is unable to load a type from System.Data. Both machines have clean installs of the CF 1.0 SP3 redistributable. However, on the PPC 2002 device, the GAC_System.Data_v1_0_5000...DLL file is missing in the Windows directory. Instead, there's a system.data file installed into Program Files\.Net Compact Framework. That directory is empty on the PPC 2003 device. If I copy the System.Data file from the 2003 device into the 2002 device in the same directory, it doesn't wor ...Show All

  • mri VE Collection Question

    Hey, I have a question about my VE Collection code... The code I have is below. I was wondering if there was a way to somehow change the code to make it so it loads as soon as the page is loaded (you dont have to click a load button). If you could help that would be great! Thanks   <html>    <head>       <title></title>       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">       <script src="http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js"></script>       <script>          var map = null;   & ...Show All

  • mruniqueid Any examples of new SDK's custom tile layer, but loading a mapcruncher created layer instead of the custom tile layer?

    I didn't seem to find any references to how the mapcruncher layer object precisely "maps" to the new VETileSource object in the new SDK reference. It seems it would need to reference the layer's crunched xml file instead of the tile images directly, right Thanks for any help on this! I'm not sure I understand the question. In the SDK example, that is a MapCruncher-generated set of tiles, and the corresponding code example should be complete. Can you explain what problem you are having I changed the line but still not working, do I must use IIS tileLayer.zIndex = 100; should be: tileLayer.ZIndex = 100; Capital Z. ...Show All

363738394041424344454647484950515253

©2008 Software Development Network

powered by phorum