Click here to Skip to main content
15,891,136 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How could you perform a recursive call for a treeview for two different actions? Pin
Christian Graus18-Mar-09 12:43
protectorChristian Graus18-Mar-09 12:43 
Questionopen file directory Pin
captainmogo18-Mar-09 7:06
captainmogo18-Mar-09 7:06 
AnswerRe: open file directory Pin
iamalik18-Mar-09 7:26
professionaliamalik18-Mar-09 7:26 
GeneralRe: open file directory Pin
captainmogo18-Mar-09 7:52
captainmogo18-Mar-09 7:52 
GeneralRe: open file directory Pin
iamalik18-Mar-09 8:03
professionaliamalik18-Mar-09 8:03 
GeneralRe: open file directory Pin
captainmogo18-Mar-09 8:17
captainmogo18-Mar-09 8:17 
GeneralRe: open file directory Pin
iamalik18-Mar-09 8:36
professionaliamalik18-Mar-09 8:36 
GeneralRe: open file directory Pin
tech60318-Mar-09 14:56
tech60318-Mar-09 14:56 
What you want to do is utilize the background worker process. This will allow you to open the dialog in its own thread not affecting the main form. I have done this for an application for saving or zipping files. I found that if i did not use the background worker process my form would lock up until the save/zip was completed. I found this article very helpful.

http://msdn.microsoft.com/en-us/library/system.componentmodel.backgroundworker.aspx[^]

Hope that helps.

Matthew Vass
QA Analyst
mvass@hostmysite.com
http://www.hostmysite.com?utm_source=bb[^]
AnswerRe: open file directory Pin
Luc Pattyn18-Mar-09 8:31
sitebuilderLuc Pattyn18-Mar-09 8:31 
GeneralRe: open file directory Pin
captainmogo18-Mar-09 8:39
captainmogo18-Mar-09 8:39 
AnswerRe: open file directory [modified] Pin
Alan N18-Mar-09 8:54
Alan N18-Mar-09 8:54 
GeneralRe: open file directory Pin
captainmogo18-Mar-09 9:04
captainmogo18-Mar-09 9:04 
GeneralRe: open file directory [modified] Pin
Alan N18-Mar-09 9:27
Alan N18-Mar-09 9:27 
GeneralRe: open file directory Pin
captainmogo19-Mar-09 3:28
captainmogo19-Mar-09 3:28 
Questioncalling a menu form from another menu Pin
Member 462416918-Mar-09 7:04
Member 462416918-Mar-09 7:04 
AnswerRe: calling a menu form from another menu Pin
iamalik18-Mar-09 7:38
professionaliamalik18-Mar-09 7:38 
GeneralRe: calling a menu form from another menu Pin
0x3c018-Mar-09 8:21
0x3c018-Mar-09 8:21 
Questionhow to improve my 2D collision detection system? [modified] Pin
O.G.I.18-Mar-09 4:08
O.G.I.18-Mar-09 4:08 
AnswerRe: how to improve my 2D collision detection system? Pin
Dave Kreskowiak18-Mar-09 6:04
mveDave Kreskowiak18-Mar-09 6:04 
GeneralRe: how to improve my 2D collision detection system? Pin
O.G.I.18-Mar-09 9:18
O.G.I.18-Mar-09 9:18 
GeneralRe: how to improve my 2D collision detection system? Pin
Dave Kreskowiak18-Mar-09 10:26
mveDave Kreskowiak18-Mar-09 10:26 
AnswerRe: how to improve my 2D collision detection system? Pin
riced18-Mar-09 7:32
riced18-Mar-09 7:32 
AnswerRe: how to improve my 2D collision detection system? Pin
Luc Pattyn18-Mar-09 8:39
sitebuilderLuc Pattyn18-Mar-09 8:39 
QuestionIs there a way to bypass the form_load event of vb.net windows application? Pin
rains197918-Mar-09 1:42
rains197918-Mar-09 1:42 
AnswerRe: Is there a way to bypass the form_load event of vb.net windows application? Pin
Eddy Vluggen18-Mar-09 1:58
professionalEddy Vluggen18-Mar-09 1:58 

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.