Click here to Skip to main content
15,913,939 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi everyone,
I have 2 problems, please help me if it is possible. I am a newbie.
Following are my questions

1. I want to make a component(user control) for search in my program like this:
I don't want to use gridview to see search result. I want to use dropdown menu. if I type a word in textbox, result should show in dropdown menu(like google dropdown menu).

2- If everyone click on special folder (for e.g. MyAutoRunfolder), My program runs and, do something special like show picture and play music.

Thanks a lot.
Posted
Updated 27-Oct-10 6:44am
v2
Comments
HimanshuJoshi 27-Oct-10 12:45pm    
Edited for grammar, punctuation and layout

1 solution

Perhaps this link will help you with the first item: DropDownContainer - Custom DropDown Container Using the ToolStripDropDown [^]

As far as the second one, I don't think there's a way that if someone clicks on a folder that your program will run. You can set it to be the default program to run if a certain file type is run like pdf, jpg, gif, etc... but not a folder AFAIK
 
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