winform socket TCP based communication between server and client - sequel

preface At this time, I understand a word called long connection and short connection Long connection means to declare an event and then open the operation... And then close it. This is a long connection. The long connection can only be opened at the beginning and closed at the end. It can send what data it wants to send and receive what data ...

Added by holly30 on Fri, 18 Feb 2022 15:38:28 +0200

STNodeEditor - modularize your program functions

catalogue brief introduction Use your functions like a flowchart How to use it? How to interact with data? About the next version Concluding remarks brief introduction It was a winter, and the author who was studying radio safety came into contact with it GNURadio That was the author's first exposure to the node editor -> What? E ...

Added by spectacell on Wed, 09 Feb 2022 18:35:29 +0200

WinForm framework development - debugging of custom control development and state processing of DesignMode

In development Winform When programming, we often need to make some custom control modules as needed, so that we can reuse the system modules or achieve better results. However, when using, we often find some inexplicable errors at the design time, so how should we develop and debug the control design time, and how to solve the errors at the de ...

Added by piznac on Tue, 18 Jan 2022 08:31:36 +0200

C# and Halcon jointly make multifunctional Halcon form

1. Form function ①Displays the image to scale without filling the extrusion ②You can drag the mouse to move the image and zoom the scroll wheel ③Can display image cross auxiliary display ④It can display the coordinates of the mouse on the form and the gray value of the image ⑤You can save the image displayed in the current form ⑥You can ta ...

Added by leatherback on Wed, 17 Nov 2021 09:19:32 +0200