Click here to Skip to main content
15,919,613 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to set font size of a control dynamically Pin
Mitesh Darji23-Oct-07 3:13
Mitesh Darji23-Oct-07 3:13 
QuestionSend a value to another window's application Text box Pin
Arum7322-Oct-07 20:22
Arum7322-Oct-07 20:22 
AnswerRe: Send a value to another window's application Text box Pin
AliAmjad22-Oct-07 22:44
AliAmjad22-Oct-07 22:44 
AnswerRe: Send a value to another window's application Text box Pin
Dave Kreskowiak23-Oct-07 2:15
mveDave Kreskowiak23-Oct-07 2:15 
Questionreports Pin
Jaiwant122-Oct-07 19:28
Jaiwant122-Oct-07 19:28 
AnswerRe: reports Pin
pmarfleet22-Oct-07 21:16
pmarfleet22-Oct-07 21:16 
QuestionI need help creating a Dynamic Method Call (Event Handler) Pin
Motobahta22-Oct-07 12:22
Motobahta22-Oct-07 12:22 
AnswerRe: I need help creating a Dynamic Method Call (Event Handler) Pin
Dave Kreskowiak23-Oct-07 2:13
mveDave Kreskowiak23-Oct-07 2:13 
GeneralRe: I need help creating a Dynamic Method Call (Event Handler) Pin
Motobahta23-Oct-07 5:41
Motobahta23-Oct-07 5:41 
GeneralRe: I need help creating a Dynamic Method Call (Event Handler) Pin
Dave Kreskowiak25-Oct-07 5:31
mveDave Kreskowiak25-Oct-07 5:31 
Questionreadxml slowdown Pin
cstrader23222-Oct-07 11:46
cstrader23222-Oct-07 11:46 
AnswerRe: readxml slowdown Pin
Tom Deketelaere22-Oct-07 22:32
professionalTom Deketelaere22-Oct-07 22:32 
AnswerRe: readxml slowdown Pin
Dave Kreskowiak23-Oct-07 2:11
mveDave Kreskowiak23-Oct-07 2:11 
GeneralRe: readxml slowdown Pin
cstrader23223-Oct-07 2:53
cstrader23223-Oct-07 2:53 
GeneralRe: readxml slowdown Pin
Dave Kreskowiak23-Oct-07 3:42
mveDave Kreskowiak23-Oct-07 3:42 
QuestionRandom Access File VS. Stream Reader Objects Pin
AAGTHosting22-Oct-07 11:34
AAGTHosting22-Oct-07 11:34 
AnswerRe: Random Access File VS. Stream Reader Objects Pin
Guffa22-Oct-07 22:46
Guffa22-Oct-07 22:46 
QuestionVB 2005 include a .exe file Pin
FloridaHillBilly22-Oct-07 11:04
FloridaHillBilly22-Oct-07 11:04 
AnswerRe: VB 2005 include a .exe file Pin
svanwass22-Oct-07 11:18
svanwass22-Oct-07 11:18 
GeneralRe: VB 2005 include a .exe file Pin
FloridaHillBilly22-Oct-07 13:15
FloridaHillBilly22-Oct-07 13:15 
GeneralRe: VB 2005 include a .exe file Pin
Tom Deketelaere22-Oct-07 22:39
professionalTom Deketelaere22-Oct-07 22:39 
QuestionCanceling background worker Pin
svanwass22-Oct-07 9:58
svanwass22-Oct-07 9:58 
I am unsure the best way to cancel my background worker (bgw).

My application (form1) has an options screen (form2). On app load, a background worker starts to ping a list of IPs. I would like to go into my options form and tell my app a different list of IPs to ping. Once I make this change, i need to stop the current bgw from pinging, reload the list, and start pinging again.

I know that I first have to set the WorkerSupportsCancelation property to true, which should set CancellationPending to true, then call the CancelAsync method, check the CancellationPending, then cancel it as this article suggests.

My issue is that I am canceling the bgw from the second form and do not currently have a 'DoWorkEventArgs' object to cancel.

What am I missing to get this object and cancel the bgw?

Thanks!
AnswerRe: Canceling background worker Pin
Dave Kreskowiak23-Oct-07 2:08
mveDave Kreskowiak23-Oct-07 2:08 
QuestionConnection string in VB.Net 2003 Pin
kendo1722-Oct-07 7:12
kendo1722-Oct-07 7:12 
AnswerRe: Connection string in VB.Net 2003 Pin
Dave Kreskowiak22-Oct-07 8:41
mveDave Kreskowiak22-Oct-07 8: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.