cnping

Minimal Graphical Ping Tool
git clone https://git.sinitax.com/cnlohr/cnping
Log | Files | Refs | Submodules | README | LICENSE | sfeed.txt

commit 4ef489b8005136dcf46670f3d77c1dcb95de3bdc
parent 16aac949a7e415b2a5b76be510d8eb83a1f9c672
Author: David Auer <dreua@posteo.de>
Date:   Tue,  5 May 2020 22:28:25 +0200

Make Window resizable

Diffstat:
Mresources.rc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources.rc b/resources.rc @@ -6,7 +6,7 @@ LANGUAGE 9, SUBLANG_DEFAULT IPDialog DIALOG 10, 10, 340, 100 -STYLE WS_CAPTION | WS_SYSMENU +STYLE WS_CAPTION | WS_SYSMENU | WS_THICKFRAME CAPTION "cnping" BEGIN LTEXT "Usage: cnping [host] [period] [extra size] [y-axis scaling]", 0, 90, 0, 300, 20, SS_LEFT