Search:

Type: Posts; User: Owlet

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    969

    MFC is really quite nice. It does tend to...

    MFC is really quite nice. It does tend to produce large executables, but sometimes that's not a problem. The advantage to MFC is that you can produce GUI applications with a lot less code. ...
  2. Replies
    2
    Views
    2,368

    Well, a string is a container of characters, so...

    Well, a string is a container of characters, so you're not going to be able to store an int as an actual int in a string. One way to deal with this is to convert the int into a string first, and...
  3. Replies
    2
    Views
    2,076

    That works great! Thanks for your help, TNT. ...

    That works great! Thanks for your help, TNT.

    Owlet
  4. Replies
    2
    Views
    2,076

    Disabling Windows Key and Alt-Tab

    Hello,

    I'm really frustrated with trying to get windows to behave itself...

    Here's what I want to do:

    If my program is running, and the user hits the windows key, I want to prevent the start...
Results 1 to 4 of 4