Click here to Skip to main content
15,915,857 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to create result Classification Pin
Luc Pattyn16-Feb-12 1:36
sitebuilderLuc Pattyn16-Feb-12 1:36 
GeneralRe: How to create result Classification Pin
Dave Kreskowiak16-Feb-12 1:51
mveDave Kreskowiak16-Feb-12 1:51 
AnswerRe: How to create result Classification Pin
Luc Pattyn16-Feb-12 1:53
sitebuilderLuc Pattyn16-Feb-12 1:53 
GeneralRe: How to create result Classification Pin
Wayne Gaylard16-Feb-12 1:57
professionalWayne Gaylard16-Feb-12 1:57 
AnswerRe: How to create result Classification Pin
Luc Pattyn16-Feb-12 2:09
sitebuilderLuc Pattyn16-Feb-12 2:09 
GeneralRe: How to create result Classification Pin
Wayne Gaylard16-Feb-12 2:11
professionalWayne Gaylard16-Feb-12 2:11 
AnswerRe: How to create result Classification Pin
Luc Pattyn16-Feb-12 2:21
sitebuilderLuc Pattyn16-Feb-12 2:21 
GeneralRe: How to create result Classification Pin
Wayne Gaylard16-Feb-12 2:25
professionalWayne Gaylard16-Feb-12 2:25 
GeneralRe: How to create result Classification Pin
Member 865157216-Feb-12 9:36
Member 865157216-Feb-12 9:36 
Questioni want double like this in vb.net. 1.25 instead of 1.254789. how can i? Pin
manan0shah15-Feb-12 18:03
manan0shah15-Feb-12 18:03 
AnswerRe: i want double like this in vb.net. 1.25 instead of 1.254789. how can i? Pin
Bernhard Hiller15-Feb-12 20:53
Bernhard Hiller15-Feb-12 20:53 
GeneralRe: i want double like this in vb.net. 1.25 instead of 1.254789. how can i? Pin
manan0shah16-Feb-12 4:33
manan0shah16-Feb-12 4:33 
QuestionDatagrids on Tabs not displaying Pin
MacRaider415-Feb-12 4:29
MacRaider415-Feb-12 4:29 
AnswerRe: Datagrids on Tabs not displaying Pin
MacRaider415-Feb-12 5:22
MacRaider415-Feb-12 5:22 
AnswerRe: Datagrids on Tabs not displaying Pin
Luc Pattyn15-Feb-12 5:58
sitebuilderLuc Pattyn15-Feb-12 5:58 
GeneralRe: Datagrids on Tabs not displaying Pin
MacRaider415-Feb-12 7:28
MacRaider415-Feb-12 7:28 
QuestionRun Windows service in ring 0 Pin
Brandon-X1200014-Feb-12 14:23
Brandon-X1200014-Feb-12 14:23 
AnswerRe: Run Windows service in ring 0 Pin
Dave Kreskowiak14-Feb-12 14:46
mveDave Kreskowiak14-Feb-12 14:46 
GeneralRe: Run Windows service in ring 0 Pin
Brandon-X1200014-Feb-12 14:58
Brandon-X1200014-Feb-12 14:58 
GeneralRe: Run Windows service in ring 0 Pin
Dave Kreskowiak15-Feb-12 2:06
mveDave Kreskowiak15-Feb-12 2:06 
You don't need Ring 0 to make it "Tamper proof". The service isn't going to do the heavy lifting in this kind of application.

An app of this kind has 3 layers. There is a driver that you insert into the network stack that does the actual filtering based on a set of rules. This is what you would put in Ring 0. Oh, this can't be built in managed code (VB.NET, C#, ...) The best language to use is C/C++.

Then there is usually a service that provides two things. The first is an interface to manage the rule sets, which are then provided to the driver. The second is management of the firewall and the reporting database.

The third level is a normal user application that communicates with the service and provides the user interface for managing the firewall.

Sessions: http://windowsteamblog.com/windows/b/developers/archive/2009/10/01/session-0-isolation.aspx[^]

GeneralRe: Run Windows service in ring 0 Pin
Brandon-X1200015-Feb-12 5:45
Brandon-X1200015-Feb-12 5:45 
GeneralRe: Run Windows service in ring 0 Pin
Dave Kreskowiak15-Feb-12 6:08
mveDave Kreskowiak15-Feb-12 6:08 
QuestionHow do I open multiple tabs on an existing I.E. from vb.net Pin
dcorning14-Feb-12 9:29
dcorning14-Feb-12 9:29 
AnswerRe: How do I open multiple tabs on an existing I.E. from vb.net Pin
Bernhard Hiller14-Feb-12 21:18
Bernhard Hiller14-Feb-12 21:18 
QuestionNeed Code of VB to fetch report from QC 10 Pin
shrikant73113-Feb-12 6:53
shrikant73113-Feb-12 6:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.