I have this dialog box:

IDD_GRUPO_NOMBRAR DIALOGEX 447, 19, 226, 263
STYLE DS_SETFONT | DS_SETFOREGROUND | WS_POPUP | WS_CAPTION
EXSTYLE WS_EX_CONTEXTHELP | WS_EX_CONTROLPARENT
CAPTION "Nombrar grupos"
FONT 8, "Tahoma", 400, 0, 0x0
BEGIN
    CTEXT           "Por favor numere los grupos",IDC_STATIC,65,8,92,8
    GROUPBOX        "Los grupos iguales deben tener el mismo nombre",IDC_STATIC,16,24,189,212,BS_CENTER | BS_FLAT,WS_EX_TRANSPARENT
    EDITTEXT        IDC_NOMBRAR1,20,38,84,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP,WS_EX_TRANSPARENT
    EDITTEXT        IDC_NOMBRAR2,20,57,84,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP,WS_EX_TRANSPARENT
    EDITTEXT        IDC_NOMBRAR3,20,76,84,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP,WS_EX_TRANSPARENT
    EDITTEXT        IDC_NOMBRAR4,20,95,84,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP,WS_EX_TRANSPARENT
    EDITTEXT        IDC_NOMBRAR5,20,114,84,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP,WS_EX_TRANSPARENT
    EDITTEXT        IDC_NOMBRAR6,20,133,84,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP,WS_EX_TRANSPARENT
    EDITTEXT        IDC_NOMBRAR7,20,152,84,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP,WS_EX_TRANSPARENT
    EDITTEXT        IDC_NOMBRAR8,20,171,84,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP,WS_EX_TRANSPARENT
    EDITTEXT        IDC_NOMBRAR9,20,190,84,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP,WS_EX_TRANSPARENT
    EDITTEXT        IDC_NOMBRAR10,20,209,84,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP,WS_EX_TRANSPARENT
    COMBOBOX        IDC_COMBO1,137,37,48,30,CBS_DROPDOWN | NOT WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
    COMBOBOX        IDC_COMBO2,137,56,48,30,CBS_DROPDOWN | NOT WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
    COMBOBOX        IDC_COMBO3,137,74,48,30,CBS_DROPDOWN | NOT WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
    COMBOBOX        IDC_COMBO4,137,93,48,30,CBS_DROPDOWN | NOT WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
    COMBOBOX        IDC_COMBO5,137,112,48,30,CBS_DROPDOWN | NOT WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
    COMBOBOX        IDC_COMBO6,137,131,48,30,CBS_DROPDOWN | NOT WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
    COMBOBOX        IDC_COMBO7,137,150,48,30,CBS_DROPDOWN | NOT WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
    COMBOBOX        IDC_COMBO8,137,169,48,30,CBS_DROPDOWN | NOT WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
    COMBOBOX        IDC_COMBO9,137,188,48,30,CBS_DROPDOWN | NOT WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
    COMBOBOX        IDC_COMBO10,137,206,48,30,CBS_DROPDOWN | NOT WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
    DEFPUSHBUTTON   "Aceptar",IDOK,59,242,50,14
    PUSHBUTTON      "Cancelar",IDCANCEL,113,242,50,14
END

Can anyone tell me how to make visible the inputs and combobox using a function? or a way to set NOT WS_VISIBLE to WS_VISIBLE ?

Recommended Answers

All 4 Replies

I still wonder why nobody helps me... ?
As far as I know, i'm not asking people to do my work... just to help me figure a way to solve it

>I still wonder why nobody helps me... ?
Probably because this is not a Windows programming forum. True, this is the correct subforum to post questions like these at DaniWeb, however you may be better off in a forum more dedicated to Win32 development. (I myself have done very little Windows GUI programming.)

Still no answer? Please this is really important and I'm stuck...

Most of us aren't replying because we're mean or lazy, we just lack the expetise needed with Windows GUI programming to make a suggestion.

No answer after this long means you should definitely go looking for a forum specialized in Win32 GUI development. Sorry.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.