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



BeitragVerfasst: Sa 07.09.02 17:55 
Wie kann ich im diesem Quellcode einstellen das der im Link ein test aus dem Edit1.Text nehmen soll ?

ausblenden Quelltext
1:
2:
3:
ShellExecute(Application.Handle, 'open',
             PChar('http://www.google.de/search?q=+Edit1.Text&ie=UTF-8&oe=UTF-8&hl=de&meta='), nil, nil,
             SW_ShowNormal);
MathiasSimmack
Ehemaliges Mitglied
Erhaltene Danke: 1



BeitragVerfasst: Sa 07.09.02 18:06 
Indem du mal in die Hilfe guckst (F1) und darüber nachdenkst, von welchem Typ "Edit1.Text" ist. Außerdem könnte dir die Suchfunktion helfen, denn so ein Thema hatten wir schon.

Wo und was ist also der Unterschied zwischen
ausblenden Quelltext
1:
EinString := Edit1.Text					

und
ausblenden Quelltext
1:
EinString := 'Edit1.Text'					

:?:
b.brecht
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 81



BeitragVerfasst: Sa 07.09.02 21:51 
Wenn du demnächst Deine Fragen mal auf Rechtschreibfehler überprüfen würdest, würde es schneller gehen Dir Antworten zu geben. Ich setzte für "Test" mal das Wort "Text" ein, dann geht es so:

ausblenden Quelltext
1:
2:
3:
ShellExecute(Application.Handle, 'open', 
             PChar('http://www.google.de/search?q='+Edit1.Text+'&ie=UTF-8&oe=UTF-8&hl=de&meta='), nil, nil, 
             SW_ShowNormal);
deagle Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 89



BeitragVerfasst: Sa 07.09.02 22:42 
jo sorry!!! :oops: :oops: :oops: :oops:

und thx hat geklappt!! Wäre echt nett von dir wenn du mir mal ein paar Links geben würdest damit ich ich ein bisschen Delphi lernen kann!

:P ThX :P
b.brecht
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 81



BeitragVerfasst: So 08.09.02 00:23 
www.swissdelphicenter.ch ist wirklich ok!
KeinePanik
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 131



BeitragVerfasst: So 08.09.02 14:55 
Vielleicht solltest du dir mal Dieses Thema anschauen !!!

_________________
Es gibt keine dummen Fragen ... Nur blöde Antworten !!!