Search:

Type: Posts; User: Thoth

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,350

    UPDATE: multimedia timers worked great. I got...

    UPDATE:

    multimedia timers worked great. I got down to 5ms which is way faster than I need.

    So much for it being labelled as obselete.
  2. Replies
    8
    Views
    1,350

    timer hell ! need 13ms

    I desperately need to figure out the best method to get a 13ms timer. It doesn't need to be perfect, but as close as possible.

    As a newbie to timers I first tried the standard win32 timer (wasted...
  3. Replies
    2
    Views
    2,983

    I posted here because it actually is a C...

    I posted here because it actually is a C question, as well as a logic question (which C programmers are notoriously logical, I know from experience). Personally, I know C, PHP & MySQL quite well and...
  4. Replies
    2
    Views
    2,983

    combining c php and mysql

    I am writing a c program that interacts with a mysql database on the same computer. That is all working fine.

    I also have a website (mostly PHP) which reads a mysql database on the same server....
  5. Thank You, Thank You, Thank You. I changed the...

    Thank You, Thank You, Thank You.

    I changed the main.c compiler variable to CC and it compiled with no more linker errors. So, I can assume CC means C and CPP is C++, duh. I guess the default was...
  6. I know, baffles me too. No spelling mistakes as...

    I know, baffles me too. No spelling mistakes as I always use copy/paste when I do my prototypes (straight from the function declaration itself), and the same when I am writing the code to call the...
  7. yes to both questions, it's really bugging me now.

    yes to both questions, it's really bugging me now.
  8. linker error - i must be doing something stupid

    OK, I'm segregating my code to different files for clarity but seem to be missing something at link time. I use Code:Blocks on Win2k.

    main.c


    ...
    #include "mysqlfunc.h"
    ...
    mysqlconn...
  9. Replies
    6
    Views
    2,903

    Have you looked into the WinInet API ?

    Have you looked into the WinInet API ?
  10. Replies
    1
    Views
    1,213

    Petzold sample files

    Does anyone know where I can download the sample files from 5th edition. I just bought a used book and the CD was missing. I have the Windows 95 version with CD, but there are extra files in the...
  11. Replies
    4
    Views
    6,498

    I had actually just found the extended listview...

    I had actually just found the extended listview styles yesterday and have now opted to just use LVS_EX_FULLROWSELECT and abandon the buttons altogether. I like the gridlines feature, which tidied it...
  12. Replies
    4
    Views
    6,498

    Thanks for the reply, Any code snippets you can...

    Thanks for the reply, Any code snippets you can share ?

    I am using the following code to add a column:

    lvc.mask = LVCF_TEXT | LVCF_SUBITEM | LVCF_WIDTH | LVCF_FMT;
    lvc.fmt = LVCFMT_LEFT;...
  13. Replies
    4
    Views
    6,498

    add button to listview

    Is it possible to add a button in a column of a listview control ?

    I want the user to be able to click on a button for each row in the listview control. I know checkboxes are possible, but I...
Results 1 to 13 of 13