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

Visual Basic

 
QuestionHow to provide Radio Button in Data Grid? Pin
Krishnaraj Barvathaya B6-Feb-06 17:58
Krishnaraj Barvathaya B6-Feb-06 17:58 
QuestionForm printing Pin
lchboris6-Feb-06 17:15
lchboris6-Feb-06 17:15 
QuestionHow to convert this to VB.NET Pin
bskirkman6-Feb-06 16:21
bskirkman6-Feb-06 16:21 
QuestionRe: How to convert this to VB.NET Pin
bskirkman6-Feb-06 16:32
bskirkman6-Feb-06 16:32 
AnswerRe: How to convert this to VB.NET Pin
J4amieC6-Feb-06 21:51
J4amieC6-Feb-06 21:51 
AnswerRe: How to convert this to VB.NET Pin
progload7-Feb-06 7:14
progload7-Feb-06 7:14 
QuestionData ADO.net Question Pin
maxiachun6-Feb-06 15:15
maxiachun6-Feb-06 15:15 
AnswerRe: Data ADO.net Question Pin
Dave Kreskowiak6-Feb-06 16:11
mveDave Kreskowiak6-Feb-06 16:11 
You can't. Since this code is most probably executing on the UI thread, you'll notice it's a blocking call and won't return execution to the next line until this query finishes. If you can't execute any code on that thread, there's no way you can click on a button, let alone make this call stop.

The only way to "stop" this call is to run the query on a background thread, freeing the UI thread to do other things. To cancel this query, all you have to do is ignore the return from the query thread. Threading is by no means an entry-level thing to put together.


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

GeneralRe: Data ADO.net Question Pin
maxiachun6-Feb-06 16:18
maxiachun6-Feb-06 16:18 
GeneralRe: Data ADO.net Question Pin
Dave Kreskowiak7-Feb-06 1:10
mveDave Kreskowiak7-Feb-06 1:10 
QuestionNeed Help!!! Pin
welbert6-Feb-06 14:46
welbert6-Feb-06 14:46 
Questionpinvoke experts: LsaEnumerateLogonSessions and LsaGetSessionData Pin
meraydin6-Feb-06 11:54
meraydin6-Feb-06 11:54 
AnswerRe: pinvoke experts: LsaEnumerateLogonSessions and LsaGetSessionData Pin
progload7-Feb-06 6:22
progload7-Feb-06 6:22 
Questiondecompilation Pin
rifan6-Feb-06 9:00
rifan6-Feb-06 9:00 
AnswerRe: decompilation Pin
Dave Kreskowiak6-Feb-06 10:33
mveDave Kreskowiak6-Feb-06 10:33 
GeneralRe: decompilation Pin
rifan6-Feb-06 20:28
rifan6-Feb-06 20:28 
GeneralRe: decompilation Pin
Dave Kreskowiak7-Feb-06 1:05
mveDave Kreskowiak7-Feb-06 1:05 
QuestionSatellite assembly Pin
Texas_CodeMaster6-Feb-06 7:47
Texas_CodeMaster6-Feb-06 7:47 
Questiondwwin.exe when switching desktops Pin
MohammadAmiry6-Feb-06 6:40
MohammadAmiry6-Feb-06 6:40 
AnswerRe: dwwin.exe when switching desktops Pin
Dave Kreskowiak6-Feb-06 7:26
mveDave Kreskowiak6-Feb-06 7:26 
GeneralRe: dwwin.exe when switching desktops Pin
MohammadAmiry7-Feb-06 11:05
MohammadAmiry7-Feb-06 11:05 
GeneralRe: dwwin.exe when switching desktops Pin
Dave Kreskowiak7-Feb-06 12:22
mveDave Kreskowiak7-Feb-06 12:22 
QuestionDrawing one pixel, for a graph based program Pin
Fu Manchu6-Feb-06 4:57
Fu Manchu6-Feb-06 4:57 
AnswerRe: Drawing one pixel, for a graph based program Pin
Dave Kreskowiak6-Feb-06 5:12
mveDave Kreskowiak6-Feb-06 5:12 
AnswerRe: Drawing one pixel, for a graph based program Pin
J4amieC6-Feb-06 5:13
J4amieC6-Feb-06 5:13 

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.