c# & pop_up menue
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hi all i am working on small project , i need help....... how can i implement start button (like in windows)for my application ? thanks alote
What do you mean? A button which pops up a menu when you click it? Or a button which looks just like the start button? If the first: Use the
ContextMenu
control. If the latter: Under Windows XP you can use UXTheme.dll (and some C# wrapper) to skin your button. [EDIT]Oops. Didn't read you message's subject line. But please clarify anyway.[/EDIT] - Daniël Pelsmaeker