No Problem...No body answered the question...
I figured it out
Code:
Dim cross = Image.FromFile("d:\cross.bmp")
Label1.Image = cross
But i am facing a new problem...
i am displaying the image on that label....
then i am disabling it from further use....
as i have used on_Click event over that lable....
but the image is becoming grayish as i have disabled the label...
i want that...like image shouldnt become grayish but Label should be disabled....at least for on_click event....