Click here to Skip to main content
15,885,365 members
Everything / .NET / .NET4.8

.NET4.8

.NET4.8

Great Reads

by Ladware.Net
Blazor and Windows Form desktop application
by Bert O Neill
How to extend the context menu of Windows Explorer
by Steve Hageman
DSPLib is a complete DSP Library that is an end to end solution for performing FFT's with .NET 4
by Siddhartha S.
WPF smart client demo of nitty gritty of MVVM for a real life LOB application

Latest Articles

by Steve Hageman
DSPLib is a complete DSP Library that is an end to end solution for performing FFT's with .NET 4
by Bert O Neill
How to extend the context menu of Windows Explorer
by Siddhartha S.
WPF smart client demo of nitty gritty of MVVM for a real life LOB application
by Shao Voon Wong
Incorporate Antimalware scanning inside your application

All Articles

Sort by Score

.NET4.8 

17 Mar 2022 by Ladware.Net
Blazor and Windows Form desktop application
31 May 2022 by JudyL_MD
I'll preface this with the statement that I have never used either one of those tools. However, I've done a lot of work with other obfuscators. It's been my experience that once a binary is obfuscated, you cannot change it. I've tried to change...
8 Feb 2023 by Andre Oosthuizen
Not sure why I made the effort, this will help you on your problem. Please give us more information next time as it makes it easier to understand your question - You have to use "ToolStripDropDownMenu" this way - ...
5 May 2023 by Graeme_Grant
Here is an example of a custom tooltip: Control ToolTips - The complete WPF tutorial[^]. If you want to extend a control, like a tooltip, then there is more than adding a DP like that. I have written an article on extending the ToggleButton to...
31 May 2022 by chankayudu
I am using .Net Reactor for obfuscation. Obfuscation will be done as part of the compilation in our pipeline.We have requirement to apply version to compiled exe. We are using tool called "ILMerge" to set version. Exe is working fine if we set...
5 May 2023 by Simos Sigma
I am working on "Visual Studio 2022" and using ".NET Framework 4.8.1" I am making a derived control. A "ToolTip" in my case and I am facing an issue with its custom dependency properties. Every time I change the value of a custom dependency...
7 Jan 2024 by Thomas Andersen 2022
I have this app that I want to have a family tree window and I made it work with my database. But my problem is that I cant getting it to look like This 2024-08-01-11-06-26-Application-Frame-Host hosted at ImgBB — ImgBB[^] The best I can get is...
26 Jan 2023 by Bert O Neill
How to extend the context menu of Windows Explorer
11 Jul 2023 by Steve Hageman
DSPLib is a complete DSP Library that is an end to end solution for performing FFT's with .NET 4
28 Nov 2022 by Siddhartha S.
WPF smart client demo of nitty gritty of MVVM for a real life LOB application
7 Jun 2022 by Shao Voon Wong
Incorporate Antimalware scanning inside your application
8 Feb 2023 by DeTK
there is a margin in the of all the items. How can I remove it? The controls is System.Windows.Forms.ToolStripDropDownButton and System.Windows.Forms.StatusStrip What I have tried: I searched it, but there's no particular good solution.
18 Feb 2023 by Simos Sigma
I have two different projects... A WPF Control Library project where, among other files, I have some Resource Dictionary files... And a WPF Application project where into it's references I have add my WPF Control Library. My problem is when I...