↧
BadImageFormatException was unhandled Exception
Problem - BadImageFormatException was unhandled Recently, when working with Managed DirectX in .NET on a 64 bits system I came across the following error: BadImageFormatException was unhandled is not...
View ArticleHow to Use Transparent Images and Labels in Windows Forms
Introduction - no transparency in Windows Forms! If you've tried to work with more complex forms that include images and labels you probably found out that Windows Forms doesn't support true...
View ArticleHow to detect if JavaScript is enabled from the server side in C#/.NET
In .NET there is no out-of-the-box way of detecting if JavaScript is enabled from the server side (you can detect if JavaScript is supported, but the user could have disabled it). You can achieve this...
View Article