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

Search:

Type: Posts; User: René Vecchi

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    10,131

    Re: edit control inside an edit control

    31675

    The results from Spy++. These correspond to the the JPG above:

    window E94 size 17 x 404 "Scrollbar"

    window E94 size 509 x 402 message area
    window E98 size 398 x 22 edit control...
  2. Replies
    4
    Views
    10,131

    Re: edit control inside an edit control

    I'll investigate VictorN's idea of Spy++ and see what class info there is. Also Vladimir's suggestion that they are WS_CHILD windows. Thinking about the application, it's more like when you write a...
  3. Replies
    4
    Views
    10,131

    edit control inside an edit control

    I saw something that I'm trying to duplicate and I'm not sure how they did it. In a older application, Microsoft Mail 5.0, they embedded three edit controls into a multiline edit (MLE). At first, I...
  4. Re: C++ dialog listbox display outside the dialogbox

    OReubens

    Yes indeed. The earlier post from Igor Vartanov pointed me in the right direction.
    The listbox is not a child of the main dialog in this case. The .RC looks something like:

    ...
  5. Re: C++ dialog listbox display outside the dialogbox

    Thanks guys -- I'll try Mr. Vartanov's idea of WS_POPUP first. That makes sense to me and I don't know why I didn't think of that earlier. Failing that, I'll try VictorN's suggestion of...
  6. [RESOLVED] C++ dialog listbox display outside the dialogbox

    I'm trying to duplicate a listbox I saw in another application. It
    looks like this:

    31585


    The listbox is hidden until the ownerdrawn pushbutton is selected. So
    far so good, but my...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured