Re: MENU ON FLY.
- From: "Vijay" <vijay@xxxxxxxxxxxxxxxxx>
- Date: Sat, 1 Apr 2006 10:36:04 -0600
You are talking about creating menus on the fly at run time? or creating a
avi i.e moving object that indicates some process is happening?...
If the second is true, you will have to do that in a thread..
codeproject.com has some good samples of Threading.. ,
so what basically you can do is initate a Thread from your UI thread, and in
this secondary thread you perform the motion(mail moving). You also don't
have do anything for animation... you just have a avi file, or such created
from Adobe and play in windows. forms control
HTH
Vijay
"GEETHA" <LMHP@xxxxxxxxx> wrote in message
news:1c812e1618d44f04bd6d2a7a919ff6ea@xxxxxxxxxxxxxx
hello,
how to create menu on fly( something like the mail button) for my custom
toolbar button? is this possible in C#? i came across the Magic lantern
article in VC++ to do thid. Is there any similar article avaiable?
thanks,
.
- Prev by Date: Re: Merging ActiveX Control
- Next by Date: Re: Merging ActiveX Control
- Previous by thread: Re: Volume textures in DirectX C#
- Next by thread: Re: MENU ON FLY.
- Index(es):