Click here to Skip to main content
15,895,462 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: deployment Pin
Richard MacCutchan21-Oct-12 22:03
mveRichard MacCutchan21-Oct-12 22:03 
AnswerRe: deployment Pin
Dave Kreskowiak22-Oct-12 2:13
mveDave Kreskowiak22-Oct-12 2:13 
Questionbackround picture in windows aero theme Pin
Syafrie00719-Oct-12 18:59
Syafrie00719-Oct-12 18:59 
Questiondo loop hang and not resopnding while running langtime.how rectify this Pin
leostalin9117-Oct-12 23:18
leostalin9117-Oct-12 23:18 
AnswerRe: do loop hang and not resopnding while running langtime.how rectify this Pin
Eddy Vluggen17-Oct-12 23:31
professionalEddy Vluggen17-Oct-12 23:31 
AnswerRe: do loop hang and not resopnding while running langtime.how rectify this Pin
Syafrie00719-Oct-12 19:03
Syafrie00719-Oct-12 19:03 
AnswerRe: do loop hang and not resopnding while running langtime.how rectify this Pin
Syafrie00719-Oct-12 19:03
Syafrie00719-Oct-12 19:03 
GeneralRe: do loop hang and not resopnding while running langtime.how rectify this Pin
Dave Kreskowiak20-Oct-12 3:58
mveDave Kreskowiak20-Oct-12 3:58 
That's the most dangerous way to do it as DoEvents will allow you to click other buttons and possibly make the code reentrant.

The appropriate method is to farm the work off to a background thread.

GeneralRe: do loop hang and not resopnding while running langtime.how rectify this Pin
josephSurgeon31-Oct-12 4:22
josephSurgeon31-Oct-12 4:22 
Question[SOLVED] Getting System.StackOverflowException Pin
AmbiguousName15-Oct-12 19:38
AmbiguousName15-Oct-12 19:38 
AnswerRe: [SOLVED] Getting System.StackOverflowException Pin
Jay Royall19-Oct-12 1:10
Jay Royall19-Oct-12 1:10 
QuestionVS 2012 - Install Shield Pin
No-e15-Oct-12 6:10
No-e15-Oct-12 6:10 
AnswerRe: VS 2012 - Install Shield Pin
Dave Kreskowiak15-Oct-12 7:44
mveDave Kreskowiak15-Oct-12 7:44 
Questionhaving problems with program to merge sort a given set of input Pin
benkazy101415-Oct-12 0:23
benkazy101415-Oct-12 0:23 
QuestionRe: having problems with program to merge sort a given set of input Pin
Eddy Vluggen15-Oct-12 0:50
professionalEddy Vluggen15-Oct-12 0:50 
AnswerRe: having problems with program to merge sort a given set of input Pin
benkazy101415-Oct-12 1:36
benkazy101415-Oct-12 1:36 
QuestionRe: having problems with program to merge sort a given set of input Pin
Eddy Vluggen15-Oct-12 2:16
professionalEddy Vluggen15-Oct-12 2:16 
AnswerRe: having problems with program to merge sort a given set of input Pin
benkazy101415-Oct-12 2:38
benkazy101415-Oct-12 2:38 
GeneralRe: having problems with program to merge sort a given set of input Pin
Eddy Vluggen15-Oct-12 2:47
professionalEddy Vluggen15-Oct-12 2:47 
AnswerRe: having problems with program to merge sort a given set of input Pin
benkazy101415-Oct-12 1:38
benkazy101415-Oct-12 1:38 
GeneralRe: having problems with program to merge sort a given set of input Pin
Member 132474409-Jun-17 17:20
Member 132474409-Jun-17 17:20 
Question[SOLVED] How to update Gridview with value textbox = Null Pin
zaimah14-Oct-12 22:25
zaimah14-Oct-12 22:25 
AnswerRe: How to update Gridview with value textbox = Null Pin
Eddy Vluggen15-Oct-12 0:48
professionalEddy Vluggen15-Oct-12 0:48 
GeneralRe: How to update Gridview with value textbox = Null Pin
zaimah15-Oct-12 5:46
zaimah15-Oct-12 5:46 
GeneralRe: How to update Gridview with value textbox = Null Pin
Eddy Vluggen15-Oct-12 6:13
professionalEddy Vluggen15-Oct-12 6: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.