User Profile

Collapse

Profile Sidebar

Collapse
scudsong
scudsong
Last Activity: Nov 12 '09, 02:27 AM
Joined: Mar 15 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Try to implement global keyboard shortcut in MDI parent/child form and other form by

    I override ProcessCmdKey() in my MDI parent form class and have some keyboard shortcut calling method in same class. But I wish to make these hotkeys working in parent/child form and other form. The case now is when focus on the other form(regular form, not MDI), ProcessCmdKey() doesn't capture keyboard anymore. Which class should I put ProcessCmdKey() in and anything to make it work? Thanks!
    Code:
    namespace myNamespace
    {
    ...
    See more | Go to post

  • scudsong
    started a topic How to use GDB watching data in istringstream object
    in C

    How to use GDB watching data in istringstream object

    When I watch the istringstream object in watch windows, it shows <imcomplete type>. Please help me figure this out, thanks!!
    See more | Go to post

  • scudsong
    started a topic How to usc GDB watch contents of istringstream object
    in C

    How to usc GDB watch contents of istringstream object

    When I just watch the object "iss" in watch windows, it shows <imcomplete type>. Please help me figure this out, thank!!
    See more | Go to post

  • scudsong
    started a topic How to implement a buffer by using stream
    in C

    How to implement a buffer by using stream

    Hi all,
    I'm writing a C++ program calculating MD5 hash.
    Let say it contains foo1() and foo2()
    which foo1() outputs data to unsigned char* buf with lenght "buflen".
    I'd like to store buf in somewhere (not in a file) rigth after foo1() ends each time.
    After few foo1() run few times(1~20 times), foo2() calculates all output of foo1() which already store sequencely somewhere.
    By the way, foo2() reads...
    See more | Go to post
No activity results to display
Show More
Working...