Click here to Skip to main content
15,886,362 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to check the double vaue is "1.#QNAN"? Pin
lavate malllik6-Mar-12 22:03
lavate malllik6-Mar-12 22:03 
AnswerRe: How to check the double vaue is "1.#QNAN"? Pin
Simon_Whale6-Mar-12 22:57
Simon_Whale6-Mar-12 22:57 
GeneralRe: How to check the double vaue is "1.#QNAN"? Pin
lavate malllik6-Mar-12 23:18
lavate malllik6-Mar-12 23:18 
QuestionThread Problem? Pin
Midnight Ahri5-Mar-12 15:29
Midnight Ahri5-Mar-12 15:29 
AnswerRe: Thread Problem? Pin
Dave Kreskowiak5-Mar-12 15:59
mveDave Kreskowiak5-Mar-12 15:59 
AnswerRe: Thread Problem? Pin
Luc Pattyn5-Mar-12 17:02
sitebuilderLuc Pattyn5-Mar-12 17:02 
GeneralRe: Thread Problem? Pin
Dave Kreskowiak5-Mar-12 17:04
mveDave Kreskowiak5-Mar-12 17:04 
GeneralRe: Thread Problem? Pin
Luc Pattyn5-Mar-12 17:15
sitebuilderLuc Pattyn5-Mar-12 17:15 
There is always a dilemma between coding some asynchronous operations, and adding an extra thread. Asynchronous may be cheaper (no stack, it gets borrowed from the threadpool), an explicit thread may be simpler to code (no explicit state machine required, the program counter works like a state variable). Therefore, whenever you think of the one solution, you should also consider the alternative; however for GUI stuff, the timer most often will win.

BTW: you shouldn't be taking drugs while coding, it may be dangerous to the health of your code.

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

GeneralOT Pin
cptKoala5-Mar-12 20:52
cptKoala5-Mar-12 20:52 
GeneralRe: OT Pin
Dave Kreskowiak6-Mar-12 4:39
mveDave Kreskowiak6-Mar-12 4:39 
GeneralRe: Thread Problem? Pin
Dave Kreskowiak6-Mar-12 4:38
mveDave Kreskowiak6-Mar-12 4:38 
Questionhow to hide assemblies default icon after running any exe in vb.net(Windows app)? Pin
jayawant sawant4-Mar-12 22:36
jayawant sawant4-Mar-12 22:36 
AnswerRe: how to hide assemblies default icon after running any exe in vb.net(Windows app)? Pin
Eddy Vluggen5-Mar-12 0:33
professionalEddy Vluggen5-Mar-12 0:33 
AnswerRe: how to hide assemblies default icon after running any exe in vb.net(Windows app)? Pin
Simon_Whale5-Mar-12 3:07
Simon_Whale5-Mar-12 3:07 
GeneralRe: how to hide assemblies default icon after running any exe in vb.net(Windows app)? Pin
Andy Missico6-Mar-12 19:50
Andy Missico6-Mar-12 19:50 
GeneralRe: how to hide assemblies default icon after running any exe in vb.net(Windows app)? Pin
Richard MacCutchan6-Mar-12 22:13
mveRichard MacCutchan6-Mar-12 22:13 
GeneralRe: how to hide assemblies default icon after running any exe in vb.net(Windows app)? Pin
Andy Missico7-Mar-12 4:06
Andy Missico7-Mar-12 4:06 
AnswerRe: how to hide assemblies default icon after running any exe in vb.net(Windows app)? Pin
Dave Kreskowiak5-Mar-12 4:54
mveDave Kreskowiak5-Mar-12 4:54 
AnswerRe: how to hide assemblies default icon after running any exe in vb.net(Windows app)? Pin
MaulikDusara5-Mar-12 17:27
MaulikDusara5-Mar-12 17:27 
Generalhow to hide exe into taskmanager in windows 7 using vb.net windows application? Pin
jayawant sawant4-Mar-12 22:36
jayawant sawant4-Mar-12 22:36 
GeneralRe: how to hide exe into taskmanager in windows 7 using vb.net windows application? Pin
Simon_Whale5-Mar-12 0:40
Simon_Whale5-Mar-12 0:40 
GeneralRe: how to hide exe into taskmanager in windows 7 using vb.net windows application? Pin
Andy Missico6-Mar-12 19:59
Andy Missico6-Mar-12 19:59 
GeneralRe: how to hide exe into taskmanager in windows 7 using vb.net windows application? Pin
Dave Kreskowiak5-Mar-12 4:53
mveDave Kreskowiak5-Mar-12 4:53 
GeneralRe: how to hide exe into taskmanager in windows 7 using vb.net windows application? Pin
Member 96487188-Mar-12 4:55
Member 96487188-Mar-12 4:55 
GeneralRe: how to hide exe into taskmanager in windows 7 using vb.net windows application? Pin
Dave Kreskowiak8-Mar-12 6:23
mveDave Kreskowiak8-Mar-12 6:23 

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.