Search:

Type: Posts; User: xkrja

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,745

    Dialog window size

    I've noticed that it is possible to see the size of a dialog window in the status bar, far to the right when working in VC++ 6.

    I want a main dialog window to be 640x480. The problem is that when...
  2. Replies
    0
    Views
    883

    WM_KEYDOWN in dialog app...

    I've created a dialog window with a modified "static text" which should show how many times a button (C in this case) is pressed by checking it with a WM_KEYDOWN message by using the...
  3. Replies
    8
    Views
    1,838

    Ok. thanks for the replies. I think I start from...

    Ok. thanks for the replies. I think I start from an ordinary windows look to get everything working and then look deeper into skinning.
  4. Replies
    8
    Views
    1,838

    Graphical user interface not look like windows

    Hi,
    I want to create a user interface with a menu system that looks like the ones found in stationary DVD-players where the menus are browsed through by arrow buttons rather than having a mouse move...
  5. Replies
    3
    Views
    2,846

    Check if a key has been pressed and released

    I would like my application to have a while-loop that goes on as long as a certain key isn't pressed. As soon it's pressed it will make the while expression false and leave.

    I know the...
  6. Replies
    2
    Views
    4,046

    Send ASCII characters via serial port

    I would like to send ascii characters to a serial port LCD-display using C++ in a console application. How is this done in the simplest way possible?

    The best thing for me is if there is some...
  7. Replies
    1
    Views
    2,464

    Problems with mouse wheel...

    I can't get the mouse wheel working in a simple consol application. I've read everthing I've found on the subject but still it's not working.

    In the MSDN library I've found the "WM_MOUSEWHEEL...
  8. Replies
    2
    Views
    1,262

    Thanks! Now it's working.

    Thanks! Now it's working.
  9. Replies
    2
    Views
    1,262

    Passing counters in functions?

    Hi,
    I'll post my code here if someone wants to help. It's a bit simplified compared to the real code. I've borrowed some stuff from others on this forum. Thanks!


    #include <windows.h>
    #include...
  10. Replies
    4
    Views
    1,189

    Ok, thanks for your help but I don't understand...

    Ok, thanks for your help but I don't understand how "WM_MOUSEHWHEEL" really works and if that's what I should use.

    I was thinking of using the mouse scroll to scroll through a menu in a windows...
  11. Replies
    4
    Views
    1,189

    Simple mouse input and more...

    What I need to know is how to read the input from the mouse scroll wheel? Can I use this without MFC? OS: XP, VC++6

    Thanks,
    Kristian
Results 1 to 11 of 11