Search:

Type: Posts; User: paulf

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    1,799

    Setting default value for LISTBOX

    Using WIN32, MS c++ prof SP 5.

    When the dialog box is displayed I want it to show the first value that I have set (total of 15 values). The first value will be used the majority of the time so I...
  2. Replies
    4
    Views
    2,025

    The problem was i called my files with .c...

    The problem was i called my files with .c extension....whoops.

    should be .cpp

    Thanks for the help people
  3. Replies
    4
    Views
    2,025

    Still does not work... Gives me syntax error at...

    Still does not work... Gives me syntax error at the class xxxx line.

    Am i missing a include or what am i doing wroing

    I put the class def right after the includes. But it does not recognise...
  4. Replies
    4
    Views
    2,025

    win32 and user defined classes

    #include <windows.h>
    #include "resource.h"
    and MS visual C++ prof 6 SP 5

    I am fairly adept with c++ oo console programming.

    I have been playing around with the win32 api. I have made a...
Results 1 to 4 of 4