# Change Window Transparency

{% hint style="warning" %}
This tutorial requires to open *<mark style="color:purple;">**GameLauncher.sln**</mark>* in Visual Studio
{% endhint %}

### Deactivate/Change Transparency

1. Open *<mark style="color:purple;">**MainWindow\.xaml**</mark>*

<div align="left"><figure><img src="/files/PtzGBvwB7WXTVaq8FZUX" alt=""><figcaption></figcaption></figure></div>

2. In the **Document Outline** window select *<mark style="color:orange;">**Content**</mark>*

<div align="left"><figure><img src="/files/uSJaLqBkUqhVCwqRU2LL" alt=""><figcaption></figcaption></figure></div>

3. Change the transparency under *<mark style="color:yellow;">Properties window</mark> <mark style="color:orange;">Brush/Background</mark>* color

***Set the Background Color 'A' value to 100***

<figure><img src="/files/y06sxDZS1A53HireigZw" alt=""><figcaption><p>Deactivating transparency of Game Launcher</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gamelauncher.gitbook.io/documentation/customization/change-window-transparency.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
