CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: totoman

Search: Search took 0.06 seconds.

  1. Replies
    3
    Views
    2,244

    Re: Combobox Problem, new Window, new Combobox

    i hope this works


    #include <windows.h>

    #define ID_LIST 1
    #define ID_TEXT 2
    HINSTANCE hChildInst = 0;
  2. Replies
    3
    Views
    2,244

    Combobox Problem, new Window, new Combobox

    Hello.
    I am trying to find a solution to my Problem. What i want is to create a Combobox, when i select a value, it has to open a new Pop up window.
    Problem is, that when i select it, the new...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured