MENU ON FLY.

  • Thread starter Thread starter GEETHA
  • Start date Start date
G

GEETHA

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,
 
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
 
Hello,
Thanks for the reply. But i am want the menu's to be created on fly(ie. at
run time.).How to do this in C#?
Kindly help me.
thanks,
geetha
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top