Darkkender
Programmer
I've got a forms application that I have been developing of late, and I have run into a slight roadblock. The application enables the user to include a picture with the form data. Now the problem I'm running into is saving the image information into the binary stream with the form data. The reason is the user needs to only be able to load the one file. I've been trying a few different methods so far with no success. I'm not sure if I need to write a custom class that inherits from the System::Convert and System::IO namespaces or from System:rawing or if there is a method to do so already.