Click here to Skip to main content
15,896,606 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Opening large tiff files Pin
Dave Kreskowiak25-May-04 0:30
mveDave Kreskowiak25-May-04 0:30 
GeneralRe: Font color,Type, Columns... Pin
Dave Kreskowiak24-May-04 16:49
mveDave Kreskowiak24-May-04 16:49 
GeneralRe: Font color,Type, Columns... Pin
Dave Kreskowiak25-May-04 0:28
mveDave Kreskowiak25-May-04 0:28 
GeneralRe: Font color,Type, Columns... Pin
rubdub25-May-04 20:18
rubdub25-May-04 20:18 
GeneralSetting Enviroment Variables Pin
waffleman24-May-04 8:58
waffleman24-May-04 8:58 
GeneralRe: Setting Enviroment Variables Pin
Dave Kreskowiak24-May-04 9:22
mveDave Kreskowiak24-May-04 9:22 
GeneralMultithreading Help Pin
800XL24-May-04 5:59
800XL24-May-04 5:59 
GeneralRe: Multithreading Help Pin
Dave Kreskowiak24-May-04 7:11
mveDave Kreskowiak24-May-04 7:11 
Wouldn't that, by definition, defeat the purpose of a multithreaded app? I mean, you start other threads to handle tasks independent of the main thread so the main thread can go on it's merry way and do something else...

Anyway, I think this isn't as easy as it would sound, because you can't call a method/property on either thread that returns this state because the calling thread would be blocked waiting for the other thread to actually free up and execute your call... I think...

You could look into the Application.Idle event, but that will only fire when your code starts to Idle. There is no event that fires when your code comes OUT of idle, so there is no way to determine when your app is busy.


RageInTheMachine9532
"...a pungent, gastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Multithreading Help Pin
800XL24-May-04 23:32
800XL24-May-04 23:32 
GeneralRe: Multithreading Help Pin
Dave Kreskowiak25-May-04 0:24
mveDave Kreskowiak25-May-04 0:24 
GeneralRe: Multithreading Help Pin
800XL25-May-04 0:57
800XL25-May-04 0:57 
GeneralRe: Multithreading Help Pin
800XL26-May-04 1:19
800XL26-May-04 1:19 
QuestionHow can I........? Pin
Night_Soul24-May-04 2:37
Night_Soul24-May-04 2:37 
AnswerRe: How can I........? Pin
Dave Kreskowiak24-May-04 3:22
mveDave Kreskowiak24-May-04 3:22 
GeneralRe: How can I........? Pin
Night_Soul24-May-04 4:45
Night_Soul24-May-04 4:45 
GeneralRe: How can I........? Pin
Dave Kreskowiak24-May-04 5:00
mveDave Kreskowiak24-May-04 5:00 
GeneralRe: How can I........? Pin
Night_Soul24-May-04 22:20
Night_Soul24-May-04 22:20 
GeneralAudio Tool Pin
Night_Soul24-May-04 0:00
Night_Soul24-May-04 0:00 
GeneralRe: Audio Tool Pin
Dave Kreskowiak24-May-04 3:18
mveDave Kreskowiak24-May-04 3:18 
Generalmulti user application Pin
Ganesh4u23-May-04 23:11
Ganesh4u23-May-04 23:11 
GeneralRe: multi user application Pin
Dave Kreskowiak24-May-04 3:09
mveDave Kreskowiak24-May-04 3:09 
GeneralUnicode Converting Pin
Pugman81223-May-04 23:02
Pugman81223-May-04 23:02 
GeneralRe: Unicode Converting Pin
Dave Kreskowiak24-May-04 3:01
mveDave Kreskowiak24-May-04 3:01 
GeneralHardware Detection Pin
macjules23-May-04 22:07
macjules23-May-04 22:07 
GeneralRe: Hardware Detection Pin
Dave Kreskowiak24-May-04 2:50
mveDave Kreskowiak24-May-04 2:50 

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.