Click here to Skip to main content
15,899,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to draw a house and a tree and something, maybe an animation. How do I use load file *.gif or a bitmap file? I don't know how to do that. Thank you so much.

Note: If I want to write it with vb 6.0, what tools i can use?
If I use vb.net, what tools can I use?
Posted
Updated 16-Aug-10 20:54pm
v4
Comments
Scubapro 17-Aug-10 2:31am    
Edited for readability.

You can draw things using the methods provided in the Graphics class. It has a lot of methods that will help.

If you already have a gif image, just load to a PictureBox and it will work.

See this[^] article for more information. Although it is in C# I hope it is simple enough to understand.
 
Share this answer
 
If i want to draw it using the methods provided in the Graphics class do not load image , can you demo for me some project, thank you so much
 
Share this answer
 
Comments
The Manoj Kumar 17-Aug-10 2:43am    
I would suggest you to write it and post the code that you have problem with. People will certainly help you to fix it. Alernatively you can google it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900