Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ctrl F / Find Next and Class Name & Method Name Comboboxes

Status
Not open for further replies.

vladk

Programmer
Joined
May 1, 2001
Messages
991
Location
US
I noticed one thing that was not a problem in VB6 IDE but is a real problem for me in VB.NET.

When I perform search for all the places of the specific text in my code, the Class Name and Method Name Comboboxes are not updated with each "found" event, so I never now where the next time the text is located unless I click at the code window itself.

Does anybody else experienced this problem and knows any remedy for this?

Thank you

vladk





 
I just click on the "Find results" pane to look at the code.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
chiph,

Where in IDE that pane is located?

I meant I need on fly to see where the next found string located (like in VB6).

vladk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top