Search:

Type: Posts; User: WalkerBurgin

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    1,787

    sorry that was just a typo, I got it working. ...

    sorry that was just a typo, I got it working.

    Walker
  2. Replies
    10
    Views
    1,787

    I know I didn't have any /" in the posted code, I...

    I know I didn't have any /" in the posted code, I took them back out because they weren't working. Turns out the problem's in the html, not the programming. That's a bit odd though because I made the...
  3. Replies
    10
    Views
    1,787

    Exporting HTML

    I seem to be a fan of doing things the hard way:



    ///////////////////////
    void ExportResults()
    ///////////////////////
    {
    if(CursorY == 5)
    {
  4. Replies
    2
    Views
    2,556

    Awesome, that did the trick! The only reason...

    Awesome, that did the trick!

    The only reason i'm not using something like _getch() is because I was under the impression that that couldn't read input from the arrow keys. Anyway i'm relatively...
  5. Replies
    2
    Views
    2,556

    Resetting virtual keys

    Alright, i'm using virtual keys and GetAsyncKeyState to make a sort of keyboard selectable menu system for a real basic console app i'm working on. Problem being that i've got a splash screen at the...
Results 1 to 5 of 5