![]() |
Click here to advertise with us
|
|
|||||||
| IDE Anything concerning the Visual Studio IDE |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
First, apologies if you've 'done' comparisons with VB6, but some of us are just catching up.
The behaviour of the 'Find And Replace' tool (VB2005): in old VB6, if I want to find all occurrences of (for example) HTML Code:
mstrThisString = "" In VB2005, if you stop the Find in (for example) the frmInvoicing form at the fifth occurrence to change something, what happens is this: you restart the Find cycle, you're in frmInvoicing at the fifth occurrence, so it finds occurrences 6 then 7 (the last in this form), then starts again at the top of frmInvoicing!!. I'd expect to move to the next form. Consequently I don't know where I am. Is there a setting I can change to improve this? Thank you. |
|
||||
|
Ahm...the dialog has a combobox on it labeled 'Look in', which does change this behaviour.
Bobby
__________________
Don't give TypeCasting Errors a chance, turn ON Option Strict! Greatest Obfuscator ever: EazFuscator (Freeware) Greatest Reflection Tool ever: .NET Reflector (Freeware) with Add-Ins Greatest Introspection Tool ever: Gendarme (GPL) Greatest MySQL FrontEnd ever: MySQL-Front (Shareware), HeidiSQL (GPL) |
|
|||
|
Yes, I know about the Look In combobox. Whichever setting the Look In is set to (in my example it was Entire Solution), the behaviour of the Find routine is less than predictable, and certainly not what VB6 does.
Perhaps this is another of Microsoft's improvements that I shall have to live with. |
|
||||
|
Quote:
__________________
![]() 2007, 2008, 2009, 2010 Why is my data not saved to my database? | Communicating between multiple forms MSDN: Data Walkthroughs | "How Do I?" Videos My Blog: Custom Events | Dynamic GDI+ Drawing |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|