Fixed bug in the button sub classing control in the program. The subclass would cause the program to crash when you closed a window in the program.
Oct 03, 20113.2.6
Minor code tweaks.
Aug 31, 20113.2.5
[no details available]
Jul 29, 20113.2.4
[no details available]
Jul 09, 20113.2.3
Added better support for the window positions of the program. On some users systems, if they had another program running that worked with program windows, it would cause CleanMem to save the window positions off screen, or if a user lowered their screen resolution and the old position would now be off screen. The program now checks the current screen resolution and brings the windows back on screen. I made sure this supports people with multiple monitors :-) I have changed the program update feature. It use to offer to download and apply new updates (this is for the program not the router database, that still updates automatically). Well with some of the newer updates and planned updates in the future, I have found it to be a pain getting the update program I made to handle everything. I find it far easier to let users download the new setup, which will take care of everything. So now the program will check for a program update, and if there is one, it will open the simple port forwarding website if the user wants. Then the users can download the new version.
May 02, 20113.2.2
[no details available]
Apr 16, 20113.2.0
[no details available]
Apr 06, 20113.1.6
Major bug fix. In the past when a user had DEP enabled on their system it would crash the program. In past updates I found some APIs in windows to help stop this. This worked for many people, but there where still some users where DEP was still crashing the system. I was able to finally trace it to my custom buttons I had made. I have since replaced them with new buttons and redid the main windows of the program. So far on my system with DEP enabled the crashes have stopped :-) Many UI changes Multiple code tweaks.