content top

Multi-touch application development with WPF and C#

Multi-touch application development with WPF and C#

After learning the procedures in multi-touch application development, and have experience with C++ you will need more efficient and more capable programming languge support as your ideas about multi-touch applications developing. Because you will need more complicated stuff both for graphical user interface and programming concepts. Therefore WPF and C# will help you for these needs. You can easily design simple GUIs by using xaml and then...

Read More

Cannot open include file: ‘scenicanimation.h’: No such file or directory

Cannot open include file: ‘scenicanimation.h’: No such file or directory

I am writing the errors that you can encounter while working on developing Windows Touch applications. Cannot open include file: ‘scenicanimation.h’: No such file or directory error is very basic error but there were not enough web page about that error. Therefore it is better to explain in here, The solution is easy, because some samples in the pre-release versions of the Windows SDK referred to scenicanimation.h, but this file...

Read More

mt.exe : general error c101008a: Failed to save the updated manifest to the file

mt.exe : general error c101008a: Failed to save the updated manifest to the file

If you are started developing Windows Touch application, most probably the first error (if you successfully install the Windows Touch SDK, drivers, Visual Studio, … check it out from here) that you can encounter is the mt.exe error in Visual Studio. If you are using Visual Studio 2010 and trying to compile Microsoft’s hand on labs from PDC available on MSDN Code Gallery you will see this error, because Visual Studio 2010...

Read More

Multi-touch Programming

Multi-touch Programming

After preparing our device for multi-touch programming, now it is time to discover structure and functions of the Windows Touch. I will provide many different links for developing multi touch programming. (daha fazla…) Did you like this? Share...

Read More

Installing Appropriate Driver to Enable Multitouch Functionality

Installing Appropriate Driver to Enable Multitouch Functionality

After downloading and installing all required programs for developing Windows Touch application now you need to prepare your device for multitouch functions by installing the appropriate driver. If you are not sure whether or not your driver is installed successfully, you can open a paint and try to draw something at the sametime with your two fingers. Or open an internet explorer and try to zoom by moving two fingers apart and toward each...

Read More

Windows Touch Application Development – Prerequisites

Windows Touch Application Development – Prerequisites

Windows Touch is one of the most significant feature in Windows 7. It becomes very popular trend in all technologic devices which are ‘touchable’. And Windows provides you to develop applications for Windows Touch, which provides users to have more tangible and vivid experience while using the applications. To develeop Windows Touch application, first you need to install following programs in your computer. (daha...

Read More
content top