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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Mobile SQL Issue
What wrong in this code for smartphone work well in pocket PC
associate Icon with application
Convert Image to Byte Array
CF Today Screen example
how to detect if phone is "turned off"
Sendto Works on PC but not on PocketPC
streaming large files into small devices - need some advise
getting GPS position from HP6915 PDA
Keypress in Pocket PC 2003 sdk

Top Answerers

Carl Bruneau
Solitaire
AmrishDeep
zenkick
Curious George
yaotong
hrubesh
soulmate75
pfear
Jack Tripper
NIST Toolbox
Only Title

Answer Questions

  • DTHMTLGOD Pocket PC. Database. sdf to mdf ?

    Iam developing a order system for a mobile device. The thogut is that a user should go home to his desktop computer an plugin his pocket pc device(.sdf) and update the databasefile(.mdf) that is on the desktop compputer. The desktop computer will be a Windows Xp computer and the program wil be done by VS 2005 windows forms. Is there any soultion on this problem out there Iam using VS 2005, Sqlserver 2005 and .Net compact framework 2.0. Have a nice day ! My problem is not to write to a xml file, but to read and write to a database from one :) This is Naveen Kumar M. That is soo simple. Before i start telling the answer, i wanna tell u what i understand from ur question. ...Show All

  • ReneeC Can I add Macromedia Flash Object (*.swf) on Smart Device VB?

    Please Help...(T^T) ...I have to developer some Mobile-Learning on Smart Device... But need to add some animation object... I've heard something... FlashLite2.0 or something... can I add that object to Smart Device Project [VB] ..... (T^T)... (T^T)... (T^T)... Please find more information on the Adobe Developer Site ( http://www.adobe.com/devnet/devices/ ) on how to get Flash support. If animated GIF would do the job as well, check the following article: http://msdn2.microsoft.com/en-us/library/aa446483.aspx ...Show All

  • James M. King a problem has occurred with edm.exe

    When I run the Pocket PC Emulator (with and without debugging in VS2005) I get the following message: "We're sorry....A problem has occurred with edm.exe. Please tell Microsoft about this problem, at no cost to you. The data is used exclusively to improve products." Then i have two links to either show report details or turn off error reporting. If I wait long enough, the message goes away and my program appears to run normally. Can anyone tell me what this is all about Moving to SmartDevices Native C++ Development forum where someone can probably point if you can by pass it. -Thanks Mohit Looks like there was some unhandled exception in edm.exe. Dr. Watson shows this dialog. ...Show All

  • Ron Luebke Is Virtual Earth Free?

    I Would like to use Virtual Earth in my real estate portal. Is it free or I have po pay Virtual Earth Is Free. BTW, what is the URL of your real estate portal I would like to see it :D. Rumors Egad! :) http://www.microsoft.com/virtualearth/products/webservice/howtobuy.mspx . Internet applications (applications with anonymous users, such as a Web-based locator solution). Licensing for Internet applications has the following components: - Platform Access(1) - Usage ( per transaction only) I agree with you that the individual transactions (HttpRequests) are originating from user machines, not your server, but c'mon -- you have every means of tracking ...Show All

  • My Vizai Deleted messages from Outbox

    Hi, I am working with Pocket PC 2003 and I want to delete all the messages stored in the Outbox. I have to use IMAPIFolder::DeleteMessages function but I am not sure about the parameters of this function. How can I get the ENTRYLIST that the function requires [in] Reference to an ENTRYLIST structure that contains the number of messages to delete and an array of ENTRYID structures identifying the messages; cannot be NULL. Has anyone used it before Thanks in advance Hi there I wrote some code like this in an SDK sample we shipped with Windows Mobile 5.0, of course since you are working on Pocket PC 2003 you may not have seen this sample. The sample is called InboxMe ...Show All

  • D-S I want to create ad hoc connection between Pocket PCs

    I want to send files with my application in pocket pcs I want to use UDP with ad hoc but I am confused about metaphor to create ad hoc connection (if I don't set ad hoc mode in pocket pc) how can I start This should help you http://www.pocketpcmag.com/blogs/index.php blog=3&p=588&more=1 I mean I will use C# to create an ad hoc connection Is it possible ...Show All

  • Pramod my bot, can anybody here help me with my not {simple problem}

    Hi everybody ..! well, I am trying to build my own bot (spleak, smarterchild .. etc) but I had faced a problem which is: when I was trying to start the SWHICHBOARD .. it just did not work plz .. I waiting ,..! The starting question here would be which of the licensed SDK's are you using to build your bot Based on that I'd 1st connect with that companies support forum. When you get it up and going, you should be sure to provision it out on gallery and then be sure to submit it to Robot Invaders contest. Cheers, Todd Biggs, Windows Live You should know the SDK's Todd . This is obviously the Akonix L7 Builder, ask the question on their forums . ...Show All

  • Vaassu Device Emulator Manager

    Why can't I access device emulator manager (I have both 1.0 and 2.0 Beta) from the Tools menu of VS.NET 2005. I can launch them both as standalones when I go to the respective folders. I HAVE registered the dlls. Any help is appreciated. The Device Emulator Manager cannot be launched from VS.NET because it does not appear in the Tools menu. "dvcemumanager.exe /register" will carry out the registration of the Device Emulator Manager Whether after the registration you can see Device Emulator Manager in Tools menu -Thanks, Mohit You might want to try these two things: 1) Launch "devenv /resetskippkgs" to clear any VS extension packages that are being skipped because ...Show All

  • jkline Color a Cell in Datagrid depending upon its value (For Pocket PC)

    As the Subject says, im trying to color a cell in a Datagrid depending upon its value, i have tryed to override the paint method with this code, but most of those functions doesnt seen to Work with the .NET Compact Framework 2.0 SP1. Function GetColumnValueAtRow doesnt work, LinearGradientBrush doesn't work too.. so, is there anyway i can Color a Cell using Compact Framework 2.0 SP1 Any Help is apreciated. using System.Drawing; using System.Windows.Forms; public class DataGridColoredTextBoxColumn : DataGridTextBoxColumn { protected override void Paint( Graphics g, Rectangle bounds, CurrencyManager source, int rowNum, Brush backBrush, Brush foreBrush, bool alignToRight ) { // the idea is to conditionally set the foreBrush and/or backbrus ...Show All

  • gmcbay TCP/IP socket communication between Desktop PC and Pocket PC

    I am trying to establish TCP/IP socket communication from my Desktop PC (client) to Pocket PC device (server) using C# and .NET 1.1 Framework. Devices are connected via ActiveSync (3.8). Pocket PC is placed into USB cradle. I was told to use PPP_PEER host, but it works only, if I am connecting from Pocket PC to Desktop PC. I am trying to do something like this: -- server (running on Pocket PC) TcpListener tl = new TcpListener(5555); tl.Start(); Socket s = tl.AcceptSocket(); if(s.Connected) label1.Text = "connected"; -- client TcpClient tc = new TcpClient("PPP_PEER", 5555); I am getting a "No such host is known" exception on client line. What am i doing wrong I would ...Show All

  • Chopaka WCE_FCTN and WinCE 5

    Hi, I need to used in my code the function : WCE_FCTN but i've the following error during compilation for WinCe 5 device: Erreur 1 error C3861: 'WCE_FCTN': identifier not found c:\Documents and Settings\tlamy.PICKUP\Mes documents\EVC4\Reveil_WinCE5.0\Reveil\Reveil.cpp 179 When i compiled this code for WInCe 4.1 i've no error. Does this function exists under WinCe 5.0 and if it not exist how could i replace it to get system time in Seconds Thanks. You are losing precision here ft1 += 60*60*24*1*iNanoToSeconds; //add a day Try changing it to ft1 += 60*60*24*1* (__int64)iNanoToSeconds; //add a day Not any FILETIME* pointer can be cast to __int64* but the r ...Show All

  • Zannadar Emulator For Wince 6.0

    Hi... I have to use wince 6.0. where i can get wince 6.0 emulator. Thanks in Advance Can u please give me brief description on that Barry Bond wrote: It is automatically installed when you install Windows CE 6.0. I believe SDKs rolled by CE 6.0 also include the emulator binaries and install them. Barry It is automatically installed when you install Windows CE 6.0. I believe SDKs rolled by CE 6.0 also include the emulator binaries and install them. Barry That's all well documented in MSDN under 'SDK Development' Here is the starting point: http://msdn2.microsoft.com/en-us/library/aa909591.aspx ...Show All

  • viliescu PictureBox with Jpeg-Image - MouseMove Problems

    Hi! I have the following problem: I have a PictureBox with an image from a jpeg-file. The image is bigger than the PictureBox and the PictureBox SizeMode is set to "Normal". So it shows the left upper corner of the image. So far so good. Now i want to change the clipping-range with the PictureBox.MouseMove event. Pr ivate Sub PictureBox1_MouseMove(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles pb.MouseMove 'set global variables for the coordinates-calculation [...] pb.Refresh() End Sub Private Sub pb_paint(ByVal sender As Object, ByVal e As PaintEventArgs) Handles pb.Paint 'some coordinates-calculation [...] e.Graphics.DrawImage(pb.Image, New Drawing.Rectangle(0, 0, pb.Width, pb ...Show All

  • Walter Luszczyk MSAJAX 1.0 conflict with V4 API. Sys.InvalidOperationException. V3 API is fine.

    Hi Guys, Been trying to use the new V4 API in my application but I get this error when I call the LoadMap method function GetMap() { map = new VEMap( 'myMap_myMap' ); map.LoadMap( new VELatLong(53.278353017531821 , - 2.153320312500008) , 5 , 'h' ,false ); ***** Get the error here when I call LoadMap. Microsoft JScript runtime error: Sys.InvalidOperationException: Object Microsoft already exists and is not a namespace. Can anybody please help me to find the problem. V3 of the API still works fine without any problems. If I remove AJAX references from my page the error goes away. Unfortunately, I make heavy use of MS Ajax 1.0 and can't get around it. thanks, SoS ...Show All

  • Neweb FolderBrowserDialog for WM5

    Hi, I have used FolderBrowserDialog in a Windows application OK but it does not appear to be available in WM5 although the help does say that it should be available... Platforms Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC , Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition Could someone give me some guidance here, have I forgotten to do something Thanking you Dave Dave, .NETCF does not support FolderBrowserDialog. I agree the docs are confusing (and in error) on this point; If it were supported, under Version Info ...Show All

232425262728293031323334353637383940

©2008 Software Development Network

powered by phorum