Tag Archives: Search

How to search through all items of a combobox in C#?

c# Shrp Programing

بدست آوردن متن همه آیتمهای داخل یک کومبو باکس در برنامه نویسی با C# I have a combobox, and I would like to search through every element in it. How can I do this? (also the number of items is not the same everytime, but this is not so important). I am using c# windows form application. you can do …

Read More »

بهینه سازی SEO سایت بر اساس الگوریتم Rank Brain

بهینه سازی SEO سایت بر اساس الگوریتم Rank Brain

زمان زیادی از معرفی الگوریتم RankBrain نمی گذرد اما هم چنان نگرانی هایی در مورد تاثیر ان بر نتایج جست و جوی گوگل و رتبه بندی سایت ها وجود دارد . در این مطلب قصد داریم تا نکات مفیدی درباره الگوریتم (RankBrain) گوگل به شما ارائه کنیم و در پایان مقاله متوجه خواهید شد که گوگل تا چه اندازه هوش …

Read More »

نکات و ترفندهای جستجو در گوگل

عکس صفحه از عبارت جستجوی خاص سایت

نکات و ترفندها سابقه وب سابقه وب گزارش وب سایتهای بازدید شده، زمان انجام کار و قابلیت جستجوی سابقه آنلاین خودتان را در اختیار شما قرار می‎دهد. آن را در www.google.com/history امتحان کنید. شروع آسان مهم نیست که در جستجوی چه چیزی هستید، شعار ما این است “آسان بگیرید”. با وارد کردن یک نام یا کلمه ساده شروع کنید. اگر …

Read More »

حذف خط های حاوی یک عبارت خاص Remove lines containing Regular Expressions

حذف خط های حاوی یک عبارت خاص Remove lines containing Regular Expressions

This is also possible with Notepad++ Go to the search menu Ctrl+F and open the "Mark" tab. Check "Bookmark line" (if there is no "Mark" tab update to the current version). Enter your search term and click "Mark All" All lines containing the search term are bookmarked. Now go to the Menu "Search -> Bookmark -> Remove Bookmarked lines" Done.

Read More »

Search and Highlight Text in a RichTextBox

c# Shrp Programing

tep 1: Create a new Windows Forms application. Drag and drop a RichTextBox(rtb) control, a textbox(txtSearch) and a button(btnFind) control to the form. The textbox will be used to enter the search string and on the button click, we will be performing a search in the RichTextBox. Add a class level variable called ‘start’. This variable will be the start …

Read More »