kankan
06-11-2009, 11:25 AM
resultee = TextFile.ReadToString("AutoPlay\\Docs\\jaja.exe");
resultadodebusqueda = String.Find(resultee, "the text", 300, false);
if resultadodebusqueda== true
then
result = Dialog.Message("Notice", "yes ", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
else
result = Dialog.Message("Notice", " NOOOOOOOOOOOOO ", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
end
:huh
what I want is to look into the code of the *. exe but it is not
my English is bad, I speak Spanish:huh
resultadodebusqueda = String.Find(resultee, "the text", 300, false);
if resultadodebusqueda== true
then
result = Dialog.Message("Notice", "yes ", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
else
result = Dialog.Message("Notice", " NOOOOOOOOOOOOO ", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
end
:huh
what I want is to look into the code of the *. exe but it is not
my English is bad, I speak Spanish:huh