OBS: download the application please visit www.mrbool.com/player
Title: E-learning-Implementing a business System for windows mobile device using .NET compact framework-Platform Invoke Service in Windows Mobile-Lesson02
Duration: 17:10 min.
Summary:The purpose of this video demonstration, how invoke Operating system function within managed codes. It is means how to call unmanaged functions(C, C++ function) within the .NET Compact framework. Because of .NET Compact framework haven’t all the functionalities which are supported by the Operating system in Windows mobile. For example say we need know or take information about Device memory, for this .NET Compact framework haven’t direct support .this time we need must work with P/Invoke service to archive that. In this video demonstration we have created sample project to start new application by P/Invoke function call.
Methodology of the development of example: Platform Invoke service in Windows mobile.
Technology Used:Windows mobile and .NET Compact framework.
Keywords: C#, P/Invoke, Windows mobile, .NET Compact framework, Managed Code and Unmanaged code.