SETUP.DLL for Windows Mobile cab files

February 9, 2010 by Alex · Comments Off
Filed under: CPP, MS Mobile, Windows Mobile 

Question: I have a Windows Mobile 6 professional app with a targeted framework as .NET CF 3.5. I created its SmartDeviceCab file. When I install it on device not having CF 3.5 it fails to run. I know that I must have NET CF 3.5 on the device where I want to run my app. How can I add a “smart” setup code to my cab setup? In my Visual Studio C#, VB.NET, C++ and Smart Devices support is installed.

Read more

Execute JAVA program from Windows 7 WPF application

January 20, 2010 by Alex · Comments Off
Filed under: C#, Java 

Question: I need to execute an external JAVA program from my Windows 7 WPF application during the installation and configuration phase. I use Visual Studio 2008 and CSharp. What to do?

Read more

Windows Mobile .NET version detection at install

December 7, 2009 by admin · Leave a Comment
Filed under: C#, MS Mobile, Programming 

Question: When I install my Windows Mobile application on device not having NET CF 3.5, it fails to run. What to do? Read more

How to hide the SIP button from the menu

December 1, 2009 by Alex · Leave a Comment
Filed under: C#, MS Mobile, Mobile phone, Programming, Windows Mobile 

Windows Mobile Question: I need to hide SIP button in my application. I tried out with various forums discussion. Most of them suggested to use SHFullScreen. But it doesnt solve my problem. When I call theses functions in the form load nothing happens. Can SHCreateMenuBar be used in a C# program?
Read more