Search:

Type: Posts; User: JasonW

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    3,509

    Thanks Novacain for your detailed response! I'm...

    Thanks Novacain for your detailed response! I'm currently working on some of your solutions.
  2. Replies
    6
    Views
    3,509

    Hi, Thanks for the replies. I can't seem to...

    Hi,
    Thanks for the replies.
    I can't seem to figure out how to repaint just certain areas of the Tabbed window. Invalidating anything but a window handle results in an error (I was trying to...
  3. Replies
    6
    Views
    3,509

    Drawing to client area of tabbed window

    Hi,
    I'm trying to create an application which consists of tabbed windows (panes), like those of a typical spreadsheet application. Pressing on a particular tab would bring up that window's graphics...
  4. Replies
    2
    Views
    2,625

    Hi, Thanks Joose, it worked!

    Hi,
    Thanks Joose, it worked!
  5. Replies
    2
    Views
    2,625

    Computer not recognizing INITCOMMONCONTROLSEX

    Hi,
    Though I've found a little bit of discussion about this issue online, nothing I've seen has solved the problem.

    Basically the debugger is stopping at
    INITCOMMONCONTROLSEX cc;

    and saying...
  6. Replies
    14
    Views
    2,102

    Yes, even looking at this for a minute I can't...

    Yes, even looking at this for a minute I can't quite figure out what the edit is, though I'm guessing the notation is accepted. I think putting the original and the corrected in separate quote tags...
  7. Replies
    14
    Views
    2,102

    Thanks Matticus, I wasn't looking closely enough...

    Thanks Matticus, I wasn't looking closely enough at those loop limits. That explains the overruns. With that fixed it works fine. Yes, I did try referencing it as

    and it worked the same. I...
  8. Replies
    14
    Views
    2,102

    Hi, Thanks for your input, here's a full working...

    Hi,
    Thanks for your input, here's a full working example:




    #include <stdio.h>
    #include <stdlib.h>
    #include <sys/types.h>
    #include <string.h>
  9. Replies
    14
    Views
    2,102

    Thanks Matticus, Yes, it's a bit confusing as it...

    Thanks Matticus,
    Yes, it's a bit confusing as it sometimes seems to work okay, as evidently it did for you. Here's a lead-in to where it malfunctions. The following loads/converts a character array...
  10. Replies
    14
    Views
    2,102

    Function to print arbitrary integer array

    Hi,
    There seems to be a problem with this function which is supposed to print any integer array passed to it.



    void print_int_matrix(int *arb_array,int num_rows,int num_columns)
    {
    int...
Results 1 to 10 of 10