Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I create a Searching Binary Tree in WindowForm C#, my program has a part that show the progress of searching a node in Binary Tree. Now, how can i create a GIF image in C# that save the progress of searching a node in Binary Tree.
Posted
Updated 1-Apr-10 14:37pm
v3

Please edit your question and add more details.

What "has a picture"?

Do you want to create an animated GIF?

If so, do you want to do it in C#, or do you want a recommendation for an external tool?

Nick
 
Share this answer
 
This could be a recipe:
- get accustomed to binary search techniques, possibly reading some articles, include this CP one: A simple Binary Search Tree written in C#[^]
- create a number of images showing the different steps;
- turn those images into an animated gif; this CP article worked well for me in the past: NGif, Animated GIF Encoder for .NET[^]

:)
 
Share this answer
 

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