static HWND lblGrpEscuadra;
static HBRUSH hbrush;
LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
{
switch (message) /* handle the messages */
{
case WM_CREATE:
//Etiquetas
lblGrpEscuadra = CreateWindowEx (
0,ctl[3],NULL,
str_grp,5,5,160,180,
hwnd,(HMENU)0,inst,NULL);