---
title: "Creating Window program in VC   by using SDK"  
description: "SDK is acronym for software development kit.  It is a set of tools designed to help c programmers create window application.  Steps for creating windo"  
author: "Amit Singh"  
published: 2011-10-23  
updated: 2014-09-18  
canonical: https://www.mindstick.com/blog/260/creating-window-program-in-vc-by-using-sdk  
category: "visual c++"  
tags: ["visual c++"]  
reading_time: 1 minute  

---

# Creating Window program in VC   by using SDK

SDK is acronym for [software development](https://www.mindstick.com/services/erp-software-development) kit. It is a set of [tools](https://www.mindstick.com/articles/13129/great-tools-for-continuing-your-education-past-college) designed to help c programmers create [window](https://www.mindstick.com/forum/132/create-popup-window-in-asp-dot-net) application.\

##### Steps for creating windows using SD

1. Open vc++ [editor](https://www.mindstick.com/forum/78/how-avoid-the-html-tag-and-remove-the-formating-of-copy-in-ajax-editor)
2. [Select](https://www.mindstick.com/forum/160534/orderby-then-select-vs-select-then-orderby-performance) new [project](https://www.mindstick.com/articles/105927/how-to-excel-at-managing-multiple-projects) then [choose](https://www.mindstick.com/articles/13030/how-to-choose-the-best-online-bitcoin-casino) [win32 application](https://www.mindstick.com/forum/252/displaying-message-in-vc-in-win32-application).
3. Select file menu ->New then select C++ [source](https://www.mindstick.com/interview/840/what-happens-if-the-both-source-and-destination-are-named-same) file and give the suitable name

##### A sample of windows program:

```
#include <windows.h>Int_stdcall WinMain(HINSTANCE hins, HINSTANCE hprev, LPSTR lps2,  int ncmdshow){MessageBox(0,”Hello!”,o);Return 0;}
```

Note: Build the [program](https://www.mindstick.com/blog/12337/scaling-up-your-mentorship-program) then run it.

---

Original Source: https://www.mindstick.com/blog/260/creating-window-program-in-vc-by-using-sdk

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
