Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi
how can i work with a windows form from my application that i wrote in c#,for example i want to control the search window from the windows xp in my application,change the title ,and get file name in that,and etc. i want to learn how to work with api in c# , how can i do that with api? is there any other way to do that like shell programming?
Posted
Updated 21-Aug-11 15:15pm
v2

1 solution

You can start by checking the Windows Search API here[^]

I noticed your entry has been downvoted, I want to point out that you cannot control the search window(like changing the title or what have you), you can only do a search from your application as long as the Windows API allows you

 
Share this answer
 
v2
Comments
fjdiewornncalwe 21-Aug-11 18:49pm    
Good answer, Sunny. +5
Dr.Walt Fair, PE 21-Aug-11 23:32pm    
Yes, good answer.
Oludayo Alli 22-Aug-11 1:36am    
Thanks!

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