Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


all groups > dotnet general > may 2005 > threads for saturday may 14

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Best way to end and application in VB.NET
Posted by mcsdguru at 5/14/2005 10:47:01 PM
When a user clicks File exit in a VB.NET application......... What would be the best way to end the application after the normal cleanup stuff specific to the application? ...more >>

Global Exception Handler
Posted by Nick at 5/14/2005 5:12:02 PM
I am working on a VB.NET application and instead of throwing Try Catch blocks all over the place, I have a custom applcation context which has a exception handler.. Public Class ContextManager Inherits ApplicationContext Public Sub New Dim handler As ThreadExceptionHandler = New...more >>

Improved FileBrowserDialog or OpenFileDialog?
Posted by Michael A. Covington at 5/14/2005 9:30:31 AM
Has anyone created either... (1) a version of OpenFileDialog that can select folders, not just files; or (2) a version of FileBrowserDialog that is a little more user-friendly (more like OpenFileDialog)? Thanks! ...more >>

[newbie] Monitor
Posted by Peter Schmitz at 5/14/2005 4:11:02 AM
Hi, I've read that I can only pass references to monitor objects - but how can I do that? I just wanted a .net equivalent to the C++ CCriticalSection class. How can I declare a dummy reference to any object (I don't intend to use at all) to create a section of my code that is only executed ...more >>

garbage collection
Posted by Ömer KUL at 5/14/2005 1:45:16 AM
hi, i have a garbage collection problem. i have an application writen by vb.net, i am opening a form and in this form there is a big query. when i open the form, it takes 80 mb memory because of the data table. when i closed the form it is already taking 80 mb memory. where is garbage collec...more >>

use of IADS...
Posted by jurgen oerlemans at 5/14/2005 12:00:00 AM
Hello, I want to manage printqueues and their jobs and think I can use IADSPrintQueue and IADS PrintJobs for this. If I use dim pq as IADSPrintQueue I get the eror message Type 'IADSPrintQueue is not defined' I am sure this can be solved easily, but being new to vb dotnet I don't know what ...more >>

How? Object is a form and inherits as well
Posted by RubiconXing at 5/14/2005 12:00:00 AM
Hi All I am just learning C# and .NET please be patient with me :-) I would be very interested in how you approach the problem below: I have a form (collects username and password information) and these are presented as public properties. I also like this form to be another object from a li...more >>



DevelopmentNow Blog