IDE :: Make Firewall Blocking?

Jul 27, 2009

I am unable to get on to internet explorer or IM on my laptop . I am using Windows XP.Each time I log-in it says my firewall is blocking.

View 4 Replies


ADVERTISEMENT

VS 2008 Firewall Blocking Emails

Jun 11, 2010

Me and my friend both wrote an app to send emails, same code. When I run my app, I can let it send an email. When I run my friends app, the firewall blocks the outgoing emails. Is there any way to let the emails send from my friends app, by changing code or so? I don't want to add it to the whitelist of the firewall.

View 5 Replies

Make An Installer With VB And Have An Option To Run As Admin And Add To Firewall?

Dec 21, 2009

I know that you can make an installer with visual basic and have an option to run as admin and add to firewall. But is there a way to do this with out installing?

View 3 Replies

Create A Firewall In .net

Dec 3, 2009

I need to create a firewall in vb.net. Give me some idea how to proceed .

View 1 Replies

.Net Packet Dropping (firewall)?

Feb 22, 2009

I am trying to intercept connections on port 2302 that is being used by a game. I was think about using something along the lines of

#Region " Imports "
Imports System
Imports System.IO
Imports System.Windows.Forms

[code]....

View 2 Replies

Relationship Between Interfaces And Firewall?

May 8, 2010

Can we call firewall an interface?

View 1 Replies

VS 2008 Add To Uac And Firewall Exception?

Dec 21, 2009

is there a way to add to firewall and uac exception list for XP,Vista,Win7?

View 4 Replies

VS 2008 Check If The Firewall Is Off?

Dec 29, 2009

How can i make a program to check if the firewall is off.And if the firewall is off how can i turn it back up again.

View 3 Replies

VS 2008 How To Detect Ip Behind Firewall

May 21, 2010

i dont want my local ip..its a remote computertheres diferent ranges in the ips but from where i am looking for the ip im connected to the same network..lets say my ip its 10.31.47.54 but the one i try to see if its one its the above....but its behind a firewall..i know its on...but when i ping from my code

View 22 Replies

WebBrowser Control And Firewall?

Mar 21, 2012

I've never use a .net WB control before. When navigating to an internet web page I kind of assumed the firewall would block it or pop up a dialog telling the user that someapplication is attempting to access the internet.

View 1 Replies

Add Application To Firewall Exception Through Regedit?

Feb 9, 2010

Im trying to add my application to firewall exception through regedit but when i add the sub key it doesnt work.


I dont have to have an installer for a chat program because its only 1 file.

FireWall Dir:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesSharedAccessParametersFirewallPolicyFirewall Rules

View 1 Replies

Check If Someone Has UAC On The App Or Put That Firewall Thingy On The Button?

Apr 24, 2010

I saw the other day in an application there is a Shield sign on a button then when i click it if i didnt Run As Administrator firewall asks me to give it admin....anyone knows how to do it? i really need it for file associate function because it requiers admin rights .

View 3 Replies

Parsing Of Firewall EMail Logs?

Apr 23, 2012

I get EMails from my firewall router for any alerts (when they occur) as well as the complete log (every day at 4:00 AM) - I have been saving the logs manually by copying and pasting the EMail body into a text editor and saving. I started on a VB project and have run into a bit of a snag.

Heres part of the code that 'grabs' each EMail:

For i = 1 To oItems.Count
oMsg = CType(oItems(i), Microsoft.Office.Interop.Outlook.MailItem)
If oMsg.Subject <> String.Empty Then

[code]....

View 2 Replies

Check If Port Is Blocked By Windows Firewall?

Aug 15, 2011

How do i check if specific port is blocked by Windows firewall , both in incoming and outgoing connections.

I've seen code samples such as this one:

Protected Sub Button1_Click(ByVal sender As Object, ByVal e As EventArgs)
Dim host As String = "localhost"
Dim port As Integer = 6900

[Code]....

But how can i know if the exception is thrown specifically because of firewall blocking, and not because of other socket errors?

View 1 Replies

Use Windows Firewall To Control Security Board In .Net?

Jun 12, 2011

I am trying to control the security board using the Windows Firewall which connects to my server that was made in VB.Net. My only problem is when I open the Windows Firewall my server crashes. It also displays this error: "Error, win%fir%90y4e does not support this server. upgrade you version of Winsock.". So I upgraded myself to the latest Winsock that there is out there. After doing so I try again and my server still crashes, but this time with a different error. The error this time was the following: "Error, no client is available for win%fir%90y4e. try again later.". What do I do?

View 5 Replies

Write Services Anti-bypass Firewall ?

Jun 6, 2012

"how to do anti-bypass firewall using Service"

some way bypass the firewall, such as using : software Ultrasulf , Proxy-Server , Web-Proxy

In this case , i will anti-bypass firewall on Proxy-Server and Web-Proxy , i will write a services in window

I think it as same : First , capture package with IP-Address , then request from proxy-server . Second ,very importanly , in here , we compare with IP-Add is truth , if IP-Add not truth , at list Block IP-Add , else accept to request to website

View 1 Replies

.net - Expose WCF Service Cannot Retrieve Object Through Windows Firewall?

May 13, 2011

I built a WCF service that exposes itself for a web application, it accepts an object and prints the data on the clients machine. Works fine on my development machine, and the service is up and running on any machine i install it on. I can enter ip address in clients machine web browser and see it is running. Problem is when i send the object to the clients machine it returns an error, that sounds like it could be because of the clients windows firewall. Where would i start at to deal with this problem ?There was no endpoint listening at http://192.168.1.168:2202/PrintLabel that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.

View 1 Replies

Cannot Get User IP Address (proxy/firewall/load Balancer)

May 16, 2011

I used code below to get client ip with asp.net before but after I moved to VDS this function begin returning only my subnet mask which is 178.18.198.1 or 178.18.198.2.[code]...

View 2 Replies

Capture The Actual Traffic Coming From The Firewall On The Network

Jul 30, 2009

I am trying to write a program that captures log information from my Cisco 5510 firewall. I have a service working where it will perodically write text to a file. What I need now though is how to capture the actual traffic coming from the firewall on the network. It uses UDP port 514 to send it. I need to know how can vb capture that traffic and write it to the log file. I am a beginner to vb.net so please be patient with me if it seems like I am asking too many simple questions.

View 10 Replies

Check If Port Exist In Firewall Exceptions List?

Oct 20, 2009

I need to check if port exist in the firewall list I am currently using this piece of code to check if port 80 exist do something if it doesn't then add it. This works fine but I feel It should be cleaner[code]...

View 1 Replies

Company Firewall With System.Windows.Forms.WebBrowser

Nov 22, 2010

VB2005. In my application I am required to go to a website, collect info, and then display both the webpage and the info collected. For this I am using the System.Windows.Forms.WebBrowser component and have it working faily well. The only thing now is that in order to get to external websites the company requires us to login to the firewall proxy server. For example when I visit [URL] a login box pops-up for our firewall server [URL] and I sign in with ID 9999 and password "pass". I am trying to programatically do this with the WebBrowser by using the credentails but have not found any relevant examples. Is this possible with the System.Windows.Forms.WebBrowser component?

View 2 Replies

Show Installed Virus Software And Whether Firewall Enabled Etc In VB App

Aug 2, 2011

Is there anyway to find what virus software is installed and whether it is up to date, and whether firewall enabled/disabled from within a VB app?

It is for a health check tool for my customers, so picks up and shows lots of info such as ram, processor etc and want to be able to show antivirus name and as much info as I can about version, updates etc

View 7 Replies

Use WMI And Admin Credentials To Tell Windows Firewall To Unblock A Port?

May 8, 2009

Use WMI and admin credentials to tell windows firewalll to unblock a port

View 5 Replies

Blocking A Website Through I.E?

May 4, 2010

I was wondering if it would be possible to block a website, such as "www.proxy.com"
Through Internet Explorer, not one of my custom ones of my form.

View 8 Replies

Blocking In A Service?

May 25, 2012

The subject sucks, but the problem is straightforward. I have an existing WCF service. There are a small series of functions, currently. One or two of the functions will need to be performed with a bit of security, for which I need a username and password. The username and password will be checked on the server side against a webservice running on localhost. One alternative is to not use the localhost webservice for the validation, but then I wouldn't have a question, so ignore that.

The way the webservice will work, I was thinking that I would use an invisible web browser, navigate to the REST-style URL, and wait for the response. It's the bit about waiting for the response that is causing me trouble. Normally, I'd wait for the document comleted event raised by the browser control, but since this is initiated by the call of a WCF service function, that won't really work. The WCF function call can't 'wait' for anything, nor will it receive the event. Once the WCF function reaches the End Function statement, it is over and done with, and returns. The response from the webservice won't have arrived by then, so that won't work. There are two typical solutions to this, one of which is horrible to the point of being unworkable.

1) A busy wait, or spin wait, where the WCF function goes into a tight loop waiting for the browser event to be raised. This is never a good idea, and is particularly terrible in this case, because the WCF service is running on a web server, so the negative impacts of a busy wait are FAR worse than normal.

2) Use something like a Mutex in the WCF function such that the function launches a thread, the thread immediately grabs the Mutex, then begins the navigation. The WCF function waits on the Mutex, which would mean blocking without spinning, and the document completed event pulses the Mutex to release the WCF function so that it can return the proper response. This seems technically improbable, as it stands.

The problem is only a slight variation on a very typical problem, yet it presents some interesting problems. Windows is event driven, but a WCF service function is not. A callback across a WCF (at least across this one), isn't an option, events aren't an option, so it all comes down to the function starting a process, then blocking without spinning, until the process comes up with an answer.

View 11 Replies

C# - Blocking A Thread In .Net?

Aug 13, 2010

I have a class that has purely static Methods and properties. I am calling an async method on the class "Load" that asks a web service for a chunk of data, which then fires an event that executes the return method, "LoadCompleted". I have no idea how long the call is going to take (the difference between calling the "Load" method, then the "LoadCompleted" getting called).

I would like to block the application from proceeding any further until the callback method has been raised (as the app will try and get stuff from this class, which isn't populated until the "LoadComplete" method sets the data).

View 3 Replies

Blocking An Ip From Connecting To Computer?

Sep 20, 2009

I am trying to make an app in VB.NET that pings ip's on a specfic port that are connected to my computer and if it is greater then 500 the person would be blocked from connecting to my computer. How can I do this in VB.NET?

View 1 Replies

Blocking Web Sites In Browser?

Oct 10, 2009

I am creating a security program. One of its features is that it blocks inappropriate web sites. I might need help determining which sites are bad and which ones are good. If I could 'read' every work that is displayed in the browser then I could tell, but that may come later.

So, I'm looking for some kind of hook that will allow me to cancel the site if needed. It should be able to still be hooked in Safe Mode, as well... I'm sure that this is going to be an easy one!

View 7 Replies

Blocking Websites With Browser

Sep 9, 2010

I wish to block websites in a browser, where the blocked websites are stored in my.settings.blockedwebs (which is a collections. specialized. stringcollection). I let the user input the blocked website into a textbox in form1, and the add website to the stringcollection button has the following code:[code]

View 15 Replies

Non-blocking Task.wait In .NET 4?

Apr 30, 2012

I'm trying to wait for a Task result in .NET 4, much like you can by using the await keyword in .NET 4.5. I just can't figure out how to do it though...My code (to prove that I'm atleast trying):

Private Function GetXDocumentFromWebLocationAsync(ByVal request As WebRequest) As XDocument
Dim queryTask As Task(Of WebResponse)
queryTask = task(Of WebResponse).Factory.FromAsync(AddressOf request.BeginGetResponse, AddressOf request.EndGetResponse, Nothing, Nothing)

[code]....

As you would expect, the GetResponse calls are executed on a different thread, but the function has to wait for the result before it can return. Unfortunately this blocks my main thread until the task has completed and I don't have the slightest clue on how to make it wait without blocking. I don't want to use the Async CTP either because that's just running away from the problem.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved