tonprofde_math Posted May 22, 2005 Posted May 22, 2005 hi, veiled I want to make a programe which removes the cookies the files in temp and tempory Internet files. But the site of the repertories is different according to the systéme from exploitation. So I would like know, how add 1 function for 2 buttons (when I click on the checkbox win 98 and that I make next , it posts me a GUI)
GaryFrost Posted May 22, 2005 Posted May 22, 2005 just have an if statement in your function for example: If (StringInStr(@OSVersion,"WIN_98")) Then ; do 98 stuff Else ; do other stuff EndIf SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now