Re: MENU ON FLY.

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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,


.


Quantcast