Posts by Edejofre PRG1 • 11 points
2 posts
-
0
votes2
answers317
viewsA: Send text with Client Socket from a form that is displayed above another Form that is always at the top
The problem was an excerpt of code that has on "FormOnTop" and had forgotten to post up on the question, which is this: uses Unit1; procedure TFormOnTop.TTimer1Timer(Sender: TObject); begin {if…
-
1
votes2
answers317
viewsQ: Send text with Client Socket from a form that is displayed above another Form that is always at the top
I’m having trouble sending text messages from a Client Socket. The form that sends the text, is always displayed above the form that always stays at the top, when FormOnTop does not exist (is not…