As most of you probably know, the regular expressions used in Visual Studio\'s Find dialog are not the same as .NET Regex. This is a major PITA to me, and I often resort to external tools to search my
I\'ve implemented a search using the TFindDialog on my开发者_C百科 form. Everything works well except that I cannot find a way to mimic the \"F3 - Find Next\" behaviour as in Notepad. Once you have en
I am simply opening my FindDialog with: FindDialog.Execute; In my FindDialog.OnFind event, I want to change the cursor to an hourglass for searches through large files, which may take a few seconds
What I am trying to do is to add data for a product into a database with MySQL 5.1 and PHP 5.2.12. I have a table for general fields: name, description, 开发者_Go百科price, number of times purchased