|
-
May 14th, 2006, 11:06 AM
#1
Thread Starter
Member
[RESOLVED] 2 questions
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
The worst programmer ever 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|