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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

RTC/RTP client on Pocket PC
3G stream video
How to make a UserControl object acts as a control container design-time by using Visual C# .NET or Visual C# 2005
Windows Mobile 2005, keyboard
Converting from Google Maps
MSMQ Ack from Server to PPC 2003 App
SendMessage - button click
Project Progress - myKalamazoo.info
Automatic installation on a CE 5.0 device
Display Driving Directions code

Top Answerers

lemmi
hommer
fiaolle
Malik Zulfi
JPedroFS
lordJapheth
Jun_1111
Nisa
mfroster
pc_bond
sitemap
Only Title

Answer Questions

  • humbroll Arrow width on combobox

    I am attempting to determine the width of the combobox arrow no matter what OS the app is running under. The widths are different for CE and PocketPC. It would be great if someone can help me with either of the following: 1. How can I determine whether CE or PocketPC is running (not just the version number of the OS). 2. Can I directly query this value by P/Invoking a WinAPI function If so, please include the dll name. Thanks in advance! Thanks. I'll give it a shot and see what happens... Thanks, that did the trick. Here is some VB code to do this in .NET: 'You will need this reference... Imports System.Runtime.InteropServices 'Pinvoke the metrics function and the constant index needed Public Const SM_CXVSCROLL As Integer ...Show All

  • Jason Zhang Help in UPDATE SQL command IN SQL Server for Mobile

    I have a command line that works: oCmd.CommandText = "UPDATE prefs SET autoadd=" + ReaderParams .AutoAdd + "," + "decodebarcode=" + ReaderParams .DecodeBarcode + "," + "addunknown=" + ReaderParams .AddUnknown + "," + "addone=" + ReaderParams .AddOne + "," + "showdigits=" + ReaderParams .ShowDigits; and the following does not work: oCmd.CommandText = "UPDATE prefs SET autoadd=" + ReaderParams .AutoAdd + "," + "decodebarcode=" + ReaderParams .DecodeBarcode + "," + "addunknown=" + ReaderParams .AddUnknown + "," + "addone=&q ...Show All

  • Imesh DEploy pocket PC program

    How can I deploy pocket PC program I made one by C# but I fail to make a deply program or cap file I have many picture in that program so how could I ceparate between the program and the images and how can I deply .net compact frame work with the cab file How big Why do you believe it will affect performance Have you tried that or you just think it will In any case, I’ve outlined what you can do - package all images into one file and unpack them upon installation or on a first run. Hi Hamdi, To test or deploy a PPC program, you either deploy it to the emulator or to a real device. To deploy a program to a real device, from the project properties in VS, Select "Pocket PC Device" om the ...Show All

  • Jehan Badshah Why are all the pushpins in the SDK demos misplaced?

    I am curious why the pushpins in all of the Interactive SDK samples are not properly handled. As you zoom in and out on the map, the point that the pushpin is pointing to moves. For example, bring up the Interactive SDK and select Use pushpins->Add a default pushpin from the left menu. A pushpin is placed on the map pointing near the northern border of Nebraska. Now zoom out once. The pushpin is now pointing to the center of Nebraska. Zoom out again and the pushpin is in Kansas! The reason is because it is positioning the center of the pushpin image, not the "point". This is easily fixed with CSS styles, which can be embedded in the HTML sample code. The same occurs on all the other samples I have looked at. I am using Firefox ...Show All

  • rronny Winmain && smartphone 2003 && dialog box

    I have written a winmain in vc++ for smartphone 2003. What I can use to select a line I have used combo box, but the scroll does not work. Fragment of code: ..... case WM_COMMAND: switch(LOWORD(wParam)) case IDC_Combobox: switch (HIWORD(wParam)) { case CBN_SELCHANGE: index= SendMessage(GetDlgItem(hDlg, IDC_Combobox), CB_GETCURSEL, 0, 0); .............................................. In the code snippet above you are handling combo box Selection Change notification. If you want to select a different item, elsewhere use SendMessage(GetDlgItem(hDlg, IDC_Combobox), CB_SETCURSEL, nItem, 0); ...Show All

  • Mortsdeh DeleteAllPushpins(); placement in map app

    I'm having a hard time getting the DeleteAllPushpins method to work correctly on my map. I call it before another batch of pushpins are plotted but my app just craps out The listing/example can be found here... devmx.caller.com/carlos/vearth2/index2.cfm (not much CF, just to print out movie titles from DB) If anyone can wrap their head around it and give me a shout back i'd really appreciate it Thanks Yes javascript is too much fun for .Net developers like myself. I have come a long way in the last 4 months. I found this site very useful: http://www.javascriptkit.com/javatutors/ take a good afternoon to go through the advanced tutorial paying speacial attention to OOP in javascript: http: ...Show All

  • CobaltD page close button if browse from emulator ie.

    Hi, I am creating a aspx page that can be browsable from windows internet explorer or Pocket pc internet explorer, my problem is as follows: i have to display a close image only if user browse a page from pocket pc emulator internet explorer. and page should be closed.otherwise(normal windows ie) it should not be display. What should to do achive this. Moving to Smart Devices General forum where it has got better chances of being answered. -Thanks, Mohit I'm not 100% certain what it is you're trying to do with a "close image" but if you want to detect Pocket IE, look for the user agent in the request header; I believe it is still: Microso ...Show All

  • Mike Greenway Converting from Google Maps

    I have a map here - www.ukmartin.com/googlemaps/uk.html It features a set of pins in the map which have their latitides and longitudes listed in an XML document. Is there an easy way to use the same design of map pin and the XML data in a Live Map (see http://www.ukmartin.com/googlemaps/stadia.xml ) Thanks in advance for your assistance Martin How can you recommend GeoRSS knowing full well the issues everyone is having with that in VE Derek If you want a really simplistic way to put a couple of points on the map then go down this path of GeoRSS. Otherwise if you need a bit more control then parse your exisiting xml document: http://www.webreference.com/programming/javascript/definitive2/index.html and for ...Show All

  • Raj S Why cant I programatically check a menu item in the simple vs2005 c++ smart device mfc wizard generated project

    A lot of us are having problems with ordinary menu operations like (say) simply checking a menu item. Our essential problem is that : it used to work, and we can access the resource like we used to to see its data, but we cant change it any more I'm still trying to get the simple vs2005 c++ smart device mfc wizard generated project to check one of the menus it creates as standard Avinash Prasad's many confusing interlinked comments in various people's threads http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=506847&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=147307&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=369959&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID= ...Show All

  • friendlyvlad Device ID Data Type

    Hi All, I want to be able to uniquely identify a mobile device. I've discovered that devices have a Device ID but is only accessible via the Win API through PInvoke() calls. The article I found is here: http://msdn2.microsoft.com/en-us/library/ms172516.aspx PInvoking is not a problem for me. I actually found this article through a message board where someone actually had problems using it. 1) Is this article up to date and compatible with WM 5.0 devices Most Importantly 2) Is the device ID a GUID Or is it something else The article indicates it converts the final result into a string not a native GUID. This doesn't actually mean that the string doesn't contain a GUID though. I haven't run it through yet to see, but I do ...Show All

  • Santhoo problems with VS2005 and IE7

    Hi, if running VS2005 with IE7 (the beta, the final or the WinVista RC1 included one) it is not possible to create a new C++ "Smart Device" project. If I choose to create a "Win32 Smart Device Project" with Visual C++, enter a name for the project in the "New Project" dialog i'll get the "blub" sound, wich also appears if internet explorer blocks a pop up or an addon, and Visual Studio falls back to the "New Project" dialog instead of showing the details for creating the new application. i guess this has something to do with the internet explorer security settings and so I tried to disable them all or setting them to the lowest possible level... has anybody an idea how to get VS ...Show All

  • Utkarsh Shigihalli Resources and performance

    I have several .wav files in my project (about 15). I would like to understand if putting them in the project's reource file can speedup their usage or if it is better to continue to keep them as just .wav files in a subdirectory. Many thanks in advance for your answer Probably it won’t. Besides, what exactly " speedup ” means for wave files, twice the playback speed In any case you can try it and see if it’s any faster. Loading a file from filesystem will be very slightly faster. Keeping them in a resource makes them more manageable. Of course if we are talking about several megabytes combined worth of audio, you should not put them in a resource Thank you very much for this answer. I've got a ...Show All

  • Nate00 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

  • SteveK1111 Vista, VS2005 SP1, Mobile Device Center and disconnects

    Situation: I had to install Vista Ultimate x64 I installed Visual Studio 2005, SP1. Both in Italian. I could not install the "Service Pack 1 Update for Windows Vista " because it is available only for English. To work with my PDA, I installed "Microsoft Windows Mobile Device Center Beta 3 for Windows Vista (AMD64)". I'm able to sync my PDA with my PC. The problem: When I run my VS2005 VB application, it is correctly distributed on my PDA. BUT, as soon as it load the symbols for debugging, the PDA gets disconnected from the "Windows Mobile Device Center" (but NOT from VS 2005!!) This happens randomly, but about 4 times out of 5. I can debug my application, but since my application is tryin ...Show All

  • NetDragonKing CCommandBar: yet another problem

    Hello, I developed MFC dialog-based application with eVC 4.0. Now I'm trying to make it work on MSVS 2005 beta 2. I replaced CCeCommandBar with CCommandBar, but its functionality not the same. Really, I can't understand why should Microsoft replace working class with another one, which has more bugs :) The problem is that after inserting menu bar (InsertMenuBar) previously loaded toolbar gets invisible. If I change the order of these functions' calls (first, InsertMenuBar, then - Loadtoolbar) everything works well. But I need my toolbar to be on the left... so help me please :-) Can somebody help me, please I have the same problem. ...Show All

545556575859606162636465666768697071

©2008 Software Development Network

powered by phorum