Search:

Type: Posts; User: Hiyo

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,155

    I'm not too much into computer hardware so I...

    I'm not too much into computer hardware so I wasn't quite sure it when you load your computer it uses an onboard graphic thing to display the startup/GRUB or the video card. I moved the monitor to...
  2. Replies
    3
    Views
    2,155

    Monitor displaying half good / half bad

    I loaded up a game tonight and suddenly I had 4 bars of white/green strips on my screen. After a couple reboots I ended up with this:

    One half is fine while the other half is messed up. Checked...
  3. Replies
    3
    Views
    1,248

    Hmm it'd be quite a bit of code to put up....

    Hmm it'd be quite a bit of code to put up. basically its just making a window, slapping two editboxes, allocating a couple bits of memory to put the text from the editboxes in and then killing the...
  4. Replies
    5
    Views
    1,704

    characters are represented as numbers. So...

    characters are represented as numbers. So basically you are taking the numerical value of the character and subtracting the numeric value for the character zero. Since all the other digits have...
  5. Replies
    3
    Views
    1,248

    Win32 Editboxs bleeding into each other?

    I'm kinda new to win32 stuff. I made a window and some editbox windows for a login for my program. But after I use the button to login, every window I popup with editboxes after that contain the...
  6. Replies
    1
    Views
    2,328

    Executing a function from another thread.

    Hey guys, first post here so I hope you can help :D

    Basically i'm making a simple Instant Messanger program for a data communication projects. I didn't really know anything about socket/thread...
Results 1 to 6 of 7