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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Regarding voice Record
ActiveX control greyed out in toolbox
debug output message
Akonix: Inviting for an application or game
VS2005, CF2.0, C++, Platform selection
GetMapView() TopLeftLatLong/BottomRightLatLong oddity
How to export and register dll in the emulator
Polylines are not coming in Netscape 8.1
Audio and Transfering Backgrounds
Get cursor:crosshair to work over map?

Top Answerers

sani007
Zulbaric
Sanje2v
Joe_Cool
Mo Majad
amir_rad
Jade Skaggs
Jonathan Cran
cedubose
Rand AlThor
sitemap
Only Title

Answer Questions

  • Nidal-Fouad-Hajj-Youssef corrupt error: 0x8007007e

    Hi, I am upgrading my app on WM 5.0 from eVC to Visual Studio 2005, after everything compiled and started deploying, it came with an error messeage: Unable to start Program.... An error occured usually indicates a corrupt installation (code 0x8007007e). And deployment stopped....Could anybody give me some hint about why this happens and how to solve it Thanks in advance! Yes, I tracked down the missing .dll file, and copied it to my device then it worked. Thank you for your information! which dll files exactly are those Hi, Are you dynamically linking to some libraries In case you are see that all the libraries like mfc atl etc. are also deployed to the device. Thanks Hi kunallen I am facing the sam ...Show All

  • eitanb Terms of use?

    I have been going around and I am sleepy so forgive me, but where can I find the terms of use of the Windows Live search API, I have gone and created a script using PHP and I thinK it has some cool options, however I dont want to break terms of use, so I better read them! Also how much on average would fifty thousand queries cost ^Yours most, Daniel! Non-commercial usage agreement terms is here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/MSN_Search_Web_Service_SDK/HTML/AccessingTheMSNSearchWebServiceSOAP_API.asp ...Show All

  • RazaRizvi Getting and adding to resources

    i want to add and get some pictures from resources... using c# how can i do this.... Thanks for the helping hand. Ilya Tumanov wrote: See this sample. Make sure to adjust namespace and file name in the call to GetManifestResourceStream() to match your actual namespace and file name. See this sample. Make sure to adjust namespace and file name in the call to GetManifestResourceStream() to match your actual namespace and file name. ...Show All

  • Scott_P Inserted/updated/deleted records from application were not preserved permanently in Mobile database, .sdf file?

    Scenario: Iinserted or updated records from query analyzer to local Mobile database (sample.sdf) were preserved in permanently. If I insert, update or delete records from application using basic insert/update statements, inserted/updated records are loading to grid still I close the application. Every time execute non-query get succeeded and non query returning number of records inserted or else. Problem: Once I restart application, I couldn't see the inserted/updated records on application display grid. Then I came to know that inserted, updated, and deleted records from my application were not preserved in mobile database ( .sdf database attached to solution explorer and add to solution by selecting add -> SQL Mobile database ...Show All

  • Sunchaser display .rtf file

    I am implementing a user agreement form inside my app. How can I display the user agreement file (.rtf) into a textbox for example Thanks Sharp. too bad CF doesn't support richtextbox. It would be nice to know the work around about solving this problem for CF in VS. Ilya Tumanov wrote: There's a 3rd party rich ink control which can be used: http://www.intelliprog.com/netcf/richink.html Nah! its based on royality, 100 sales 100 payments to the company :( Now way! use a streamreader like i said. i don't remember it's been a while i haven't develop on mobile device. i remember there's no way to display .rt ...Show All

  • Michael Reynolds Device Application Sending data to COM1

    Hello I am trying to link a Windows application with a device application. So to get going I just wanted to test the the device applications comms. I created a port object in the device application and sent data to COM1 by running my application in the PDA emulator. The data did not appear in the port monitoring program that I am using. Is this because I did not actually have the device connected to the pc If the PDA was connected could i do the following using a virtual port that links COM4 to COM5 Connect to COM4 using say appliation1 Connect to COM5 using deviceApplication1 send data to COM4 using appliation1 e.g hello receive data COM5 using deviceApplication1 e.g hello. Thank you. Hello, ...Show All

  • Chrisull Image from website

    Hi all I am trying to grab a jpeg from a streaming server that sends jpeg images on request. I have written an application that gets these images in a desktop app that uses me.picturebox1.imagelocation = http://<path> and this works great. I now am trying to make a similar app for my new wm5 pocket pc. And i have no imageslocation property in the cf. I have the following code Dim req As Net.HttpWebRequest = DirectCast (Net.HttpWebRequest.Create( "http://www.google.co.uk/intl/en_uk/images/logo.gif" ), Net.HttpWebRequest) Dim res As Net.HttpWebResponse = DirectCast (req.GetResponse, Net.HttpWebResponse) Dim img As Image = Image.FromStream(res.GetResponseStream) But it wont work as i cannot use i ...Show All

  • Little typed dataset vs untyepd dataset - which has better performance on mobile devices?

    Hi I have a doubt, which has better performance on mobile devices, typed or untyped dataset which is recomended, in terms of performance, for mobile devices thanks in advance Rodolfo Typed DataSet inherits from untyped DataSet, adds typed methods to access data. Thus performance is pretty much the same as storage engine is unchanged. You'll be better off using SqlCeResultSet if performance is of concern. Resultsets offer you the typed reader functionality without the overhead of a dataset. Manav ...Show All

  • lance p GPRS connection in real device

    Hi,everyone.I wrote an TCP client to connection the public network.I tested it successful in emulator. But when I tested it in real device,it failed.Then i added the connection manager,it seems that I can attached GPRS successful,but the tcp client can't connect the public network,can anyone help me Here is the code: ConnMgrEstablishConnectionSync//establish an Internet channel successfully tcpcilent.connect("220.34.24.48",9999) tcpclient.sendData() How are you calling Connection Manager Could you check if you can establish a connection to a port 80 on a public web site, such as Yahoo or Google Again. How are you calling Connection Manager to establish the connection Please provide code snipp ...Show All

  • fpizzolo Unable to load DLL 'cemapi.dll':

    Hi, I type this code: Imports Microsoft.WindowsMobile.PocketOutlook Public Class Form1 Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim sms As New SmsMessage( "Some phone number" , "Some message" ) sms.Send() End Sub End Class And I get the following exception: Unable to load DLL 'cemapi.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) How I can fix it. Any advice would be grateful. This is frustrating. Hi, Thanks for reply. I’m trying to develop a windows applic ...Show All

  • Hypercoder Driving Directions

    I have this code and I do not know why it is not working can someone please help ! Got it from viavirtualearth.com Link to the demo they gave: http://overlay.viavirtualearth.com/Overlay/DrivingDirectionsVE/ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="imagetoolbar" content="no"> <title>Driving Directions using Virtual Earth (USA only for now)</title> <link href=" http://virtualearth.msn.com/vems/VE_MapSearchControl.css " type="text/css" rel="stylesheet" /> <script src=" http://dev.virtualearth.net/commercial/v1/VE_MapSearchControl.js"></script > <link ...Show All

  • M. Nicholas Dll Import from Regular C++ to C#

    Hello, I am developing a smart device application in VS.NET 2003 and want to import dll from C++ program. [DllImport("mydllimportTest.dll")] public static extern int GetInt(); While the import command works fine with normal windows application project, the following error is generated in smart device application. "An unhandled exception of type 'System.MissingMethodException' occurred in.." Can you please help me out Thanks Tijnars Thanks for the response. But the same dll is working fine with win C# program. Tijnar Appreciate your reply. I will try it out. Meanwhile the dll is not third partys. Its a sampl ...Show All

  • mkoren Appointment Class Recurrence Problem

    Hi, I am trying to set a recurrence appointment which recurs yearly in the calendar. The appointment does get inserted at the correct date and it does recur every year. But.. When I open the entire series in the calendar for editing and press the "ok" button, thus save the appointment the calendar app tells me: Cannot save, Select an end date that occurs after the start date. I find this very odd because the recurrence should go on indefinetely. This all takes place on a pocket PC/Smart phone running on Windows Mobile 5 (Palm Treo v750) with CF2.0 installed. I used the following code: Appointment appointment = new Appointment(); appointment.Subject = apptSubject; //appointment.End = appointment.S ...Show All

  • nbrege Error while installing Windows Live Messenger

    I have Windows XP SP2 whenever i try to install windows live messenger while installing it give me an error code of 1603 and does not install it please tell me what to do i need to install that messenger it says windows live messenger has failed with error code 1603. im afraid this is the wrong forum to post in as these forums are for software development for the MS platform using the .NET technology in particular but more specifically this subforum is for the Live Messenger development. The best place to ask would be from the support guys over at: http://support.live.com Thanks! ...Show All

  • Tryst Converting PocketPC 2003 Project ----- Windows Mobile 5.0 Pocket PC Project

    Dear ppl, I have been working on a Pocket PC application. Its been 4 months now. There are various forms in the project. The project is a PocketPC 2003 (.NET CF2.0) Device Application Project. Now the Is there a way to convert a PocketPC 2003 (.NET CF2.0) Device Application Project to Windows Mobile 5.0 Pocket PC (.NET CF2.0) Project. Regards Nabeel oh you mean change the Target Platform ....yeah it works..thanx Right click on the Project in Solution explorer and select convert to WM 5.0. That will do it.. ...Show All

121314151617181920212223242526272829

©2008 Software Development Network

powered by phorum