Software Development Network Logo
  • Architecture
  • Visual C++
  • Windows Live
  • Microsoft ISV
  • Windows Forms
  • Visual Studio
  • Visual Basic
  • Smart Device
  • .NET Development
  • Game Technologies
  • Visual FoxPro
  • Windows Vista
  • Visual C#
  • SQL Server
  • VS Express Editions

Software Development Network >> Smart Device

Smart Device

New Question

a forum related to 89s52 microcontroller
VS 2005 and Smart Device installation problem
installing .NET CF 2.0 on a Pocket PC
How to use DEBUGMSG macro?
Unit testing for .net CF
Encoding Error in calling java web service
The project consists entirely of configurations that require support for platforms which are not installed on this machine
Real basic question: How do I make .exe file from source codes?
a few questions about the CF framework
Listbox name value pair

Top Answerers

needbrew
Dan Essin
DaveJ4
Dan_BIT
the redjinn
LisaAnn
unsigned int
bendada123
NoteMe
Greg Cadmes
ProSoft Online
Only Title

Answer Questions

  • Peter D. Falco Jr. Problems with Vibrate API

    Hi, I am using the Vibrate API is C# after PInvoking the native API. [ DllImport ( "aygshell" )] extern public static int Vibrate( uint cvn /*0*/ , IntPtr rgvn /*null*/ , uint fRepeat, uint dwTimeout); This is my call: int result = VibrateAPI .Vibrate(0, IntPtr .Zero, 1 , 10*1000); For some reason I cannot get it to work. Thanks, Piali I've been unable to find the vibrate API working c ...Show All

  • gotmountains registering an activeX control

    hi guys, i want 2 register an activex control with windows mobile 5.0 ,. For the desktop thing we have regsvr32. is there any command specific to that, thanx in advance regards .netguy If i am not wront you can use regsvrce . Take a look at http://blogs.msdn.com/jeffabraham/archive/2006/04/24/582409.aspx . You can debug the registration process. Jeff ya i c ...Show All

  • hewin Calling native dll function problem

    Hi all, I am using Compact framework 1.1 and VS2003 I am calling following function from "C" dll declared as TTGPS_API void WINAPI TTGPSDetailFind(HWND hTTGPS, UINT uiNum, UINT uiZip, LPTSTR strOther, LPTSTR strStreet, LPTSTR strPlace, LPTSTR strState, LPTSTR strCountry, LPTSTR strZip, int &rltNum, LPTSTR rltName1, POINT &rltLoc1, LPTSTR rltName2, POINT &rltLoc2, ...Show All

  • arongpan Console application in 'Running Programs' control panel?

    Hi, When I create a Forms application for Compact Framework, it appears in the Settings->Memory->Running Programs control panel. However, when I create a console application, it does not. Is there a way I can 'register' my application in this way, to indicate if it is still running, and if needed, to kill it No, you can not. Your application needs to have a window for that. Consider creating another app ...Show All

  • tronkl Hourglass

    Can anyone tell me where the functions are to change the mouse cursor on a pda to the hourglass, working image and then back to the normal nothingness Thanks, Cursor.Current = Cursors.WaitCursor; Cursor.Current = Cursors.Default; Hi, You can try this... using System.Runtime.InteropServices; private int hourGlassCursorID = 32514; [DllImport("coredll.dll")] private static extern int LoadCursor(int ...Show All

  • MORRTI Query performance in SQL Mobile

    I am using SQL Mobile as database for my PDA application.I have aroud 2000 records in the database.Performing a search query in my program takes around 8 secs while the same query on the query analyzer on the PDA takes .114 secs. My search query is SqlCeCommand cmd = new SqlCeCommand ( "Select * from Premise where houseno=2001" , con); Can anyone please tell me how to improve the response time in my program.What is the ac ...Show All

  • Gardner Deploying a .net2/sqlce app

    Hi! note: new in mobile development but experienced .net developer Can you give me a guidance on what do I need to install in a wm2003 device to deplory a .net 2.0 app which also uses sqlce 2005 Are some specific dll's enough I would like to create a complete CAB with all the necessary files so that end-user can easilly install/uninstall the application. ok! I'm almost done. I created an InnoSetup script that deploys my application and in ...Show All

  • Erik McCarty Connect to ActiveSync using Wireless Network

    Using ActiveSync 3.8 I was able to easily connect over ActiveSync to my PC using my wireless network.  Since installing ActiveSync 4.0 I can not get this to work and I cannot find any documentation on how to set this up. My wireless connection is shown as connect if I goto Settings | Connections | Connections | Advanced | Network Card. How do I use my wireless network to connect to my PC using ActiveSync 4.0 Alicia ...Show All

  • EgoStripper [post deleted by poster]

    [post deleted by poster] ...Show All

  • msuydam Notification control hanging (but likely not an Invoke freezeup)

    Been fighting this one for several days ... .Net 2.0, VS2005, CF, PocketPC Phone app. I have an asynchronous message stream from an Ipworks component in the module that fires a notification control on the splash form. I use Invoke at the time I call the control method and the control does display. However, when I click on the URL within the notification, the UI freezes -- and I do not receive a ResponseSubmitted event. If I click on the Hi ...Show All

  • Eric Ma VS2005 Embedded Compact Framework 2 Deployment

    Typically when developing for an Windows CE device such as a PDA you can use activesync  to deploy the app and the version of .NET CF if its not available. Situation: Using Platform Builder CE5 have created an image (with .NET CF 1 as in the catalog).  Given connectivity problems I often just build my  CF apps to the FlatRelease directory and can then run on the device (OS running in debug mode) from there, or ...Show All

  • Skattefuten Datagrid Horizontal Scrollbar

      Does anybody know any way to control the Horinzontal Scrollbar of DatagridControl As I try there isnt any event which fires when there is a change in Scrollbar, and there isn’t also a way to position the scrollbar in the region that i want. If the answer is no as I expect, does anybody know any thridparty component apart than resco smartgrid an ComponentOne C1Flexgrid. Thanks for your help. ...Show All

  • rdrago Why no help support in VS2k5 for PocketPC?

    I am converting an application from eVC4 to VC2k5. _WIN32_WCE_NO_HELP_SUPPORT is defined, which makes ON_HELPINFO disappear. Why was help support removed from VS 2k5 when targetting CE The Application Wizard also disables the "Help Support" check box when creating a new application. Am I doing something wrong JAB c:\foo\foo\foo.h(31) : error C2061: syntax error : identifier 'HELPINFO' foo.cpp c:\foo\foo\foo.h(31) : error ...Show All

  • XPS learner Load xml file with nested elements [C#]

    Hi all, sorry but I new to this language. I have this xml file: <cities> <city name="Springfield"> <enabled>true</enabled> <street>Homerstr.</street> <street>Lisastr.</street> <street>Bartstr.</street> </city> <city name="Madrid"> <enabled>true</enabled> <street>Av.da Concha Espina</street> < ...Show All

  • malik anees how to get the info which device for the specified ip

    on my HP6315, there are multiple ip addresses which can be exist simultaneously, how can i know which underline deivce associate with a specified ip address thanks a lot Pls refer to following link for more relavent forum http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286724&SiteID=1 Srikanth Bogadapati ...Show All

01234567891011121314151617

©2008 Software Development Network

powered by phorum