Hallo Tom,
vielen Dank für deine Antwort.
Ich poste hier mal eine mögliche Lösung für spätere "Suchenden".
String ^ p1,^p2,^combination;
p1 = System::IO::Path::GetDirectoryName(System::Reflection::Assembly::GetEntryAssembly()->Location); //Path to EXE
p2 = "Analysis"; //SUB DIRECTORY
combination = Path::Combine(p1, p2);
openFileDialog1->InitialDirectory = combination;
Gruß
Thomas