You are on page 1of 1

#include <windows.

h>

int _stdcall WinMain(HINSTANCE a, HINSTANCE b, char*q, int w)

HWND h[5];

int e;

for (e=0;e<=4;e++)

h[e]=CreateWindow("BUTTON", "LOW",
WS_OVERLAPPEDWINDOW,57*e,89*2*e,45,85,0,0,a,0);

ShowWindow(h[e],w);

MessageBox(0,"lop","pol",1);

return (0);

You might also like