how do i make a face talking by using c#
Visual Studio
5
Posts
5
Posters
0
Views
1
Watching
-
how do i make a face talking by using c#
-
how do i make a face talking by using c#
:laugh: Let me guess, it is urgent and you want the full code for that ?
Cédric Moonen Software developer
Charting control [v1.4] -
how do i make a face talking by using c#
-
how do i make a face talking by using c#
Wow, I really love your bio:
beginner programmer's biography:
i really want to program i'v tried to but it messes up
:)
"I love deadlines. I like the whooshing sound they make as they fly by." (DNA)
-
how do i make a face talking by using c#
Hand myHand = new Hand(typeof(Animated)); Hand otherHand = new Hand(typeof(Drawing)); myHand.MakeAFist(); otherHand.DrawFaceOn( myHand ); myHand.HoldSideWays(); myHand.Talk();