Click here to Skip to main content
15,888,020 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Respected Sir...
I'm Devloping a Project in C# Windows Based and I want to add
Windows XP Start menu button on My Window Application Using C#.
Posted
Updated 5-Aug-11 2:59am
v2
Comments
walterhevedeich 5-Aug-11 8:57am    
And why would you want to do that? Also, please tag your question correctly. Your ASP.Net tag has nothing to do with the context of your question, which is Windows Application.
[no name] 5-Aug-11 9:00am    
Please clarify your question. What do you mean "add Windows XP Start menu button"? Add the image or the functionality?
Praveen Kullu 5-Aug-11 11:19am    
He must be trying to create a windows Explorer like application.

1 solution

You want to add start menu item for your application ?
In this case you can add a shortcut to your application in C:\Documents and Settings\All Users\Start Menu or C:\Documents and Settings\<user>\Start Menu

How to create a shortcut ? Use an installer. Or google:
http://www.daniweb.com/software-development/csharp/threads/151289[^]
http://www.sorrowman.org/c-sharp-programmer/url-link-to-desktop.html[^]
http://stackoverflow.com/questions/234231/creating-application-shortcut-in-a-directory[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900