Click here to Skip to main content
15,890,282 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: CreatingTop Most Window Program Pin
Saul Johnson20-Sep-08 23:15
Saul Johnson20-Sep-08 23:15 
AnswerRe: CreatingTop Most Window Program Pin
Paul Conrad20-Sep-08 10:36
professionalPaul Conrad20-Sep-08 10:36 
QuestionDeployement (.cab) project Pin
Gagan.2020-Sep-08 4:57
Gagan.2020-Sep-08 4:57 
AnswerRe: Deployement (.cab) project Pin
ChandraRam21-Sep-08 20:24
ChandraRam21-Sep-08 20:24 
Questionhow to add a new row to datagridview at runtime. Pin
VB 8.020-Sep-08 2:54
VB 8.020-Sep-08 2:54 
AnswerRe: how to add a new row to datagridview at runtime. Pin
Rupesh Kumar Swami20-Sep-08 3:22
Rupesh Kumar Swami20-Sep-08 3:22 
QuestionSolve System.Threading.ThreadAbortException Pin
pdnet19-Sep-08 20:54
pdnet19-Sep-08 20:54 
AnswerRe: Solve System.Threading.ThreadAbortException Pin
Guffa20-Sep-08 9:13
Guffa20-Sep-08 9:13 
The Abort method stops the thread by throwing a ThreadAbortException in the thread. For this to work properly your thread has to be written to support this. As it doesn't catch the exception and handle the situation, it isn't supporting this.

The easiest way to stop a thread is to make it stop itself. Use a synchronised variable that the thread checks periodically. When you change the variable, the thread should just end it's loop and exit.

Despite everything, the person most likely to be fooling you next is yourself.

QuestionPlug and Play Service in Windows XP Pin
llcoollasa19-Sep-08 20:41
llcoollasa19-Sep-08 20:41 
AnswerRe: Plug and Play Service in Windows XP Pin
jzonthemtn20-Sep-08 9:08
jzonthemtn20-Sep-08 9:08 
AnswerRe: Plug and Play Service in Windows XP Pin
Zaegra21-Sep-08 2:26
Zaegra21-Sep-08 2:26 
QuestionSniffing detection on ethernet Pin
asim araeen19-Sep-08 17:14
asim araeen19-Sep-08 17:14 
AnswerRe: Sniffing detection on ethernet Pin
jzonthemtn20-Sep-08 9:12
jzonthemtn20-Sep-08 9:12 
AnswerRe: Sniffing detection on ethernet Pin
Paul Conrad20-Sep-08 10:59
professionalPaul Conrad20-Sep-08 10:59 
QuestionPassword and registry Pin
afridy19-Sep-08 14:14
afridy19-Sep-08 14:14 
AnswerRe: Password and registry Pin
Rupesh Kumar Swami19-Sep-08 20:25
Rupesh Kumar Swami19-Sep-08 20:25 
GeneralRe: Password and registry Pin
afridy19-Sep-08 20:30
afridy19-Sep-08 20:30 
GeneralRe: Password and registry Pin
Rupesh Kumar Swami19-Sep-08 20:48
Rupesh Kumar Swami19-Sep-08 20:48 
QuestionWindow Service doesn't run continously using vb 2005 Pin
CARisk319-Sep-08 11:20
CARisk319-Sep-08 11:20 
AnswerRe: Window Service doesn't run continously using vb 2005 Pin
Dave Kreskowiak20-Sep-08 7:57
mveDave Kreskowiak20-Sep-08 7:57 
GeneralRe: Window Service doesn't run continously using vb 2005 Pin
CARisk38-Oct-08 6:24
CARisk38-Oct-08 6:24 
GeneralRe: Window Service doesn't run continously using vb 2005 Pin
Dave Kreskowiak8-Oct-08 12:22
mveDave Kreskowiak8-Oct-08 12:22 
GeneralRe: Window Service doesn't run continously using vb 2005 Pin
CARisk38-Oct-08 12:37
CARisk38-Oct-08 12:37 
GeneralRe: Window Service doesn't run continously using vb 2005 Pin
Dave Kreskowiak8-Oct-08 15:12
mveDave Kreskowiak8-Oct-08 15:12 
GeneralRe: Window Service doesn't run continously using vb 2005 Pin
CARisk39-Oct-08 4:06
CARisk39-Oct-08 4:06 

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.