windows-embedded-compact

Web Browser support Windows Embedded vs Windows CE vs Windows Mobile? [closed]

蹲街弑〆低调 提交于 2019-12-03 15:59:36
I am developing a web based inventory solution for a client and there will be handheld mobile computers involved. I've never developed a web app that has been run on a browser on one of these devices. The devices we are looking at have one of the following OS: Windows Embedded 6.5 Windows CE 5.0 or 6.0 Windows Mobile My questions are: Do all of these come with some version of Internet Explorer If so, does that version of IE support things like: javascript? JQuery (UI, AJAX calls) Any experience or recommendations on any of these OS choices, pros, cons? No, they do not have the same version of

Marshalling C Struct with array of structures in it

吃可爱长大的小学妹 提交于 2019-12-02 03:19:57
问题 I referred the similar questions in this forum but didn't get the solution for my problem. I have been struggling with marshaling problem for a while. I have a structure that contains an array of another structure, The platform is Win CE . I am using Visual Studio 2008 and .NET CF 3.5. The code: C Structures: struct dot11Rate { unsigned int rate; unsigned char mode; }; typedef struct my_supported_rates { unsigned short n_rates; struct dot11Rate srates[36]; unsigned char isSet; unsigned char

Getting Mouse Events on a ComboBox

梦想的初衷 提交于 2019-12-02 00:22:00
问题 I am working on WINCE platform, developing windows form app in C#, I need to implement a mouse click event for DROP DOWN BOX , but compact framework doesn't have a support for mouse click events. Can anyone suggest me any alternative way to implement the MOUSE CLICK EVENT for combobox (DROP DOWN BOX).? PS: I am using GOT FOCUS EVENT on drop down box but it's not flexible, I need to run the code when the DROP DOWN BOX is clicked or when it is DROPPED DOWN. Any suggestions or code snippets will

Developing applications for Windows Embedded Compact 2013

两盒软妹~` 提交于 2019-11-30 13:47:25
Today I stumbled over the Application Builder for CE 2013 in Microsoft's download center. As of the description, with this pack I should be able to develop apps that target Windows Embedded Compact 2013 with Visual Studio 2012. After downloading and installing the Application Builder I found the new framework assemblies in C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\WindowsEmbeddedCompact\v3.9 , but there are no project templates targeting Embedded Compact 2013 in Visual Studio 2012. I tried to create a blank WinForms or WPF project and to retarget it to 3.9, but that doesn

Developing applications for Windows Embedded Compact 2013

为君一笑 提交于 2019-11-29 19:08:25
问题 Today I stumbled over the Application Builder for CE 2013 in Microsoft's download center. As of the description, with this pack I should be able to develop apps that target Windows Embedded Compact 2013 with Visual Studio 2012. After downloading and installing the Application Builder I found the new framework assemblies in C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\WindowsEmbeddedCompact\v3.9 , but there are no project templates targeting Embedded Compact 2013 in Visual