Click here to Skip to main content
15,921,028 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Get a list of files on a web page Pin
Christian Graus2-Jul-07 13:23
protectorChristian Graus2-Jul-07 13:23 
QuestionGreek Symbols in Labels Pin
hsprasain2-Jul-07 12:15
hsprasain2-Jul-07 12:15 
AnswerRe: Greek Symbols in Labels Pin
Luc Pattyn2-Jul-07 12:50
sitebuilderLuc Pattyn2-Jul-07 12:50 
GeneralRe: Greek Symbols in Labels Pin
hsprasain2-Jul-07 13:49
hsprasain2-Jul-07 13:49 
QuestionHow to make a standalone customised software Pin
sweetpopai2-Jul-07 11:14
sweetpopai2-Jul-07 11:14 
AnswerRe: How to make a standalone customised software Pin
Dave Kreskowiak2-Jul-07 12:49
mveDave Kreskowiak2-Jul-07 12:49 
QuestionObject destructors and file timeout in ASP.NET/VB.NET Pin
walkeraj2-Jul-07 10:49
walkeraj2-Jul-07 10:49 
AnswerRe: Object destructors and file timeout in ASP.NET/VB.NET Pin
Dave Kreskowiak2-Jul-07 12:48
mveDave Kreskowiak2-Jul-07 12:48 
walkeraj wrote:
If, however, they close the page or don't do anything with it, how can I guarantee the file is deleted from the disk?


Ask the user to confirm the transaction is done in another web page.


walkeraj wrote:
Would it be best to put a deletion routine in the destructor of the object?


There are no destructors in the .NET CLR. There is a Dispose method you could implement, but it'll get called on every object that implements it, regardless if your transaction is complete or not.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionUrgent pay attention Pin
goodonebond2-Jul-07 8:53
goodonebond2-Jul-07 8:53 
AnswerRe: Urgent pay attention Pin
Dave Kreskowiak2-Jul-07 9:28
mveDave Kreskowiak2-Jul-07 9:28 
GeneralRe: Urgent pay attention Pin
goodonebond2-Jul-07 19:57
goodonebond2-Jul-07 19:57 
GeneralRe: Urgent pay attention Pin
Colin Angus Mackay2-Jul-07 23:40
Colin Angus Mackay2-Jul-07 23:40 
AnswerURGENT CROSSPOSTER Pin
leckey2-Jul-07 10:13
leckey2-Jul-07 10:13 
GeneralRe: URGENT CROSSPOSTER Pin
goodonebond2-Jul-07 20:05
goodonebond2-Jul-07 20:05 
AnswerRe: Urgent pay attention Pin
originSH2-Jul-07 22:42
originSH2-Jul-07 22:42 
GeneralRe: Urgent pay attention Pin
Paul Conrad23-Dec-07 14:56
professionalPaul Conrad23-Dec-07 14:56 
AnswerRe: Urgent pay attention Pin
Colin Angus Mackay2-Jul-07 23:37
Colin Angus Mackay2-Jul-07 23:37 
GeneralRe: Urgent pay attention Pin
Paul Conrad23-Dec-07 14:57
professionalPaul Conrad23-Dec-07 14:57 
QuestionCorrupt VB.NET Installation?? Pin
RickMagenta2-Jul-07 8:18
RickMagenta2-Jul-07 8:18 
AnswerRe: Corrupt VB.NET Installation?? Pin
Dave Kreskowiak2-Jul-07 8:21
mveDave Kreskowiak2-Jul-07 8:21 
GeneralRe: Corrupt VB.NET Installation?? Pin
RickMagenta2-Jul-07 12:03
RickMagenta2-Jul-07 12:03 
GeneralRe: Corrupt VB.NET Installation?? Pin
Dave Kreskowiak2-Jul-07 12:45
mveDave Kreskowiak2-Jul-07 12:45 
GeneralRe: Corrupt VB.NET Installation?? Pin
RickMagenta3-Jul-07 7:52
RickMagenta3-Jul-07 7:52 
QuestionPassing a DataTable to a Sub Pin
HurricaneDan2-Jul-07 7:45
HurricaneDan2-Jul-07 7:45 
AnswerRe: Passing a DataTable to a Sub Pin
Dave Kreskowiak2-Jul-07 8:22
mveDave Kreskowiak2-Jul-07 8:22 

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.