Click here to Skip to main content
15,917,565 members

Comments by Mohammad Mahdi Nejati (Top 4 by date)

Mohammad Mahdi Nejati 26-Apr-13 3:24am View    
i agree with you ! but that what our professor told us ! so the question is if it not in the first byte where it is?
by the way thank;)
Mohammad Mahdi Nejati 22-Jan-12 5:41am View    
i know this codes. but the problem is that i want to import this addresses (d:\temp....) from a ListBox ! but an error happens! it says it can not convert string to object! let me show you what i wrote:
for(int i=0;i<listbox.lenght;i++){
file.delete(listbox.items[i]);
}
in the listbox i stored the path of the files that should be deleted. but i can not delete them with this code.
Mohammad Mahdi Nejati 13-Dec-11 22:58pm View    
you are right and thats EXCATLY my problem . i don't know how to do this.please explain how a little more.
Mohammad Mahdi Nejati 13-Dec-11 22:56pm View    
i know what you say but i am doing this because i don't know any other control for doing this if there is any please let me know. i don't you use any engine i want to make 2 player chess game not against computer.