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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Pass sounds through the phone's modem over the cellular network (PPC Phone)
adCenter API implementation with nusoap in PHP
Terms of use?
Checking network availability
emulator uid
More points in routeItinerary?
x x x x
Performance of Polylines
SmartPhone WM 5.0 emulator browser address bar-numeric values
LatLong calculated with PixelToLatLong varies from e.view.LatLong

Top Answerers

langev
Elhanna
genius13
oaix
vtortola
shinji360
Rama Nagesh
Aleniko29139
kstreltsov
MatthewVincent
Florida Times-Union: Jacksonville News
Only Title

Answer Questions

  • pmak Cannot create device app after install Device Shell Emulator

    Hi, i am working with VS2005 and i’ve installed Device Shell Emulator. After this i no longer can create device applications or open existing ones. The error is: The project type is not supported by this installation. I’ve tried to uninstall Device Shell Emulator but the problem continues. I appreciate some help on this. I didn’t want to install VS again :( Thanks SP Can you please let me know the link where from you downloaded it http://www.microsoft.com/brasil/msdn/Tecnologias/movel/DeviceDebugVS2005_US.mspx ...Show All

  • Steve Whitley Which Platform?

    I have written an application using VS 2005, and installed it on a pda(s) running Windows Mobile 5.0. Now, what I want to do now, is to load the same application on to a Windows CE 5.0 environmnet as well. Looking at it, it should work The main question I have is that once loaded on either enviroment, I need to know which one the application is running. If the application is running on WM 5.0 follow a set up route of say a) or if it is CE 5.0 then do b). Not too much differnce to be honest, but I was wondering if there was some system variable that I could look at, which would indicate the environment - WM 5.0 or CE 5.0 Let’s take a closer look at your declaration… Here’s my question: how you've come up with L ...Show All

  • pricejoel icmpsendecho() and Icmpapi.h

    Hi all, i have written a little MFC app and am just trying to get an icmpsendecho() to work however i get this error: fatal error C1083: Cannot open include file: 'Icmpapi.h': No such file or directory does anyone know how to get it working i thought that the library was Iphlpapi.lib which i have included in the build as i am using other IPHelper functions. I hope someone can help, thanks Martin Hi Martin, It seems that problem is in library. In Windows CE .NET 4.1 and later, you have to compile with 'Iphlpapi.dll', not linking to Iphlpapi.lib. For more information see article http://msdn2.microsoft.com/en-us/library/ms927411.aspx . I hope it is not very late! ...Show All

  • markovuksanovic Virtual Earth 3D Map View Issue

    Hi, I found a issue to see Virtual Earth 3D Map on my pc. I have: 1. installed the Virtual Earth 3D software 2. NVIDIA GeForce 6200 LE(NVIDIA) 3. OS: Windows xp Pro sp2 4. 1 GB RAM Still I am unable to see the Virtual Earth 3D map. [even on http://dev.live.com/virtualearth/sdk/] I have writen one application using Virtual Earth SDK and used 3D map. [I tried to see 'Seattle' and other major cities in US, but not succeded ] It will be great to get any help. Thanks & Regards, Mahesh Lambe I am unable to attach image. Could you please send me your id or my email-id: maheshlambe@hotmail.com ~Mahesh screenshot please. Sounds like your proxy/firewall settings ...Show All

  • NathanM Using DirectDraw in Windows CE 4.2

    My work is Nevigation system developing. This system's OS is Windows CE 4.2 and CPU is armv4i. Tool is Embedded Visual C++ 4.0(sp4) at my desktop. And important thing is I must use Directdraw. First, I used 'ddraw.h','ddraw.lib' in DirectX SDK. But in Embedded Visual C++, that didn't compile. So I searched all my hard disk, and found out those files in 'Windows CE Tools\wce500'. Second, I used those files, complie and build are success. But when I moved execute file to Nevigation system, that didn't work. Message was '.... can't find some linked files....' (this message is not accurately, because that was written by Korean) I think that is 'dll' problem. Third, I searched 'ddraw.dll' in my hard disk, and fo ...Show All

  • Farhat Fakih Virtual Earth SDK in C#/.NET project, etc

    Hi, Anyone can tell me if it possible use the Virtual Earth SDK in a C# project. How can i do it Thanks Nice VE demo with layers. John. Our MapDotNet Server 2007 product (available early 2007) has a MapNavigator Control that VE displays in. It also supports the ability to connect to several spatial DBs (ArcSDE, PostGIS, Oracle Spatial, etc.) and display and query the data on top of a VE Map. All in Visual Studio 2005! MapDotNet Server and VE Demo: http://server1.ischosting.net/Elections/ http://www.goisc.com/products.htm Benton Benton Belcher MapDotNet Product Manager I.S. Consulting I believe so Or you can take a look at MapDotNet Server 2007: ...Show All

  • Dan Miser hook Keyboard , to AlexY and any helper

    Hi, Could anybody tell me please how to use Alex Yakhnin hookkeys class. http://blog.opennetcf.org/ayakhnin/PermaLink.aspx guid=84b95802-76d7-499c-b266-e2251ab15706 i want my application to detect any key pressed in the keyboard, even if the application was in the background. thanks in advance. A few things to note. This keyboard hook catches only the hardware keys, i.e. the SIP presses will not be catched. The vkCode member of the KeyBoardInfo structure that is returned as a parameter of the HookEvent contains an ASCII code of the key that could be converted to the char. But you will need to add a few more checks. Take a look at this link for ideas: http://www.experts-exchange.com/Programming/Programming_Languages/V ...Show All

  • fafnir Submit buttons not displayed properly in IE7

    Hi ! i've intalled Visual Web Developr 2005 Edition - working with IE7, if your creating a fom which involves "OK" button and while creating any other website that involves a submit button, these buttons would not display properly when debuged. They appear very long, with golden borders, tried creating many forms and sites which has submit butons, its still the same, when i uninstalled IE7 and reinstalled IE-6, its perfectly fine now. Just wanted to know if its a bug in IE7 or something......if yes, how do we correct it. Thank You. This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. ...Show All

  • WehSo i use the following function to load virtual earth map, I wonder that after I load the map like this, can I change the map's

    i use the following function to load virtual earth map, I wonder that after I load the map like this, can I change the map's postion after this function GetMap() { map = new VEMap('myMap'); map.LoadMap(new VELatLong(37.41, -122.00), 10 ,'h' ,false); } } i appreciate your help Hi Jakein! You can manipulate the map position using this function function PanMap(x,y,latlong) { if (x!=null & y!=null) { map.Pan(x,y); } else if (latlong!=null) { map.PanToLatLong(latlong); } } Then... PanMap(null,null,new VELatLong('YourLat','YourLon')); []'s Yep, Mauricio is right. You can also use the VEMap.SetCenter and VEMap.SetCenterAndZoom methods to change the map location. ...Show All

  • Mehdi Mahdloo Map events not firing in Firefox 2

    I just upgraded to Firefox 2. Event though this is still a release candidate ( i know ), the map events are not firing on my app. The events in question are "oncontextmenu" and "onchangeview". These are the ones i use at the moment and so i don't know bout the other events. Will Firefox 2 be supported in the near future A lot of people are already switching, and I have to know what to expect (Question for the VE Team) Thank you. Good work Marc! I'm sure that saved many people from a bunch of headaches! The problem is that Virtual Earth checks if the minor version of Firefox is greater than or equal to 5. As Firefox/2.0 has a minor version less than ...Show All

  • K-RoCk how to detect if phone is "turned off"

    Hi folks, Some of our customers have reported a strange intermittent problem with thier WM5.0 devices. Apparently our application loses it's GPRS connection, and when the user tries to make a call, they are informed that the phone is "turned off" and they are asked if they want to turn it on. Once they do that, our app reconnects and starts sending data again. The app works fine after a device starts up, this happens after the device has been working for a while, it's almost like the device has gone into flight-mode. 1. Any ideas why this might be happening 2. Is there a way we can programatically (vb.net 2005, .netCF 2.0, WM5.0) check to for this condition and turn the phone back on Our app will try to send data ev ...Show All

  • SoGa Help Me Please!!!!

    HEY CAN SOMEONE PLZ HELP! I've tried everything and I can't seem to get my pictures to upload... I even downloaded Mozilla Firefox and it worked for one picture but then it keeps saying problem loading So WTF Grrr... I've been seaching the net for all kinds of different methods of going about this but nothing seems to help... I'm getting so frustrated. Can someone please help me thanks +Haylz+ This forum is for questions and discussions related to Windows Live Spaces development. This looks like a support issue. Please go to http://support.live.com and choose Windows Live Spaces. Thanks! greg <8-) ...Show All

  • Marc Selman Getting own phone number or SMS Service Number from a POCKET PC

    Hi, I'm trying to get the my own phone number from a POCKET PC 2003, in which I placed my SIM CARD. But I can't find the appropriate function. Is there a function doing this Thanks The problem on Pocket PC is that the Value of pLineDevCaps+pLineDevCaps->dwLineNameOffset is not equal to CELLTSP_LINENAME_STRING which has been set to " Cellular Line " is tsp.h of Pocketpc. For Pocket PC below values of pLineDevCaps+pLineDevCaps->dwLineNameOffset are displayed: Serial Cable on COM1: Infrared Port Bluetooth Bluetooth device Generic IrDA Hayes Compatible on COM1: But none still give the phone Number. Does anyone know what must the value of CELLTSP_LINE ...Show All

  • sebastian_v_b What control is used

    Hai What control actually used in the smartphone emulators message reading page. Can we implement that in our applications.. The Windows Mobile Messaging user interface is HTML based but it's custom code and not a control you can use directly from your code. Peter I am sorry but this forums is very specific to Device Emulator related questions. I am moving it to other forum where it has got better chances of being answered. -Thanks, Mohit Hi Mohit i want to ctreate an application and wants to run it in smart phone device..In smart phones the inbox message is read using a particular control something like a text box ..but not a text box . I want to implement it on my app ...Show All

  • pappascd Finding distances

    Hey, Could someone point me to documentation on how to find distance between to locations via their lat/long or another way to do what i'm trying to do I have a list of locations and their latitude/longitude and I want to display a map that zooms out to display a minimum of 10 locations near a location that is typed in. Ok it is a little complex becouse the world is not flat (shock!) its a sphere (sort of). If you don't care about accuracy and the points are within a few hundred miles then you can go with simple trig. square root of ((Lat2-lat1)squared + (Long2-Long1)squared) type thing. But if you want accuracy you should read this: http://www.movable-type.co.uk/scripts/LatLong.html John. There isn't a ...Show All

252627282930313233343536373839404142

©2008 Software Development Network

powered by phorum