Click here to Skip to main content
15,888,062 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to show message After tabpage is displayed in vb.net?? Pin
Henry Minute27-Sep-10 13:48
Henry Minute27-Sep-10 13:48 
GeneralRe: How to show message After tabpage is displayed in vb.net?? Pin
Andraw Tang28-Sep-10 3:48
Andraw Tang28-Sep-10 3:48 
Questionlist view problem Pin
souravghosh1827-Sep-10 0:47
souravghosh1827-Sep-10 0:47 
AnswerRe: list view problem Pin
Simon_Whale27-Sep-10 4:15
Simon_Whale27-Sep-10 4:15 
AnswerRe: list view problem Pin
Eddy Vluggen27-Sep-10 7:09
professionalEddy Vluggen27-Sep-10 7:09 
QuestionHow to call webservice from VB6 ? Pin
Rahul Chitte26-Sep-10 21:38
Rahul Chitte26-Sep-10 21:38 
AnswerRe: How to call webservice from VB6 ? Pin
Dave Kreskowiak27-Sep-10 3:53
mveDave Kreskowiak27-Sep-10 3:53 
QuestionConvince explorer to stay dead. Pin
Herboren25-Sep-10 17:47
Herboren25-Sep-10 17:47 
Heya guys I work in a PC repair shop and we deal with a lot of customers that have alot of infections on their PC. I have been trying to create and application that will kill explorer but it doesnt not convince it to stay dead it will only restart, I understand microsoft made it this way to prevent any malicious activity dealt to the computer. My6 application normally scans a specified directory where most ransomware or desktop hijacks take place such as %USERPROFILE.\Local Settings\Application Data\<cryptic infection="" name="">, I know most of the time it will still execute even if explorer is not loaded 80% of the time it does not happen, But my Goal is to stop the explorer.exe from loading, I dont want to take the route of removing HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogo and changing its value, it is still a thought but not very professional IMO.

just from this snipper all i have is:

Imports System.Diagnostics.Process

Dim Proc() As Process = System.Diagnostics.Process.GetProcessesByName("explorer")
        Dim ProcSeek As Process

        For Each ProcSeek In Proc
            ProcSeek.Kill()
        Next


Any help to maybe would be appreciated. =)
AnswerRe: Convince explorer to stay dead. Pin
DaveAuld26-Sep-10 1:33
professionalDaveAuld26-Sep-10 1:33 
AnswerRe: Convince explorer to stay dead. Pin
Dave Kreskowiak26-Sep-10 2:12
mveDave Kreskowiak26-Sep-10 2:12 
AnswerRe: Convince explorer to stay dead. Pin
LloydA11126-Sep-10 7:57
LloydA11126-Sep-10 7:57 
GeneralRe: Convince explorer to stay dead. Pin
Herboren26-Sep-10 14:15
Herboren26-Sep-10 14:15 
QuestionExtracting colors Pin
Pasan14825-Sep-10 8:23
Pasan14825-Sep-10 8:23 
AnswerRe: Extracting colors Pin
Luc Pattyn25-Sep-10 9:01
sitebuilderLuc Pattyn25-Sep-10 9:01 
GeneralRe: Extracting colors Pin
Pasan14825-Sep-10 23:00
Pasan14825-Sep-10 23:00 
GeneralRe: Extracting colors Pin
Richard MacCutchan26-Sep-10 1:14
mveRichard MacCutchan26-Sep-10 1:14 
GeneralRe: Extracting colors Pin
Luc Pattyn26-Sep-10 1:53
sitebuilderLuc Pattyn26-Sep-10 1:53 
JokeRepost Pin
dan!sh 26-Sep-10 2:54
professional dan!sh 26-Sep-10 2:54 
AnswerRe: No more Pin
Luc Pattyn26-Sep-10 3:03
sitebuilderLuc Pattyn26-Sep-10 3:03 
GeneralRe: Extracting colors Pin
Pasan14826-Sep-10 6:53
Pasan14826-Sep-10 6:53 
AnswerRe: Extracting colors Pin
Luc Pattyn26-Sep-10 3:01
sitebuilderLuc Pattyn26-Sep-10 3:01 
QuestionSystem.AccessViolationException Closing Windows Form Contianing An ActiveX Control Pin
Stinebaugh23-Sep-10 14:11
Stinebaugh23-Sep-10 14:11 
AnswerRe: System.AccessViolationException Closing Windows Form Contianing An ActiveX Control Pin
Stinebaugh28-Sep-10 9:15
Stinebaugh28-Sep-10 9:15 
GeneralRe: System.AccessViolationException Closing Windows Form Contianing An ActiveX Control Pin
Stinebaugh9-Nov-10 1:36
Stinebaugh9-Nov-10 1:36 
QuestionIs it possible to remove default selection in DataGridView? Pin
Andraw Tang23-Sep-10 11:36
Andraw Tang23-Sep-10 11:36 

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.