In the last post we read about Starting with Emgu CV, now here we will start our first Emgu CV project. Emgu CV is not so difficult all we have to do is to add certain references and make use of Emgu Controls. Lets get started. Lets start creating a blank windows form application. You […]
Read More →Category: Microsoft Technologies
Starting with Emgu CV
What is Emgu CV ? Before learning what is Emgu CV, one should know what is Open CV. Open CV It stands for Open Source Computer Vision, it was designed especially for computational efficiency with strong focus on real time applications. It is written in optimized C/C++, and can take advantage of multi-core processing. In Image […]
Read More →Points To Remember While Developing App For Windows 8
Recently I attended Windows 8 AppFest at Banglore and preparing now for Wowzapp (Windows 8 Hackathon) in Agra and learned a lot about developing Windows 8 apps, and I found many folks here are confused about the metro style apps (Windows RT Style). This post is to keep in mind some points what to do […]
Read More →Rotate and Flip Images in Windows Form
One of my friends asked me how to rotate an image to a particular angle, so I just thought of writing an article on it. Below is the step-wise process on how to use the inbuilt functions for rotating and flipping the image. Step 1: Create a blank windows form application Step 2: Add a […]
Read More →Display you app in full screen with windows taskbar
Recently i started developing windows form apps, actually i wanted to develop an app for windows 8 but i thought i won’t be useful for old users then, so i decided to build an app using windows forms and giving them the look of windows 8. But keeping in mind that we don’t have such […]
Read More →C# – Metro Style App – Message Dialog
After the release date of Windows 8 i.e 26th October developers have gone crazy about developing metro style applications. I have been developing for windows earlier also and MessageBox was the most used control, but in metro style apps i didn’t found that, so here is a simply article which will guide you through the […]
Read More →Macros Programming in Excel Sheet 2010
Macros programming in Excel has made it very easy to use, it provides a visual basic programming interface which is an easy task. Here is a step wise instruction on how to do it. 1) Start Excel Sheet 2010 2) Click on View tab 3) Now click on dropdown Macros and select Record Macros in dropdown menu 4) Name […]
Read More →Windows 8 development, Getting Started
Windows 8 the hot topic in Operating System market, though it is not yet launched but its preview versions are doing a great job among the developers. It has launched three versions till date, Developer Preview, Consumer Preview and Release Preview. Windows App Store in windows 8 is the major attraction. In this article I […]
Read More →How to use multiview in asp.net ??
Multiview and view were the new controls added in ASP.NET 2.0, these controls are very much useful in making tab like control and may be used to create simple image gallery with previous and next buttons. In this tutorial I will explain you how to use multiview and view as a simple image gallery, the […]
Read More →Introduction to Windows Presentation Fondation
Uh …. hello … I’ll start my first technical article with the technology WindowsPresentation Foundation then it’s my favorite. First, what is Windows Presentation Foundation (WPF)?Windows Presentation Foundation is the next generation of Microsoft UIframework to create applications with rich user exprience. It is part. NET Framework 3.0 and above. WPF combines applications with graphical user interfaces (2D, 3D), the documentand multimedia. Vector rendering engine uses hardware acceleration of modern graphics cards. This makes the interface faster, scalable and resolution independent following figuregives an overview of the WPF maininnovations Now let’s go further with the separation […]
Read More →