Hello again

This time my mind want to create a picture browser
i have written this code

cdl.Filter = "Picture Files(*.Jpg,*.Gif,*.Bitmap)|*.Jpg;*.Gif;*.Bitmap"
cdl.DialogTitle = "Open File"
Form1.Picture1.Picture = (cdl.FileName)
and it is not working
what does it need ?

Let's go to the next question
when i write code like this
IF A=Tom then
MsgBox"dfsdf"
END IF
IF A= Jerry then
MsgBox"DSFdsf"
end if
when i write Jerry it doesn't working
what is the couse of the problem ?

Thanx in advance