Menu

Tweaky - A Windows Tweaking Program / Change Log: Recent posts

Version 1.12

The biggest changes in this version are with code organization.

Messy Forms and Controls No More

Before 1.12, all my code was smashed into forms and controls. The biggest problem I found with putting the code of a sub into a control is that I couldn't reuse it (if I could, it wouldn't have been fun). Clearly that wasn't the way I was supposed to do it. I put all of my subs into Modules, and then call upon them, passing arguments, in the controls. This way, the "Disable All Tweaks" button can simply call a sub without copy and pasting the same code over and over.... read more

Posted by CalmSoftware 2014-05-16 Labels: 1.12

Version 1.11

In this version, I've improved (and still am improving) code organization. For example, OEM information had four buttons. As a user, you'll never notice. In Visual Studio, there are 4 buttons stacked on each other. Only one appears at run-time, based off an OSVersion.Version test. I'm not really sure why I did this. Now, there will only be one button for every function. An If/Else statement on button click controls what happens.... read more

Posted by CalmSoftware 2014-05-03 Labels: 1.11
MongoDB Logo MongoDB