1)Does anynone know how can I display the pixel value and the pixel format of
a bitmap file ?I want for example to load a bitmap in a picture box and
display a pixel value and format on a label but I can't find a method to
convert the values to string (String::ToString does not work!)
2)How can I change a form propertie (for example a label) by a class that is
defined in another Header/cpp file in the same project ? the label is public
and I have inclueded my class in the form header but I keep geting error on
my class that it does not recognize the label... it seem to be out of scope.
a bitmap file ?I want for example to load a bitmap in a picture box and
display a pixel value and format on a label but I can't find a method to
convert the values to string (String::ToString does not work!)
2)How can I change a form propertie (for example a label) by a class that is
defined in another Header/cpp file in the same project ? the label is public
and I have inclueded my class in the form header but I keep geting error on
my class that it does not recognize the label... it seem to be out of scope.