Hallo liebe Coders
Erstmal vielen Dank das ihr immer so fleißig helft..
Ich hab mal wieder ein neues Problem:
Ich will von der public static void ein Text in eine richTextBox reinschreiben lassen, aber das geht einfach nicht ;) ( Die richtextbox ist in Form1 und der public static void ist in Form1.cs)
bin noch Anfänger..
Und noch ein Problem:
Wie kann man eine .bin Datei ausführen also wie als .exe behandeln...
( ohne sie zu umbenennen )
Vielen Dank im vorraus ;)
grüßle LordMampf2
Erstmal vielen Dank das ihr immer so fleißig helft..
Ich hab mal wieder ein neues Problem:
PHP Code:
public static void txtboxaktu()
{
[nicht wichtiger Code]
Form1 f1 = new Form1();
f1.richTextBox2Form1.Text = "test";
}
bin noch Anfänger..
Und noch ein Problem:
Wie kann man eine .bin Datei ausführen also wie als .exe behandeln...
( ohne sie zu umbenennen )
Vielen Dank im vorraus ;)
grüßle LordMampf2