Search results

  1. N

    Group Control, (hiding black frame)

    Can someone tell me how to hide the black frame drawn around a group control in VS-2005 C++ ? I have the property "Client Edge" set to true for a nice sunken panel effect, but I would like to remove the black frame on "InitDialog()" event, or some other way. If this is the wrong forum please...
  2. N

    How do I read binary files ?

    Im writing an unmanaged Visual C++ application and need to open and read a binary file. What is the code and #include files needed to do it (i.e. filename is "MyBinary.bin") Thanks,
Back
Top