Autor Beitrag
deagle
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 89



BeitragVerfasst: Sa 07.09.02 17:41 
Also, der sol den Pfad bei exe staten auf ner ComBox1 nehmen

WinExec(PCHAR('ComboBox1.Text[/code]
MathiasSimmack
Ehemaliges Mitglied
Erhaltene Danke: 1



BeitragVerfasst: Sa 07.09.02 18:08 
Die Antwort erübrigt sich, wenn du deine andere Frage lösen kannst. Es ist nämlich das selbe Problem.
b.brecht
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 81



BeitragVerfasst: Sa 07.09.02 21:57 
ES IST GENAU DAS GLEICHE:

ausblenden Quelltext
1:
WinExec(PCHAR(ComboBox1.Text),SW_SHOW);					
deagle Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 89



BeitragVerfasst: Sa 07.09.02 22:39 
WinExec(PCHAR('ComboBox1.Text) '+edit1.text) ,SW_SHOW); wäre das den dan so richtig ?
b.brecht
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 81



BeitragVerfasst: So 08.09.02 00:24 
oh man, nein - natürlich nicht! wenn du was mit ' kennzeichnest ist es ein STRING!

ausblenden Quelltext
1:
WinExec(PCHAR(ComboBox1.Text+edit1.text) ,SW_SHOW);