Search:

Type: Posts; User: novacain

Search: Search took 0.05 seconds.

  1. Replies
    10
    Views
    2,295

    Ahhh... Sounds like you need a dedicated UI...

    Ahhh...

    Sounds like you need a dedicated UI thread to run your dialog (with its own message pump) AND a thread to receive msgs (ticks etc) from the trading platform.

    Your thread monitoring the...
  2. Replies
    10
    Views
    2,295

    All Win32 programs have a msg pump, usually one...

    All Win32 programs have a msg pump, usually one per thread running the UI. You need to modify the main msg pump to handle the IsDialogMessage() for each modeless dialog.



    Yes. You cannot use...
  3. Replies
    10
    Views
    2,295

    You did not post your message pump. So I will...

    You did not post your message pump.

    So I will guess...

    You do not have a call to IsDialogMessage() in your message pump.

    When your modeless dlg is created it gets a WM_INITDIALOG message,...
  4. Replies
    10
    Views
    2,295

    My suggestions are; Fix the tabbing of your...

    My suggestions are;

    Fix the tabbing of your code. People will ignore it because you did not take the time to make it readable.

    Follow the correct syntax (ie SWITCH, CASE, then BREAK!) I does...
Results 1 to 4 of 4