Click here to Skip to main content
16,006,013 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionWebBrowser Control Pin
SoftDev4U18-Sep-09 5:01
SoftDev4U18-Sep-09 5:01 
AnswerRe: WebBrowser Control Pin
Dave Kreskowiak18-Sep-09 5:15
mveDave Kreskowiak18-Sep-09 5:15 
GeneralRe: WebBrowser Control Pin
SoftDev4U18-Sep-09 5:22
SoftDev4U18-Sep-09 5:22 
QuestionRE:Missing Oracle InProc server 5.0 type library Pin
Lee Mwangi18-Sep-09 4:32
Lee Mwangi18-Sep-09 4:32 
AnswerRe: RE:Missing Oracle InProc server 5.0 type library Pin
Lee Mwangi18-Sep-09 4:33
Lee Mwangi18-Sep-09 4:33 
QuestionMessage Box Pin
RyJaBy18-Sep-09 2:48
RyJaBy18-Sep-09 2:48 
AnswerRe: Message Box Pin
Johan Hakkesteegt18-Sep-09 3:06
Johan Hakkesteegt18-Sep-09 3:06 
AnswerRe: Message Box Pin
Eddy Vluggen18-Sep-09 10:36
professionalEddy Vluggen18-Sep-09 10:36 
RyJaBy wrote:
If your program pops up a message box with the code, will the rest of the program wait until you push ok or will it continue to run in the background.


It will show in front of it's parent[^].

RyJaBy wrote:
I think mine continues to run in the background and i was wondering if there was a way to make it wait for a user response.


Add a Debug.WriteLine("Foo!") just after the MessageBox.Show or the Form.ShowDialog methods. Run your application and watch the debugscreen. If you see your a "Foo!" passing by in the debugger, the dialog is invisible. Once it goes out of scope, it will get picked up by the garbage collector.

You could also add a timeout; this article[^] explains how Smile | :)

I are Troll Smile | :)

QuestionScroll bar for showing waveform data Pin
D_A_V_E18-Sep-09 2:43
D_A_V_E18-Sep-09 2:43 
AnswerRe: Scroll bar for showing waveform data Pin
Johan Hakkesteegt18-Sep-09 3:17
Johan Hakkesteegt18-Sep-09 3:17 
AnswerRe: Scroll bar for showing waveform data Pin
Dave Kreskowiak18-Sep-09 3:44
mveDave Kreskowiak18-Sep-09 3:44 
GeneralRe: Scroll bar for showing waveform data Pin
Luc Pattyn18-Sep-09 3:53
sitebuilderLuc Pattyn18-Sep-09 3:53 
GeneralRe: Scroll bar for showing waveform data Pin
Dave Kreskowiak18-Sep-09 3:56
mveDave Kreskowiak18-Sep-09 3:56 
QuestionMessage Removed Pin
17-Sep-09 21:32
josefvz17-Sep-09 21:32 
AnswerRe: VB.Net Remoting Chat App. Multiple Clients not 'Seeing' each other, Pin
Dave Kreskowiak18-Sep-09 2:05
mveDave Kreskowiak18-Sep-09 2:05 
GeneralSorry for that. Pin
Mussawarx17-Sep-09 21:26
Mussawarx17-Sep-09 21:26 
AnswerRe: C++ character counting?? Pin
Tom Deketelaere17-Sep-09 21:35
professionalTom Deketelaere17-Sep-09 21:35 
AnswerRe: C++ character counting?? Pin
Christian Graus17-Sep-09 22:01
protectorChristian Graus17-Sep-09 22:01 
QuestionREMOTE LOGIN ??? Pin
JC.KaNNaN17-Sep-09 20:52
JC.KaNNaN17-Sep-09 20:52 
AnswerRe: REMOTE LOGIN ??? Pin
Christian Graus17-Sep-09 21:17
protectorChristian Graus17-Sep-09 21:17 
AnswerRe: REMOTE LOGIN ??? Pin
Dave Kreskowiak18-Sep-09 1:52
mveDave Kreskowiak18-Sep-09 1:52 
AnswerRe: REMOTE LOGIN ??? Pin
EliottA18-Sep-09 4:59
EliottA18-Sep-09 4:59 
QuestionRunning a vb application in background? Pin
Mussawarx17-Sep-09 19:59
Mussawarx17-Sep-09 19:59 
AnswerRe: Running a vb application in background? Pin
Christian Graus17-Sep-09 20:36
protectorChristian Graus17-Sep-09 20:36 
AnswerRe: Running a vb application in background? Pin
Dave Kreskowiak18-Sep-09 1:48
mveDave Kreskowiak18-Sep-09 1:48 

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.