Click here to Skip to main content
15,867,756 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
GeneralRe: Run Windows service in ring 0 Pin
Brandon-X1200015-Feb-12 5:45
Brandon-X1200015-Feb-12 5:45 
So the "operational layers" of the program I'm specifying is OR the stuff I need to do it is:

1. Software driver
2. Windows service
3. Process or program

and that they communicate and peer with each other (e.g., I want to block a certain file that I know for sure is a virus, I add it using the dialog on the program, the program says "Hey you need to watch out for this program." and the Windows service says "OK." When the process has been detected, the Windows service says to the driver "Hey can you terminate this program for me?", the driver says "sure.", then the program is gone from the computer memory, since it's process has been terminated), sorta like that?

Another question is that there are 3 rings on your computer (3: software, 2: service, 1: driver, 0: kernel): could I use a set of termination methods, like task kill first, then process terminate and then kernel terminate (if the virus resists or persists to exist?

I am using my own advanced, made firewall/antivirus, since the antiviruses out there that don't supply the options I need, there are all types of exlcusions, and advanced complexity (since I'm a programmer). An I.T. person said any leading antiviruses out there will slow down your computer, regardess of what they say (case in point, Symantec "they prove theres is faster, and it is.....kinda"), they said I'm better off creating my own, but I started the project long before he told me that, and I'm pretty good programmer (programmed for at-least 3 and 1/2 years).

If you wish to see my project/source files, I am more than glad to share them with you. (Only the Gui or program is being made, still in development)

modified 15-Feb-12 11:51am.

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 
QuestionSynchronized controls logic Pin
Sonhospa11-Feb-12 0:41
Sonhospa11-Feb-12 0:41 

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.