473,770 Members | 2,273 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Search Entire Project/Solution

Is there a conveninent place to go to search the entire project/
solution for specific occurances of text. for instance, if I want to
find where all occurences of "counter" was in my project, is there a
search that will return a results set of the references?

Thanks!

Oct 4 '07 #1
3 2214
On Oct 4, 11:28 am, Soulless <dgmsal...@gmai l.comwrote:
Is there a conveninent place to go to search the entire project/
solution for specific occurances of text. for instance, if I want to
find where all occurences of "counter" was in my project, is there a
search that will return a results set of the references?

Thanks!
Found it. It is at the top... duh .... you can search the entire
solution.... exactly what I need.

Oct 4 '07 #2
Hi,

Crtl+F and from the dropdown in the middle select entire project.
Now I do not know how you can search the entire solution.
"Soulless" <dg*******@gmai l.comwrote in message
news:11******** **************@ g4g2000hsf.goog legroups.com...
Is there a conveninent place to go to search the entire project/
solution for specific occurances of text. for instance, if I want to
find where all occurences of "counter" was in my project, is there a
search that will return a results set of the references?

Thanks!

Oct 4 '07 #3

CNTL SHIFT F is an option as well. (2005)
"Soulless" <dg*******@gmai l.comwrote in message
news:11******** **************@ g4g2000hsf.goog legroups.com...
Is there a conveninent place to go to search the entire project/
solution for specific occurances of text. for instance, if I want to
find where all occurences of "counter" was in my project, is there a
search that will return a results set of the references?

Thanks!

Oct 4 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
1669
by: Cyrus Mortazavi | last post by:
In Visual Basic 6.0, one could conduct a search (and replace) throughout an entire project, even if those files were not currently open. How does one do this in Visual Studio .NET 2002?
1
2148
by: JackieR | last post by:
I have taken over a project and would like to flowchart the entire solution. I have found flowchart programs that work on a single .cpp file, but nothing for the entire project. Does anyone know of a good flowchar program where you can speciry the .sln and it will produce a solution wide flowchart? Thanks -- Jackie
83
5969
by: D. Dante Lorenso | last post by:
Trying to use the 'search' in the docs section of PostgreSQL.org is extremely SLOW. Considering this is a website for a database and databases are supposed to be good for indexing content, I'd expect a much faster performance. I submitted my search over two minutes ago. I just finished this email to the list. The results have still not come back. I only searched for: SECURITY INVOKER
60
49192
by: Julie | last post by:
What is the *fastest* way in .NET to search large on-disk text files (100+ MB) for a given string. The files are unindexed and unsorted, and for the purposes of my immediate requirements, can't be indexed/sorted. I don't want to load the entire file into physical memory, memory-mapped files are ok (and preferred). Speed/performance is a requirement -- the target is to locate the string in 10 seconds or less for a 100 MB file. The...
2
6629
by: Julia | last post by:
Hi, Is it possible to add post build event to copy several fiels after all project have been compiled? I don't want to put it in one of the project post build event Thanks.
3
2633
by: Ahmed Qurashi | last post by:
Does anyone know of any Libraries using .NET for the Indexing, Search, and Retrieval of Text Documents? I am searching for API's to analyze a set of docs and convert text into indexable tokens, create indices and then harvest query results from those indicies. Similar to Apache's Jakarta Lucene project: a high-performance, full-featured text search engine library. http://jakarta.apache.org/lucene/docs/api/index.html
32
14893
by: tshad | last post by:
Can you do a search for more that one string in another string? Something like: someString.IndexOf("something1","something2","something3",0) or would you have to do something like: if ((someString.IndexOf("something1",0) >= 0) || ((someString.IndexOf("something2",0) >= 0) ||
2
2277
by: eSolTec, Inc. 501(c)(3) | last post by:
Thank you in advance for any and all assistance. Is there a way to start, pause and resume a recurrsive search exactly where you left off, say in the registry programmatically? -- Michael Bragg, President eSolTec, Inc. a 501(C)(3) organization MS Authorized MAR looking for used laptops for developmentally disabled.
5
6447
by: TC | last post by:
I use Visual Studio 2005 v8.0 on two different computers. On one, the "Find and Replace" dialog gives me the option to look in the "Entire Solution". On the other computer, the "Find and Replace" dialog does not have that option. I would really like to be able to search the entire solution on the second computer, but I can't figure out how to enable that option. Does anyone have any suggestions? -TC
0
9619
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10102
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9910
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8933
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6712
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2850
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.