Search:

Type: Posts; User: dhaupt

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    2,052

    OK. Thanks. That's the point I was missing, and...

    OK. Thanks. That's the point I was missing, and making things harder than they needed to be. Thanks!
  2. Replies
    8
    Views
    2,052

    I need to get control back while the dialog is...

    I need to get control back while the dialog is being displayed, so I'm using CreateDialog(), to create a modeless dialog, rather than DialogBox().

    I've been experimenting with putting in an...
  3. Replies
    8
    Views
    2,052

    It's a plugin module for SynthEdit, the modular...

    It's a plugin module for SynthEdit, the modular software synth program by Jeff McClintock. If it's an application-specific thing, I'll ask him about it. I just thought it might be a more generic...
  4. Replies
    8
    Views
    2,052

    Thanks, but I don't think there's a way to do...

    Thanks, but I don't think there's a way to do that in this case, because this dialog is in a .dll that's a plugin for another program, and I don't have access to that program's message loop.

    Any...
  5. Replies
    8
    Views
    2,052

    Dialog doesn't respond to tab key

    I've got a VC++.net dialog with 2 edits, 3 buttons, and some static text. None of the controls are grouped. Each non-static control has WS_TABSTOP, and I've set the Tab Order. The tab key works fine...
Results 1 to 5 of 5