hello friends.... i need help

how to count the frequency of char in a text file....
can anyone tell me or send me the code in vb.net


example
suppose in a file

aaaabbbbccccdddeeee

then i we should get the output like
not only alphabet.. but also special characters

a = 4 ,b = 4,c = 4 ,d = 3 e = 4