Click here to Skip to main content
16,012,223 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Cannot delete file because it is in use by another process Pin
Tom Deketelaere14-Jun-07 0:02
professionalTom Deketelaere14-Jun-07 0:02 
GeneralRe: Cannot delete file because it is in use by another process Pin
Colin Angus Mackay14-Jun-07 0:42
Colin Angus Mackay14-Jun-07 0:42 
GeneralRe: Cannot delete file because it is in use by another process Pin
Tom Deketelaere14-Jun-07 1:37
professionalTom Deketelaere14-Jun-07 1:37 
GeneralRe: Cannot delete file because it is in use by another process Pin
Dave Kreskowiak14-Jun-07 5:23
mveDave Kreskowiak14-Jun-07 5:23 
GeneralRe: Cannot delete file because it is in use by another process Pin
Tom Deketelaere14-Jun-07 21:12
professionalTom Deketelaere14-Jun-07 21:12 
GeneralRe: Cannot delete file because it is in use by another process Pin
Dave Kreskowiak16-Jun-07 11:48
mveDave Kreskowiak16-Jun-07 11:48 
GeneralRe: Cannot delete file because it is in use by another process Pin
Tom Deketelaere14-Jun-07 0:18
professionalTom Deketelaere14-Jun-07 0:18 
GeneralRe: Cannot delete file because it is in use by another process Pin
Colin Angus Mackay14-Jun-07 0:46
Colin Angus Mackay14-Jun-07 0:46 
TDDragon wrote:
Is there a way to force the garbage collector to run ?


Yes. But that is unadvisable. The garbage collector is tuned to keep your application running as smoothly as possible. Forcing it to collect may harm the performance of your application. Also, there is no guarantee that it will collect the objects that you want it to collect. It decides what is in the best interests of your application with respect to the current environment.

If objects contain unmanaged resources, such as Images, the there will be a Dispose method. (Or Close on stream like objects).


Upcoming events:
* Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ...
* Reading: Developer Day 5

Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton


My website

QuestionCreating a patch application Pin
steve_rm13-Jun-07 23:04
steve_rm13-Jun-07 23:04 
AnswerRe: Creating a patch application Pin
Dave Kreskowiak14-Jun-07 5:20
mveDave Kreskowiak14-Jun-07 5:20 
Questionsaving clocking in and out of a employee Pin
saraswathy14313-Jun-07 22:09
saraswathy14313-Jun-07 22:09 
AnswerRe: saving clocking in and out of a employee Pin
Steven J Jowett13-Jun-07 22:20
Steven J Jowett13-Jun-07 22:20 
GeneralRe: saving clocking in and out of a employee Pin
saraswathy14314-Jun-07 23:06
saraswathy14314-Jun-07 23:06 
QuestionControl Casting Not Working Pin
Brendan Vogt13-Jun-07 22:05
Brendan Vogt13-Jun-07 22:05 
QuestionRe: Control Casting Not Working Pin
Brendan Vogt13-Jun-07 22:16
Brendan Vogt13-Jun-07 22:16 
QuestionExtended Web Browser Pin
kevinido13-Jun-07 21:36
kevinido13-Jun-07 21:36 
AnswerRe: Extended Web Browser Pin
Steven J Jowett13-Jun-07 22:21
Steven J Jowett13-Jun-07 22:21 
GeneralRe: Extended Web Browser Pin
kevinido13-Jun-07 23:32
kevinido13-Jun-07 23:32 
GeneralRe: Extended Web Browser Pin
Steven J Jowett14-Jun-07 5:27
Steven J Jowett14-Jun-07 5:27 
AnswerRe: Extended Web Browser Pin
Dave Kreskowiak14-Jun-07 5:11
mveDave Kreskowiak14-Jun-07 5:11 
GeneralRe: Extended Web Browser Pin
kevinido14-Jun-07 11:41
kevinido14-Jun-07 11:41 
QuestionReading Mail from Outlook Pin
nitin_ion13-Jun-07 20:39
nitin_ion13-Jun-07 20:39 
QuestionUser Controls Pin
Ron.S13-Jun-07 20:32
Ron.S13-Jun-07 20:32 
AnswerRe: User Controls Pin
Tom Deketelaere14-Jun-07 0:21
professionalTom Deketelaere14-Jun-07 0:21 
AnswerRe: User Controls Pin
Dave Kreskowiak14-Jun-07 5:08
mveDave Kreskowiak14-Jun-07 5:08 

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.