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 >>
|