So funktioniert es schonmal nicht
Alles funktioniert bis auf den Titel da steht nur der std. Text und nicht das was ich will
Wie kann ich es erreichen dass da im titel das steht was ich will^^
Code:
CFileDialog ldFile(TRUE, "exe", "VailooMon", OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT, "VailooMon executable (*.exe)|*.exe||");
ldFile.SetWindowText("VailooMon.exe Pfad angeben");
if (ldFile.DoModal() == IDOK)
{
m_VailooMonPath = ldFile.GetPathName();
returnValue = true;
}
Wie kann ich es erreichen dass da im titel das steht was ich will^^