Search:

Type: Posts; User: nnormal

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    996

    i think i needed to use switch(LOWORD(wParam))...

    i think i needed to use switch(LOWORD(wParam)) {... etc. rather than just (wParam)
  2. Replies
    1
    Views
    996

    help with keyboard accelerators

    I am trying to get keyboard accelerators to work but the messages are not aligned to the menu messages. can anyone
    tell me what I'm doing wrong?? Here is my code:

    main.cpp


    #include...
  3. Replies
    1
    Views
    898

    syntax highlighting for textbox

    Anyone know where to looks for ideas on how to do syntax highlighting in a windows text editor? I know how to change the text color of the entire window but how do I set it based on syntax? I'm...
Results 1 to 3 of 3