Make A Program Blocker?
Apr 29, 2012
I am looking for suggestions on how to improve my code or if you can tell me of a better . I am trying to make a program blocker, for example if you open notepad it will close it and give a message. at the moment I am using a timer to monitor I am just wondering is this the best way I left my code below I did have the idea of maybe using threds but I no idea were to start on this.
[Code]...
View 4 Replies
ADVERTISEMENT
Oct 22, 2007
I want a script blocker for web browser component and a popup blocker.
View 2 Replies
Apr 18, 2010
How do you make a popup-blocker for a tabbed browser that allows you to see the popup or ignore it.
What i wanna do is make it so when a popup appears,a small form appears with 2 buttons.
button1 allows you to ignore the popup (form dissapears and popup does not show) and button 2 allows u to see the popup (form dissapears and popup opens in new window).
View 10 Replies
Jan 4, 2011
I want to write a program that can control port communication in a PC by blocking certain port based on the admins request and also monitor incoming and outgoing network traffic. Can i achieve this using vb.net winsock?
View 1 Replies
Dec 2, 2010
im trying to make a popup blocker type message box that pops up when a popup tries to load a page, and it asks The page [URL]is trying to open,open in a new tab?
(label)
No (button) Yes (button)
how would i make a menu appear when i click somwhere on the page,how would i make it recognise a picture, and be able to copy it to a location on the local drive?
View 3 Replies
Jun 7, 2009
iam using vb 2010 and if i usedwebbrowser1.navigate(text1.text)and that site has popup adv.... i want to block it
View 2 Replies
Sep 12, 2011
Is it possible to create a pop-up blocker in vb.net for my custom web browser? I don't want it just to cancel all new windows, just pop-up windows
View 1 Replies
May 15, 2007
how to create a popup blocker using Visual Basic?
View 5 Replies
Sep 27, 2011
I'm trying to create a website blocker. I have it where it will add a site/ip address to the host file, now I'm working on the part where you'd remove a site from the blocked list(HOSTS). I know that I gotta 1)Read it 2)Replace it 3)Save Here's what I have so far:
Dim FileName As String = "C:Documents and SettingsPC #6My Documentsfda"
Dim read As String = File.ReadAllText(FileName)
Console.WriteLine(read)
View 9 Replies
Aug 31, 2010
Im just wondering if anyone could give me a code similar to
e.cancle = true (For web browser )
im looking for something like that but for tab control or tabbed web browser,
View 8 Replies
Nov 2, 2010
I made a pop-up blocker in my Visual Basic browser. Here is my code:
WebBrowser1_NewWindow
e.cancel = true
msgbox "Pop-Up Blocked!"
But how can I make it to where the user can choose if they want the pop-up blocker on or off? Also, how can I make it block pop-ups, but still open clicked links in a new window of my browser? Just curious.
View 9 Replies
Sep 22, 2009
i can't find a code to add a popup blocker to my webbrowser1 in vb.net
View 1 Replies
Nov 29, 2009
Here is a setting called PopUpBlockerEnabled:And here is my Addhandler code when the browser is being created on form1_load:
AddHandler Browser.ProgressChanged, AddressOf Loading
AddHandler Browser.DocumentCompleted, AddressOf Done
If My.Settings.PopUpBlockerEnabled = True Then AddHandler Browser.DocumentCompleted, AddressOf BlockPopUps
(By the way the setting PopUpBlockerEnabled is true or false when a checkbox is checked)ok so here is my private sub BlockPopUps code:
Private Sub BlockPopUps(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs)
e.Cancel = True
MsgBox("PopUp Blocked")
End Sub
And when i test the popup blocker on this site all the popups show without a single popup being blocked:[URL]
View 2 Replies
Oct 20, 2011
my dream project is to create a vb.net program that will able to input applications and then run it and erase it after a given month/day/time.it will allow you to add applications that you can erase after a period of time or do u have applications that able you to input applications then block/erase in period of time?
View 3 Replies
Jun 16, 2010
A few more details. I need to programmatically (Winforms, VB.NET) check if a site is in the Allowed Sites list of the IE Pop-Up Blocker (IE 7 and 8 and Windows XP, Vista and 7) and if not, add it. The application is fully trusted and I don't want to disable the Pop-Up blocker entirely. To clarify some things, this is for a web-automation application with several users across 3 countries. I want to avoid receiving tons of emails and explaining each time how to add the website to the Allowed Sites manually. Also, some of the users have Google Toolbar installed, which also has a Popup Blocker creating trouble to my app. Can this also be done programmatically?
View 1 Replies
Jun 6, 2009
I cannot find a way to make a program that I write make a shortcut in the start menu for all users.My final goal is to make an MSI and deploy it in group policy to all users on a computers OU. Is this possible?
View 5 Replies
Aug 23, 2009
How do i make my button open a program and make it windows size?
View 6 Replies
Feb 25, 2010
If e.CommandLine.Count > 0 Then
Dim IncomingCommand As String = e.CommandLine.Item(0).ToString
If IncomingCommand.Substring(0, 2) = "-1" Then
form1.close()
End If
End If
I am trying to make the program close if the -1 string is sent with the program. See my installer allows for me to run certain programs before it actually installs, but it doesn't shut down copies of the program itself. So I have a next startup instance set to shut the program down if the -1 is received. But if the program is not running it starts up instead. This is not desired. form1.close doesn't work. e.cancel = true doesn't work, etc etc. What can I do to make the program not start during this instance.
View 1 Replies
Jun 1, 2010
I made vb.net program for 1440x900 resolution, if i run my program on 800x600 or 1024x768, my program's resolution is bigger then windows, so i have problem with resolution. Now i want to change my program's size and i am interested in, wich resolution is correct to make program, 800x600 such as minimum?
View 9 Replies
Aug 26, 2009
How do I make a program that opens a file in the folder the program is stored?
View 6 Replies
Apr 3, 2010
I want to make a program that searches for a RGB color and clicks on it, WITHIN the program.
View 2 Replies
Dec 30, 2010
what im trying to do= make a program that will make multiple accounts
[code]...
ok what i type in textbox(es) "1" i want it typed on a "3"{a website=www.justin.tv/signup} when i hit the "2"[button1]i really dont have any idea what im doing i know ill need to have a webrowser to load the justin.tv/signup but i have no clue what the name of the boxes are called on the webpage
View 4 Replies
Jun 9, 2011
Me and a friend are making an app which we need to play a sound when Form1 is started. How do we do this? I don't mind code.
View 2 Replies
Aug 15, 2011
How to make a computerized examination program using vb.net...
View 1 Replies
Oct 4, 2009
I am new the Visual Basic and just downloaded 2008, and I am wanting to make a program with a button that will run a .exe that is in the same location as the program/
View 2 Replies
Jun 9, 2011
Im having kind of trouble looking for this info, but i created a POS program that when i install it, it install under Local SettingsApps2.0labla
So what i want to know if how can i make my system install like any other program, "Under Program Files/POSystem/" like so
View 2 Replies
Jun 25, 2012
I am making trial version of my vb .net project but it is not counting the days , date and time . Can u plz give me any suggestions to make it correct. [code]...
View 1 Replies
Jun 10, 2009
Ok, so I'm trying to make a program in VB that will bring up another program (Like MSN Messenger, etc) and press a certain button on that interface (i.e. an "OK" button, or File on the menu at top). How would I be able to do this?
View 1 Replies
Aug 27, 2009
Is it possible to only make a program open when another program opens it? so when someone tries to open it themselfs by clicking on it, it pops up a error message?if so then how would someone go about doing this in VB 2008?
View 9 Replies
Aug 7, 2009
Is there a way to make an update for your program that the 'user' can update the app without re installing the whole program?
View 1 Replies