VB.NET – Enable Buttons in Applications with API calls
Every once in a while I stumble across some applications that have disabled control buttons without (for me) any reason. As a primary web developer I would like to have an easy way to enable these buttons. There exist some tools for firefox which you can enable buttons easily. For windows applications its a bit different. There are some win32 unlocker tools, but my virusscan doesn't like those tools at all and I would like to learn how to do it on my own. I finally ended up with my IDE and some ideas on how to achieve this.
I found some tutorials on how to solve this problem with C#.net, but I haven't installed C#.net on my box. I therefore tried to find a way to get through this with visual basic.net.
The Problem
There is a small, well known tool, that comes with Windows 7, that I use from time to time: The Calculator.
I like the windows calculator but my girlfriend mentioned that the "%" button is disabled if you change the calculator from standard to scientific. For me, there is no reason why this button should be disabled, so I tried to find a way to enable it. Here we go.
Letzte Artikel
- DIY Standlampe – Nussbaumholz (one legged)
- Active Directory W2008 R2 – Remove DNS record with Powershell and WMI
- IRDioder – Ikea Dioder Hack mit Atmel und Infrarotempfaenger
- Powershell – Rename domain computer remotely (within an active directory domain as well)
- Powershell – SCCM – Readvertise a previously installed softwarepackage remotly (not from console)
Kategorien
- Allgemein (13)
- Business (9)
- Coding (15)
- .NET (3)
- AutoIt (2)
- JQuery (5)
- Powershell (1)
- Scripting (2)
- Elektronik (13)
- AVR – Küchenbeleuchtung (9)
- AVR – Misc (2)
- Hobby (14)
- YDR Tools (4)
Archive
- Mai 2012 (1)
- April 2012 (1)
- März 2012 (1)
- Februar 2012 (1)
- Oktober 2011 (2)
- September 2011 (1)
- August 2011 (4)
- Juni 2011 (3)
- Mai 2011 (1)
- Dezember 2010 (2)
- April 2010 (1)
- März 2010 (1)
- Februar 2010 (2)
- November 2009 (1)
- Oktober 2009 (8)
- August 2009 (2)
- April 2009 (1)
- März 2009 (1)
- November 2008 (1)
- Oktober 2008 (1)
- Juli 2008 (1)
- Mai 2008 (1)
- April 2008 (6)