Nguyên nhân làm mạng internet chậm, mạng chập chờn? Cách khắc phục mạng chậm, mạng lag, mạng yếu là gì?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
AHKStudent
Posts: 1472
Joined: 05 May 2018, 12:23

Re: Could someone PLEASE HELP ME

08 May 2018, 05:28

You need help with what part exactly?

If its just a way to automatically toggle when a check box is checked or unchecked, here is code for you

Code: Select all

#NoEnv
#SingleInstance Force
SetWorkingDir %A_ScriptDir%

Gui Add, CheckBox, x176 y32 w120 h23 gCheckit vCheckit, Test
Gui Add, Text, x176 y64 w120 h23 +0x200 vCheckif, Its off
Gui Show, w481 h141, Window
Return

checkit:
ControlGet, checked, checked,, Button1, 
if (Checked = 0)
{
	guicontrol,,Checkif, Its off
}
else
{
	guicontrol,,Checkif, Its On
}
return

GuiEscape:
GuiClose:
    ExitApp
softwareeater
Posts: 42
Joined: 31 Aug 2015, 11:33

Re: Could someone PLEASE HELP ME

08 May 2018, 15:44

1) This is the most active place I know of, but the IRC is also alright. You'll get better results if your thread name helps people know what your want, so that people with relevant knowledge will open it up (but no need to repost now)

2) That sure looks like a GUI to me. Is a part broken? If you want to figure out what a line does, I suggest commenting it out, running it, and seeing what changed. If you're stumped, point out that one line and someone can explain it. It would just take too long to explain every line without knowing what you're looking for.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Chunjee, Theda and 136 guests