Search:

Type: Posts; User: justlivelife15

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    1,901

    GetClipboardData error

    I'm just messing around with thread hooks. I've got one now that displays the clipboard, if it is in CF_TEXT format, whenever the user pastes in my application. The problem I've run into is that it...
  2. Replies
    3
    Views
    1,230

    Well, since you say application, that means it...

    Well, since you say application, that means it has to have a window. Create a global hook with WH_CBT that displays a notifification whenever HCBT_ACTIVATE or HCBT_CREATEWND messages occur. From this...
  3. Replies
    5
    Views
    6,706

    Oh, that wasn't in the original post?? That might...

    Oh, that wasn't in the original post?? That might be why I missed it.. Thank you very much!
  4. Replies
    5
    Views
    6,706

    Never mind, I missed the second line of your...

    Never mind, I missed the second line of your post. That fixed it. I can't believe I left that out. Thanks for your help!!!!!!
  5. Replies
    5
    Views
    6,706

    Thanks for the help, but I still get nothing even...

    Thanks for the help, but I still get nothing even with everything braced and returning zero... Any other ideas?? Might it be in the creation of the list??
  6. Replies
    5
    Views
    6,706

    LBN_SELCHANGE not working

    I have a listbox that I just made, and I enumerated it with some values just to test it out. When the WM_COMMAND message occurs, I check if the listbox sent it, and then check if the LBN_SELCHANGE...
  7. Replies
    3
    Views
    1,844

    Oops, sorry I forgot to mention that. Yes, I am...

    Oops, sorry I forgot to mention that. Yes, I am using a Windows.
  8. Replies
    3
    Views
    1,844

    GUI Text Color Problem

    Hi everyone. I've ran into a little, well, a huge problem. I'm working on a syntax coloring text editor... My only problem is actually doing the coloring. In a basic edit control, I can't have more...
  9. Replies
    1
    Views
    1,625

    Writing Clipboard To File

    Hi all, ran into a little trouble.

    I'm trying to write a bitmap from the clipboard to a file, but I can't seem to be able to. I've tried a few different methods and doing some google searches has...
  10. Replies
    2
    Views
    1,218

    Get Key Presses

    Hi, could anyone please either explain how to get key presses from a handle or point me in the right direction with a good tutorial? Thanks.
  11. Replies
    4
    Views
    1,240

    cin input error

    Hi, I am currently working on a console app and I have run into one error that throws off the feel of my program. My program is kind of like the skeleton for a miniature compiler with the feel of...
  12. Replies
    3
    Views
    3,844

    oops. Forgot to mention that once you clear a set...

    oops. Forgot to mention that once you clear a set of blocks, the blocks on top of those drop down... so if there was a set of blocks (blocks[3][2] & blocks[3][3]) when you cleared this set,...
  13. Replies
    3
    Views
    3,844

    Trouble Generating Game Algorithm

    Okay, I've just about finished developing my game. It basically renders a screen with a two-dimensional array containing all the "blocks." The object of the game is for the player to click a "set" of...
Results 1 to 13 of 13