![]() |
How to block specific content from running with VB.NET - Printable Version +- Post4VPS Forum | Free VPS Provider (https://post4vps.com) +-- Forum: Geek World (https://post4vps.com/Forum-Geek-World) +--- Forum: Scripting & Programming (https://post4vps.com/Forum-Scripting-Programming) +--- Thread: How to block specific content from running with VB.NET (/Thread-How-to-block-specific-content-from-running-with-VB-NET) |
How to block specific content from running with VB.NET - humanpuff69 - 06-06-2017 Hi guys . sorry for long time no vb.net tutorial but now im back with one so today i will show you how to make a content blocker with vb.net . basically it is will scan all the title of specific word . if it find a window with that title it will kill the process . so this software is great for blocking software from running or blocking unsafe content like pornography for example so first start with creating a project . Spoiler Expand now what you need is one button , one listbox and a timer . a label is optional if you want tell something in your app Spoiler Expand now edit the listbox item to add the keyword that you want to block . for example : drug , gambling , porn , etc Spoiler Expand now double click the button and add this code to initiate the timer Spoiler Expand Spoiler Expand after that double click the timer to add the code Spoiler Expand Spoiler Expand now the coding part is finished you can test the app by pressing f5 or start debugging . and here is the result Spoiler Expand if you want the project file you can download it in the attachment |