its a really silly question so dont complayn
and sorry for bad english
i dont remember the code
but
i made so if there exists file then
its will do auto click on button
and i made so the buttos will be picturebox.....
long story
so if someone know the code for auto clicking on the image
Examle:
===========
and sorry for bad english
i dont remember the code
but
i made so if there exists file then
its will do auto click on button
and i made so the buttos will be picturebox.....
long story
so if someone know the code for auto clicking on the image
Examle:
===========
Code:
If IO.File.Exists("Files/AutoLogin.mrs")
'the code that i want = auto click on the image......
'remember that its not a button its a picturebox1
Else
'i dont want that its will do any thing if dident found the file...
End If