I am new to visual studio/ Managed C++. I don't know even in which category MSDN or Managed C++ comes in. I hope i have selected right options from 'forum category' and 'Forum'
My Question is - I want to select and process all images present in folder, if user selects a 'checkbox' named "All".
Name of images may or may not be same.
Till now, Got file path by => System String^ imgPath = objFileDialog->FileName;
& folder path by => System String^ folderPath = System::IO::Path::GetDirectoryName(imgPath);
Please help me.