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

Software Development Network >> Smart Device

Smart Device

New Question

SQL Server and Windows CE Question
Custom Platform woes...
enlarged design time images
INSERT problems on a sql server database....
reading xml file on pocket pc
Determine the height of a wrapped string drawn to a control
background services
"Unable to connect to remote server"
CE.Net 4.2 and Compact Framework 2.0
Replacing ASCII in a string

Top Answerers

Alex61291
Jasonlkk
Evan2
Mark Kornfein
bamboowave
Wezlie
sk78
Soaring Skies
Tri
ADG
Who's Afraid of
Only Title

Answer Questions

  • EricA_MS cell event of datagrid ?

    I write a crosstab query, it be binded in a datagrid control. as shown: Company    master  bachelor -------------------------------------- companyA     40         38 companyB     65        67 ---------------------------------------- I want to do it : When I click one of cell, it will shown ...Show All

  • tenchyz Keep windows form on top of another

    Hi, Can any tell me how to keep one windows form on top of another. I tried to set the topmost to true, but it then stays on top even when I minimized the "parent" form. I want to just keep it on top of a particular form. Eric I answer myself: Form1 frm = new Form1(); frm.Show(this); ...Show All

  • Amit Tzafrir urgent: event sent from thread doesn't reach WNDPROC

    Hi guys, I am very confused with this issue: My program (for smartphone 2005) has a polling thread, that under certain circumstances needs to launch an alert and display a popup. So in the thread I do a SendMessage( g_hWndMain , WM_USER , NULL , NULL ); where g_hWndMain is the handle to the main window. I expect the WM_USER event to be triggered, but that just doesn't happen. It seems that having a thread running in loop prevents the system from ...Show All

  • GDocherty Microsoft.CompactFramework. De... has no property named 'TriggerKey'

    I'm trying to compile sample code for using the scanner on a dolphin 9500 PPC. The code will compile and run on the device, but crash. I get two warnings and its possible they are the cause. The type 'Microsoft.CompactFramework.Design.UnsafeControl' has no property named 'TriggerKey'. The type 'Microsoft.CompactFramework.Design.UnsafeControl' has no property named 'VirtualKeyTerm'. The code being: using System; using System ...Show All

  • V_1DLivi VS2005 supports PPC2002??

    Hi, I was previously using VS2003 and was able to deploy my applcations to my Pocket PC running on Windows CE3.0, by setting the Target Device to 'Pocket PC Device'. However, when I've migrated to VS2005, this option is no longer available. When I tried using 'Pocket PC 2003 Device', it prompted a 'Connection failed' error. Since VS2005 allows upgrade of CF1.0 applications to CF2.0, I suppose I should also be allowed to deploy my applications to ...Show All

  • rjr problem setting up connection for Pocket PC 2002 emulator

    help~~~ i have installed MS Loopback Connector on my desktop and the connection icon run well in my system tray. I try to ping it and it show the connection works as well... However, when i use my emulator to connect to www.microsoft.com (for example), it prompting an error message: Trouble Connecting Unable to connect with current settings. To change your connection settings, tap settings. i do not know what's wrong with my connection.. and i ...Show All

  • Yeti32 WZCSetInterface under XP: setting the 8021.x authentication

    Our application runs both on PDAs and tablet PCs. It uses a wireless connection to connect to the network and that sometimes needs to be set to a different SSID. On the Windows Mobile platform this is no problem, because we can use the WZC functions which are quite well documented ( http://msdn.microsoft.com/library/en-us/wceddk5/html/wce50grfAutomaticConfigurationsFunctions.asp frame=true ). Now, the same functions should work as well un ...Show All

  • Makarand Kulkarni vs2005 compiler is fatally flawed: generates bad code

    In this very simple excerpted code, the compiler fails to do its job.  If you want it recreated, I propose someone there try to recreate it.  I've already got it happening here.  It's as simple as it gets.  From the type of failure, it looks like it's going to happen a lot. r12 is assigned the address of mc.decodePriority only if gDecodeMaxPriority >= 3, yet it, r12, is still used as the store address when it is not &g ...Show All

  • WaiL [SOLVED] xmldocument.load - Anyway to get bytes loaded?

    I'm using C# to make an app for the Pocket PC (funny enough) and was wondering when using xmldocument.load , how I can get the number of bytes loaded A 300kb XML file can take a few seconds on the pocket pc so I wanted some way of getting the bytes loaded to make a progress bar. I was thinking of timing the first time the xml file was loaded and then storing this and using it as an estimate (I can see the problems with this) but sur ...Show All

  • Nate Walker How to use SetWindowLong in VB

    Hi! I am trying to use the SetWindowLong and CallWindowProc API functions in VB. In desktop VB, they're supposed to be declared as: Declare Function SetWindowLong Lib " user32 " (ByVal hWnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As Long Declare Function CallWindowProc Lib " user32 " Alias "CallWindowProcA" (ByVal lpPrevWndFunc As Long, ByVal hWnd As Long, ByVal Msg As Long, ByVal wParam As Long, ByVal lParam As Long) As Lo ...Show All

  • dimple_dimple Error 0x89731511 deploying to PPC2003SE Emulator

    I have VS2005 Team Developer running on XP SP2. I created a new Smart Device application for PPC2003. With the Device Emulator Manager, I can cradle the Pocket PC 2003 SE Emulator. The project contains no code. But when I try to run the project in Debug mode on the emulator, I get the error 0x89731511 - Device Connectivity Component Any pointers The stuff under "all users" profile is crit ...Show All

  • Mark Hopkins - MSFT Imege in a button

    It’s posible in this vesion add an image to a button thanks   Peter Foot wrote: The quick-starts contain an example "Button with a Picture":- http://samples.gotdotnet.com/quickstart/CompactFramework/ Also the OpenNETCF Smart Device Framework contains a ButtonEx control which supports images. You can either download the SDF ( www.opennetcf.org/sdf/ ), or use the source code directly ( http: ...Show All

  • TGhostH run program automatically when cradled

    Is there a way to automatically run a program when a user cradles/sync's Yes this shows how to do that: http://tinyurl.com/cz2qh Mike B. Oh wait you said on the Pocket PC not the desktop.... nevermind, sorry I've found two solutions that seem like they should work, each with a shortcoming. They both use CERunAppAtEvent: 1) NO ...Show All

  • Ghalib Ghuneim File Associations in Deployment Projects

    How do you create a file association using the Setup and Deployment project The desktop version has a File Types Editor, but we don't have that for smart devices. I've been trying to put the required keys in with the Registry editor, but I get the following error in CabWiz.log: Error: Line 185 - unsupported DirID 11 Error: Line 189 - unsupported DirID 11 Error: File c:\docume~1\andywi~1.cl1\locals~1\temp\wiz19a.inf contains DirIDs, which are not ...Show All

  • Mahidhar Using hardware buttons

    Hi, i want my application to do a certain job when the user presses the up or down hardware buttons, or any other hardware button as general case, can anybody help Thanks There is the HardwareButton component in the CF v2. If you're targeting V1 SDF includes similar functionality: http://www.opennetcf.org/sdf ...Show All

515253545556575859606162636465666768

©2008 Software Development Network

powered by phorum