hello,
i just finish the hangman project in VB. It's working but i can't get the picture to show if a letter is incorrect. Can somebody help me. thank you (in the image property i put none):sad:

Recommended Answers

All 2 Replies

Member Avatar for iamthwee

I assume by incorrect, you just have a bitmap file with the words incorrect draw in it.

Are you having problems with the code for finding if a letter isn't there or just displaying the bitmap?

Member Avatar for iamthwee

The way I would do it is have several picture files.

Every time you got a letter wrong, you would increment the counter clear the current picture and draw the next picture.

Just like how you would animate a picture frame by frame, with each frame slightly different from the previous one.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.