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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

findnearby and schools
Which are the limitations of the messenger?
MSAJAX 1.0 conflict with V4 API. Sys.InvalidOperationException. V3 API is fine.
printing custom tile maps.
skipping among controls of form
Process.Start() causing TypeLoadException
How can i get the phone number?
Javascript code for Firefox
Problem with socket communication for client (On handheld) / server (on PC) application
Virtual network not work with standalone emulator

Top Answerers

Rush hour
K.V.Bharath
DavidR100
Jim Perry
arikve
Larrybird02744
BobH
nizmo
Ultrawhack
SelArom
sitemap
Only Title

Answer Questions

  • MikePHall SQL mobile 2005

    Hi There, I'm currently writing an application for a windows mobile 5 device which will store data in sql mobile 2005. I would like to know which would be the most efficient way of writing the following example to work with the above. (up until now all the code i have written has been in vb6 and connecting to an access database) Set db = DBEngine.OpenDatabase("location\database.mdb") ' strSQL = "SELECT * FROM Floats WHERE AgentName = '" & lblAgentName.Caption & "' AND Status = 0 " ' Set rs3 = db.OpenRecordset(strSQL) If rs3.RecordCount > 0 Then rs3.MoveLast lngRecordCount3 = rs3.RecordCount rs3.MoveFirst Else lngRecordCount3 = 0 End If ' If lngRecordCoun ...Show All

  • clint 2 How to drop database table if it exits in sql mobile version?

    Hi, am using VB.net and Visual Studio 2005 to compile a program for a Pocket PC with MicrosoftR Windows Mobile 2003 Second Edition. I am using sql mobile also. How to drop database table if it exits in sql mobile version Thanks a lot. Just issue a SQL query with a DROP TABLE command. See http://msdn2.microsoft.com/en-us/library/ms173418.aspx First do a query which uses the COUNT command. If that query succeeds you know that the table exists and then you can do a drop query. You can't do this in one query, because SQL Mobile does not support multiple queries in one command. Hi, Thanks for your reply, and in fact I know your solution, but if the database table does not exist a ...Show All

  • Julianín 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. Yeah thats the best one JonnyAJAX, that's the site where i got the more accurate circles from. I'm thinking maybe we need to wrap a few of these up into a helper class specifically for VE. Thanks for putting it on the WIKI. John. double lat = 40.657498; double lng = -111.865899; int DiameterEarth = 25000; double degreeOfLatitude = DiameterEarth / 360; dou ...Show All

  • knormann VS .NET to VS.NET 2005

    I have a problem with the conversion of dates after migrate of VS.NET 2003 to VS.NEt 2005 Test: Dim oDate As DateTime = DateTime.Parse(oDst.Tables(0).Rows(1).Item("mydate").ToString()) Error: invalidcastexception ..... In my project of vs.net 2003 worked well that code I sorry for my inlges ... i speak spanish Thanks. It seems that the date format you were using before is nolonger supported by the normal "Parse" method. If the format is consistent, you can probably get it to work using ParseExact. If you can determine the exact date format that was supported in 2003 but is not supported in 2005, you may consider filing it as a bug to be fixed in the next version. -Ryan / Kardax ...Show All

  • Hussain Saffar compact framework v2 sp1 installation problem

    I have been using vs2005 and cf v2 to develop an application. I recently installed the cf v2 sp1 redistributable thinking that it would tie into the vs ide but it did not. A few days later I found the cf v2 sp1 patch for vs 2005 and tried to install it but get an error message. I have uninstalled the cf and tried installing the patch by itself and get the same error. I reinstalled the cf v2 sp1 redistributable and tried the patch and get the same error. Here is the error: "The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program. Verify that the program to be upgraded exists on your computer and that y ...Show All

  • Bastian W. using my .h files in C# project

    I would like to give a C# application access to constants/Structures and interfaces defined in C/C++ header files . They are use d by many other applications, and I do not want to redefine them in my C# code. How can i use my existing .h files in C# project.. Thats painful ... anyways .... Is there a way to call my C# APIs from C++ code or here also i have to do some funky stuff ... is there a simple way to mix C++ and C# code .I have a engine which is in C++(reusable for all platforms) and only UI(drawing part) in platform dependent language.. Now UI needs to use engine and vice versa ..What is the best possible way to do it I'm afraid that you will have to re-declare the types in C#... C++ and C# can be so different, th ...Show All

  • HuWu socket inactivity

    Hi Folks, I used Winsock to create SSL socket and it connect to the server via stunnel. my question is if there isn’t any activity on this socket, how does the OS treats this socket   does the OS close this socket after x time of inactivity   Is your question related to general socket implementation and behavior or is it something specific to sockets on Windows Mobile platform This forum is for smart device development only. Manav Hi, my question is releated to the windows mobile OS. Did you look at these articles http://msdn.microsoft.com/library/default.asp url=/library/en-us/mobilesdk5/html/mob5conwinsockconcepts.asp Manav ...Show All

  • Yustme What should I choose?

    Hi, Im looking for some advice, I have an XML file which contains a list of properties (name, description, price, bedrooms, lat, long and an image) that is being returned from an RDF database. I wish to plot these on Virtual Earth, my question is should I use geoRSS to display these properties and if I do can I place a user control to filter by price or bedrooms and how is this done OR Should I create JavaScript functions to read from the XML file and plot properties this way and how would I filter XML placed using this method I have researched and looked around but im having trouble as I have never done this before. Thanks for the help. James. Thanks for that link John, I'll ...Show All

  • Shawnmcf V4 3D issues with get map view

    Just getting ye old clusting working with V4 and discovered if you zoom out below about 6 the topleft and bottomright values aren't exactly what you expect. For example if you go to the sdk example zoom right out so you can see half the world you get: top left: 14.0318893599231, -1.14591559026165 top right: 14.0318893599231, 1.14591559026165 bottom left: 15.1778049501847, -1.14591559026165 bottom right: 15.1778049501847, 1.14591559026165 Which is not very helpful.... I can sort of see what is happening as we are round we don't quite have a corners... I would have perferred is a full range representing that half the world is visible. I'll see if a can make a fix based on altitude and the centre point... John. We ...Show All

  • Philip Tolk Inside Windows Live Contacts Control

    How it works I meen is there any web services that helps retrieve groups and contacts Is there way retrive this information from desktop application I would really appreciate the possibility to (de)select all contacts in one click. Danny, can you tell me if there will be a "select all" link in the future That -easily implemented- feature is something really, really useful! Ok, I see what you're looking for now. Thanks for the feedback! The contact infos are returned as an array of JavaScript objects. To return groups, we could return an array of groups, and each group contains an array of contact infos. -Danny Hi Kratpalm, I think it's ...Show All

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

  • TIENG Sunheng [Vista] + Device Emulator + Mobile Device Center

    Hello, I have just migrated to Windows Vista. Everything is working (for now :-) ), I only have some problems with cradling VS 2005 Pocket PC Device Emulator. (to be more specific, i would like to share Internet between my computer and my Virtual Pocket PC.) I learned, that Active Sync was changed with Windows Mobile Device Center and that the WMDC should install via Windows Update (i run everything and checked in control panel, but WMDC was not there). Next information I received was the following one: Your Windows Mobile device must be connected to the computer for Windows Update to be able to detect the driver update and install the update. The problem is, that I don't have a physical device, I am o ...Show All

  • hypo Display a map showing multiple route points.

    I know that this can be done using yahoo.maps/beta but not yet with Microsoft Virtual Earth…. I have a requirement to display a map that shows the route between a number of points (possibly up to 20) but normally just 8. I will provide to the API the best optimized route around the points – but the API only allows for a driving route between two points. And this would mean printing off maps that show A to B, B to C, C to D etc. Any suggestion if / when this feature will be implemented Also I don’t want to go down the web service route as this is cost prohibitive. Thanks in advance for any suggestions…. Surely it would be easy enough to plot them yourselves There will be q ...Show All

  • mafc serial port

    Hi, Im trying to make a program to communicate with something that is connected with the serial port. The device i wanna connect to the serial port knows several commands. So basically there needs to be a simple connection with the port so that i can put commands in the console and the device reply's me and sets its output on the console. So far i got this: static SerialPort serialPort; public static void Main() { serialPort = new SerialPort("COM1", 19200, Parity.None, 8, StopBits.One); } I hope someone could help me a bit. Thanks in advance! You need to ask specific question. Please see this, items 7 and 15: http://www.danielmoth.com/Blog/2005/03/please-read-before-posting-to-ng.htm ...Show All

  • sooraj how can i open the Form design view on VB.NET

    i am new to VB.NET. i built a new project for Smartphone device and saved it!when i open this project again,i can't open the form design view,i try double click [form1.vb],but it open the code design view. how can i open the Form design view right click the form in the solution explorer and select "View Form" ...Show All

83848586878889909192939495969798990

©2008 Software Development Network

powered by phorum