> For the complete documentation index, see [llms.txt](https://docs.taiamk.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taiamk.pro/gui/window/window-functions.md).

# Window Functions

## Giới Thiệu

| Function                                                         | Mô Tả                                       |
| ---------------------------------------------------------------- | ------------------------------------------- |
| [GetWindowText](/gui/window/window-functions/getwindowtext.md)   | Lấy tiêu đề của 1 cửa sổ                    |
| [SetWindowText](/gui/window/window-functions/setwindowtext.md)   | Thay đổi tiêu đề của 1 cửa sổ               |
| [GetClientRect](/gui/window/window-functions/getclientrect.md)   | Lấy thông tin của cửa sổ dưới dạng RECT     |
| [GetDlgCtrlID](/gui/window/window-functions/getdlgctrlid.md)     | Lấy id của một control trong cửa sổ         |
| [GetParent](/gui/window/window-functions/getparent.md)           | Lấy cửa sổ cha của 1 cửa sổ                 |
| [ShowWindow](/gui/window/window-functions/showwindow.md)         | Hiện thị cửa sổ kèm theo kiểu hiển thị      |
| [RunModalWindow](/gui/window/window-functions/runmodalwindow.md) | Hiển thị 1 cửa sổ dưới dạng hộp thoại modal |
