
Simple graphics procedure
writes:
Quote:
>I'm more or less a newcomer to VB, but I've got a problem that I don't
know
>how to fix. I'm simply trying to load an image based on input from a
list,
>but I'm having trouble doing so. I've checked the manuals and don't
see
>why my code isn't working.
>If lblJJC.Caption = "San Diego" Then PicCity.Picture =
>LoadPicture("sandiego.bmp")
>(same line) I've got one of those for each item and a picture box
named
>PicCity.
>Please email response.
This is a good example of what kind of message to post if you want to
make sure that you don't get any help. Other newcomers should take note
of this style and emulate it if they are tired of all those helpful
people answering their posts.
<Sarcasm mode off>
Notice that the poster did not tell us what happened when the code
executed? It makes it kind of hard to make suggestions. And I'm sure
all of you have read the FAQ and know that it is impolite ask for an
email response to this sort of question.
Andrew Radford