Click here to Skip to main content
15,921,905 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: designtime handling Pin
Richard Blythe14-Aug-07 16:21
Richard Blythe14-Aug-07 16:21 
GeneralRe: designtime handling Pin
MartyK200714-Aug-07 21:20
MartyK200714-Aug-07 21:20 
QuestionWindows task bar location Pin
Cory Kimble14-Aug-07 5:52
Cory Kimble14-Aug-07 5:52 
AnswerRe: Windows task bar location Pin
The ANZAC14-Aug-07 13:02
The ANZAC14-Aug-07 13:02 
QuestionStopping code during runtime. Pin
dptalt14-Aug-07 5:42
dptalt14-Aug-07 5:42 
AnswerRe: Stopping code during runtime. Pin
MartyK200714-Aug-07 5:55
MartyK200714-Aug-07 5:55 
AnswerRe: Stopping code during runtime. Pin
i gr814-Aug-07 6:22
i gr814-Aug-07 6:22 
GeneralRe: Stopping code during runtime. Pin
MartyK200714-Aug-07 12:28
MartyK200714-Aug-07 12:28 
Hello,
yes your suggestion would work fine but:

it depends on the complex maths functiion being rewritten to check the boolean value constantly so it does a bit of maaths , checks the flag ,it does a bit of maaths,checks the flag , it does a bit of maaths,checks the flag etc ad nausium

Whereas:

with the threading solution
1. the maths function does not change - only the place it is run from (the background thread worker)
2. When the cancel button is pressed , the code behind can kill the thread instantaniously , so from a user perpestive , it seems more responsive.

what do you think??

thanks
Martin

life is a bowl of cherries
go on take a byte

QuestionAutonumber problem in Access database Pin
progalx14-Aug-07 5:08
progalx14-Aug-07 5:08 
AnswerRe: Autonumber problem in Access database Pin
enmahdi14-Aug-07 19:52
enmahdi14-Aug-07 19:52 
GeneralRe: Autonumber problem in Access database Pin
dcode2515-Aug-07 6:47
dcode2515-Aug-07 6:47 
QuestionRing back tone detection Pin
Kanyungu14-Aug-07 4:16
Kanyungu14-Aug-07 4:16 
AnswerRe: Ring back tone detection Pin
Vasudevan Deepak Kumar14-Aug-07 4:47
Vasudevan Deepak Kumar14-Aug-07 4:47 
Questionhow to capture mouse events on shapes or graphic objects Pin
eyes200714-Aug-07 3:44
eyes200714-Aug-07 3:44 
AnswerRe: how to capture mouse events on shapes or graphic objects Pin
Taylor Kobani14-Aug-07 3:55
Taylor Kobani14-Aug-07 3:55 
GeneralRe: how to capture mouse events on shapes or graphic objects Pin
eyes200714-Aug-07 4:01
eyes200714-Aug-07 4:01 
GeneralRe: how to capture mouse events on shapes or graphic objects Pin
Taylor Kobani14-Aug-07 4:35
Taylor Kobani14-Aug-07 4:35 
GeneralRe: how to capture mouse events on shapes or graphic objects Pin
eyes200714-Aug-07 4:49
eyes200714-Aug-07 4:49 
GeneralRe: how to capture mouse events on shapes or graphic objects Pin
Richard Blythe14-Aug-07 16:12
Richard Blythe14-Aug-07 16:12 
GeneralRe: how to capture mouse events on shapes or graphic objects Pin
eyes200714-Aug-07 19:43
eyes200714-Aug-07 19:43 
GeneralRe: how to capture mouse events on shapes or graphic objects Pin
Richard Blythe15-Aug-07 6:12
Richard Blythe15-Aug-07 6:12 
QuestionHow can i get IP address of my computer using Vb 6.0 Pin
koolprasad200314-Aug-07 1:52
professionalkoolprasad200314-Aug-07 1:52 
AnswerRe: How can i get IP address of my computer using Vb 6.0 Pin
Froz3n14-Aug-07 1:55
Froz3n14-Aug-07 1:55 
GeneralRe: How can i get IP address of my computer using Vb 6.0 Pin
koolprasad200314-Aug-07 2:26
professionalkoolprasad200314-Aug-07 2:26 
GeneralRe: How can i get IP address of my computer using Vb 6.0 Pin
Froz3n14-Aug-07 2:28
Froz3n14-Aug-07 2:28 

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.