//Iam not an expert in WIN32
// how can I create two push buttons? I got a source code but there is
// only one push button, I need two push buttons
// find here the code
#include <windows.h>
#define IDB_BUT 1001
//I tryed and now I have two buttons because I remove break between
// the two creates
//Mithix thanks alot
#include <windows.h>
#define IDB_BUT 1001
#define IDB_BUT2 1002
//Thanks alot Mathix
//You have here a program that makes a difference between
//the two ID Thanks alot
//Go time
#include <windows.h>
#define IDB_BUT 1001
#define IDB_BUT2 1002