Click here to Skip to main content
15,894,460 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
AnswerRe: Need Code of VB to fetch report from QC 10 Pin
Dave Kreskowiak13-Feb-12 9:35
mveDave Kreskowiak13-Feb-12 9:35 
AnswerRe: Need Code of VB to fetch report from QC 10 Pin
Nagy Vilmos14-Feb-12 22:41
professionalNagy Vilmos14-Feb-12 22:41 
AnswerRe: Need Code of VB to fetch report from QC 10 Pin
Reiss15-Feb-12 2:39
professionalReiss15-Feb-12 2:39 
QuestionBindingSource Position Pin
Framework .l.12-Feb-12 21:08
Framework .l.12-Feb-12 21:08 
AnswerRe: BindingSource Position Pin
Eddy Vluggen13-Feb-12 5:01
professionalEddy Vluggen13-Feb-12 5:01 
QuestionProblems with default DataGridView Pin
Member 860517711-Feb-12 4:36
Member 860517711-Feb-12 4:36 
AnswerRe: Problems with default DataGridView Pin
Luc Pattyn11-Feb-12 4:54
sitebuilderLuc Pattyn11-Feb-12 4:54 
GeneralRe: Problems with default DataGridView Pin
Member 860517711-Feb-12 5:00
Member 860517711-Feb-12 5:00 
AnswerRe: Problems with default DataGridView Pin
Luc Pattyn11-Feb-12 5:10
sitebuilderLuc Pattyn11-Feb-12 5:10 
AnswerRe: Problems with default DataGridView Pin
Sonhospa13-Feb-12 2:13
Sonhospa13-Feb-12 2:13 
QuestionSpareRoom(VBPmanan15) Pin
manan112211-Feb-12 3:00
manan112211-Feb-12 3:00 
AnswerRe: SpareRoom(VBPmanan15) Pin
Eddy Vluggen11-Feb-12 3:33
professionalEddy Vluggen11-Feb-12 3:33 

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.