well.. hmm.. seems that my program take up about 10 meg ram runnin.. but when i start the threading part.. it jumps to 35..
ok.. so fine.. but when i close that form... (its a different form than the main) the memory is never free'd up.. and i know all the threads exited.. cause it outputs on the console... .. i have it testing in the procedure that the thread runs. for a variable.. and if it see's it. it exits the sub...
and when i reopen that form. it eats up 10-15 more megs.. and so on and so on..
question is
how are you possed to stop threads? or. how do you free the ram the threads were runnin on.
thanks

karthic