Search:

Type: Posts; User: Bazz

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    985

    Incorporation C files into MSVC++

    I have received a number of different pieces of C code and their header files together with a number of .dll library files on which they depend. Together they form a C application.
    I have MSVC++...
  2. Replies
    1
    Views
    772

    Incorporating C code into MSVC++ compiler

    I have received a number of different pieces of C code and their header files together with a number of .dll library files on which they depend. Together they form a C application.
    I have MSVC++...
  3. Thread: Memory status

    by Bazz
    Replies
    1
    Views
    2,758

    Memory status

    I am trying to use the GlobalMemoryStatus() function to find out memory avilability in a PC.
    I am not having much success. Could anybody explain its usage with an example?
    Many thanks
    Bazz
  4. Replies
    1
    Views
    876

    Repainting Dialogs

    I have written an application which I use to measure equipment status overnight.
    When I am using the application during the day, all is well. However, sometimes when I return in the morning, the...
  5. Replies
    2
    Views
    1,343

    Precompiled Headers

    I am using an application called Matlab as a data processing and plotting tool. Matlab has a compiler which will compile its own code into C++ code which it claims can be built in MSC++ ver 5.0.
    ...
  6. Replies
    4
    Views
    18,219

    Incrementing variables

    I have 4 variables called check1, check2, check3 & check4.
    I wish to apply the same code to all of them in turn.
    Is there any way I can do this in a loop by incrementing the number of the variable...
  7. Replies
    1
    Views
    1,733

    Adding data to list boxes

    Is there a way I can dynamically add and remove data items to the list box part of a combo box from within an application?
    many thanks Bazz
  8. Replies
    2
    Views
    9,191

    Disabling radio buttons

    Is there a method to disable a radio button and grey ouy its text
  9. Replies
    1
    Views
    3,230

    Grouping radio buttons

    I want to add 2 radio buttons to a group box which already contains 4 radio buttons.

    Adding the buttons is straightforward, however, when I drag and drop them into the group box, although they...
Results 1 to 9 of 9