Hey versuche eine Console zu machen also habe ich angefangen doch jetzt gibt es ein prblem ich will wenn ein text "Open notepad" steht das es notepad öffnen soll:
PrivateSub Command_KeyPress(KeyAscii AsInteger) OnErrorResumeNext If KeyAscii = 13Then SubOpenDialoge EndSub
PublicSub SubOpenDialoge() If Command.Text = "open notepad" then Shell "C:\Windows\system32\notepad.exe" If Command.Text = "open konsole" then Shell "C:\Windows\system32\cmd.exe" If Command.Text = "open telnet" then Shell "C:\Windows\telnet.exe" If Command.Text = "open explorer" then Shell "C:\Windows\explorer.exe" If Command.Text = "open taschenrechner" then Shell "C:\Windows\system32\calc.exe" 'e.t.c. EndSub
evtl musst du bei Left oder bei Mid den 2ten Parameter noch anpassen, kann sein das es noch um eins verschoben ist. -- class God : public ChuckNorris { };