Autor Beitrag
Levsen
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 16



BeitragVerfasst: Sa 23.02.08 16:43 
Hallo ich möchte wissen wie man in C# die Windows Suche aufruft

Also suche habe ich so funtz aber leider hoffe jemand kann es mir richtig machen

ausblenden C#-Quelltext
1:
2:
3:
4:
private void search_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("C:\\WINDOWS\\system32\\find.exe""C:\\");
}



Moderiert von user profile iconChristian S.: Topic aus C# - Die Sprache verschoben am Sa 23.02.2008 um 16:04
Moderiert von user profile iconChristian S.: B- durch C#-Tags ersetzt
maro158
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 35



BeitragVerfasst: Mo 25.02.08 14:40 
Was bezweckst Du mit dem Aufrufen von find.exe? Warum verwendest Du nicht einen StreamReader und Regex?
Levsen Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 16



BeitragVerfasst: Mo 25.02.08 15:29 
in einem anderen forum wurde gesagt find.exe ist die windows suche