Page 1 of 1

BCleaner - Removes Cookies, Cache and History major browsers

Posted: Fri Feb 01, 2013 9:44 pm
by Pablo César
This application serves to remove temporary files and interesting that works for most browsers to access the internet. What helps keep your computer clean, choosing cleaning at "current user" or "All users" registered on the Windows computer.
In this first phase, the application does not clean anything, just shows the interface, detecting browsers installed.

The importance that I wish to state at this early stage, is to demonstrate that it is very important to have the right elements and make them available in an appropriate manner. Important elements of the validation by the events and the availability of application variants. This causes the application to become intuitive and cognitive, providing the user with a good interface for easy understanding and flexibility in the process.

This is the face of this latest version:
Tela73.PNG
Tela73.PNG (39.92 KiB) Viewed 5768 times
To enable the "All Users", the current user will need to have administrator privileges. In Win7, you need to additionally run the application in the context-menu option "Run as administrator" or create a shortcut with this property.
Tela74.PNG
Tela74.PNG (52.84 KiB) Viewed 5768 times
This option "All Users" will allow perform cleanup on all users registered in Windows on that machine.

Hope you enjoy ! :)

Re: BCleaner - Removes Cookies, Cache and History major brow

Posted: Fri Feb 01, 2013 9:58 pm
by Pablo César
For CheckBoxes been shown disable when CheckBox of Browser not being marked, please just replace lines 768 and 769:

SubCheck_Can(I,.F.)
Check_Can(I,aBrowsers)

By this:

Check_Can(I,aBrowsers)
SubCheck_Can(I,.F.)

Changing position it will work disable sub-CheckBoxes. Please correct your code. Next versions will be fine.

Re: BCleaner - Removes Cookies, Cache and History major brow

Posted: Fri Feb 01, 2013 9:59 pm
by esgici
WOW Amigo !,

very impressive and promising :o

Thanks to sharing :)

Regards

BCleaner - Removes Cookies, Cache and History major browsers

Posted: Fri Feb 01, 2013 10:03 pm
by Pablo César
Thank you amigo Esgici !

Hope to relase a new version with cleaning function. :D

Re: BCleaner - Removes Cookies, Cache and History major brow

Posted: Sat Feb 02, 2013 4:24 am
by bpd2000
Thank you

Re: BCleaner - Removes Cookies, Cache and History major brow

Posted: Sat Feb 02, 2013 4:33 am
by Rathinagiri
Wonderful software. Thanks a lot.

Re: BCleaner - Removes Cookies, Cache and History major brow

Posted: Sat Feb 02, 2013 12:36 pm
by srvet_claudio
Very nice Pablo.

This is the Unicode version of the functions FINDWINDOW and ISEXERUNNING.

Code: Select all

HB_FUNC ( FINDWINDOW )
{
   hb_retnl( ( LONG ) FindWindow( 0, HMG_parc( 1 ) ) );
}

HB_FUNC( ISEXERUNNING ) // ( cExeNameCaseSensitive ) --> lResult
{
   HANDLE hMutex = CreateMutex( NULL, TRUE, (LPCTSTR) HMG_parc(1) );

   hb_retl( GetLastError() == ERROR_ALREADY_EXISTS );

   ReleaseMutex( hMutex );
}

Re: BCleaner - Removes Cookies, Cache and History major brow

Posted: Sat Feb 02, 2013 1:41 pm
by Pablo César
Ohhh yeah ! Tahnk you Claudio ! Well noted ! and thanks to all for your kind of words !