Quantcast
Channel: Farooq Azam
Browsing latest articles
Browse All 13 View Live

C# – Check if Form is already running

To check if a form is already running you’ll have to look for it in the Application.OpenForms collection. When a form is opened it is added to that collection. Here’s a boolean method that checks...

View Article



Image may be NSFW.
Clik here to view.

C# – Autocomplete Textbox

There are times when you’ll need an autocomplete textbox. Autocomplete textbox makes the user’s life easier. It shows suggestions as the user types. In case of a web browser, if you type “goo” it will...

View Article

Image may be NSFW.
Clik here to view.

Crop Image – C# and VB.NET

For cropping an image in C# & VB.NET we can use the Graphics class. We’ll use a method (or function in VB.NET) which will take 2 parameters, a source image and a rectangle of the section that...

View Article

C# – Check if connected to internet

I was working on an application which checked for updates. I used WebRequest/WebResponse for checking updates. It showed a continuous Progressbar while checking for updates. But there was a problem. It...

View Article

Image may be NSFW.
Clik here to view.

Screen Capture Class For C#

A class that will help you take screenshots quickly and easily. Following are the features of this class: Take screenshot of the whole screen Take screenshot of a particular area using a Rectangle Copy...

View Article


Image may be NSFW.
Clik here to view.

Image Viewer application using C#

A detailed tutorial about creating an Image Viewer or Picture Viewer application in C#. This application also converts Images from one type to another. Following are the features of this application:...

View Article

Unity 3D Game Development tutorials coming soon!

I am currently working on an this game. I will post Unity tutorials in the next few weeks. If I had time I would make a video serious which will teach how to make a game like that.

View Article

Image may be NSFW.
Clik here to view.

Simple Unity Game tutorial

In this tutorial I will teach you how to make a simple game. This tutorial is mainly aimed at users who are new to Unity. So let’s begin. First off create a new project if you haven’t already made...

View Article


Working With Files in C#

In this tutorial we will be working with files. How to create a file, edit it, rename a file make a copy an existing file or move it etc. First thing you should do is to reference the System.IO...

View Article


Image may be NSFW.
Clik here to view.

Using PyCharm Professional for Django

I recently started using PyCharm Professional, an IDE for Python, for my Django project and I am already in love with it. If you are working on a Django project, this is just the thing for you. PyCharm...

View Article
Browsing latest articles
Browse All 13 View Live




Latest Images