How to access Controls dynamically in .NET (Winforms & WPF)
In short: You can access controls in .NET dynamically, by using the „Controls“ property of your parent container control, like for example …
Here you will find all english tutorials
In short: You can access controls in .NET dynamically, by using the „Controls“ property of your parent container control, like for example …
An essential part of VB.NET – the For Loop! The For Loop is actually one of the most essential parts of VB.NET …
Say goodbye to the 100th „To-Do app“ exercises Don’t you just hate it, when your programming teacher or mentor just bothers you …
Enumerating the applications open forms in C# & VB.NET Yesterday, I a client told me to develop a specific little functionality for …
What is the C# „this“ keyword? You can „translate“ or treat the „this“ keyword in C# as some sort of „self referencing“ …
How to Change the Visual Studio Installer Language If your Visual Studio installer is showing the wrong language, there are two ways …
Improved project management with UML diagrams When managing big or a bit more complex software you will sometimes find yourself overwhelmed by …
So you are developing an Avalonia UI 11 app and asking yourself: „How can I actually react to app exits?“. This could …
Dialing a phone number using bluetooth in .NET Did you ever want to be able to actually make a phone call with …
The WPF ListView – listing items / things In today’s post, we are going to talk about one of the most basic …