Found problem !!!
by putting the statement bringtofront to edit text ...all IME library is upside down
every Sub name_TextChanged (Old AsString, new AsString) was executing and nothing worked ...
Sometime from my experience I remember that dealing with the IME inproperly forced the app to carsh instantly ...so be carefully with your code while dealing with edit text ...
We are causing the problems most of the time by mistakes ...but this is how we learn ...
Good luck to every one ! and do not complicate you lifes as I am used to
Sub IME1_HeightChanged(NewHeight As Int, OldHeight As Int)
edit_notite.Top=NewHeight-edit_notite.Height
' edit_notite.BringToFront (bug)
end sub