Autor Beitrag
ffprogramming
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 44

Win XP
C# Java C PHP
BeitragVerfasst: Sa 29.11.08 09:56 
Ich bin dabei einen Texteditor zu entwickeln. Ich bin noch recht neu und weiß nicht so recht wie ich den Inhalt einer Textbox abfragen könnte. (Windows Form Anwendung, C#)
Ich habe bis jetzt halt nur Konsolenanwendungen geschrieben
Schon ein mal Danke!
Mitmischer 1703
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 754
Erhaltene Danke: 19

Win 7, Debian
Delphi Prism, Delphi 7, RAD Studio 2009 Academic, C#, C++, Java, HTML, PHP
BeitragVerfasst: Sa 29.11.08 10:25 
Unter Delphi kannst du mit Pos in einem Textfeld suchen. :nixweiss:

_________________
Die Lösung ist nicht siebzehn.
jaenicke
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 19314
Erhaltene Danke: 1747

W11 x64 (Chrome, Edge)
Delphi 11 Pro, Oxygene, C# (VS 2022), JS/HTML, Java (NB), PHP, Lazarus
BeitragVerfasst: Sa 29.11.08 11:14 
Meinst du das? ;-)
ausblenden C#-Quelltext
1:
2:
textBox1.Text = "Das ist ein Test.";
MessageBox.Show(textBox1.Text, "Text der Textbox");
ffprogramming Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 44

Win XP
C# Java C PHP
BeitragVerfasst: Mo 22.12.08 19:09 
Titel: ja
das meine ich