| |
|
|
Erasmus.Herold | Hallöchen ...
is it possible, in a create EDIT area zweizeilig Text auszugeben? my Ansatz with chr$(13) functions unfortunately not.
daten_gespeichert_info% = create("Edit", %hWnd, "Ausgabe on customer: " + ma_nummer$ + "." + chr $(13) + "Bitte 'network buchen' confirm.", 680, 890, 1200, 100)
Greeting and Thanks Erasmus |
|
|
| |
|
|
|
Jörg Sellmeyer | If it to you only around the spending goes, can you rather one Static take. otherwise there Multiedits for mehrzeilige Textausgabe. |
|
|
| |
|
|
|
Erasmus.Herold | |
|
| |
|
|
|
Georg Teles | the functions already, but How Jörg written has, with spending rather one Static using - otherwise, if it still one Edit his should, instead of "chr$(13)" try with "\n"
var daten_gespeichert_info% = Control("Edit", "Ausgabe on customer: " + ma_nummer$ + ".\nBitte 'network buchen' confirm.", $50000004, 10, 10, 300, 100, %hWnd, 0, %hInstance)
'with Umrandung
var daten_gespeichert_info% = Control("Edit", "Ausgabe on customer: " + ma_nummer$ + ".\nBitte 'network buchen' confirm.", $50800004, 10, 10, 300, 100, %hWnd, 0, %hInstance)
( the Style $4 with Edits standing for ES_MULTILINE ) |
|
|
| |
|
|
|
Erasmus.Herold | |
|
| |
|
|