all groups > dotnet framework > june 2003
Trust an assembly (not using.net wizards?)
Posted by Christian W. at 6/30/2003 1:14:49 PM
Hello all,
first of all I'm just a simple system administrator and I have no idea how
Framework works - that's why I need your help. Our devoloper team is just in
the process of writing a couple of new programs for internal use. They're
using C# and their programs require the latest Framework ... more >>
Raise event from library worker thread.
Posted by franson NO[at]SPAM hotmail.com at 6/30/2003 10:47:33 AM
Hi!
I am writing a library in managed C++ for the .NET framework. I have
problems fireing events from a worker thread. The managed event must
be raised from the main thread, but I cannot find any way to pass
control from the worker thread to the main thread.
In the COM programming model the... more >>
Unloading assemblies
Posted by Dmitry Shaporenkov at 6/30/2003 2:56:44 AM
Hi all,
I'm developing a tool that explores contents of
assemblies via reflection. When the tool is requested to
get some information from an assembly, it loads the
assembly and reads the information. I would like unload
the assembly immediately after to prevent it from locking
and give t... more >>
Equals and "==" operator
Posted by #Hai at 6/28/2003 12:49:53 PM
Hi,
What is the difference between Object.Equals and "==" operator ?
When we use CollectionBase.List.Remove(object), which methods is used to
compare objects ?
Thanks
... more >>
Special Comment
Posted by #Hai at 6/28/2003 11:10:41 AM
Hi,
I noticed that there are some special piece of comments in the source-code
generated by Visual Studio.NET when we create a new C# projects.
These comments comes with tags like
/// <summary>
/// Clean up any resources being used.
/// </summary>
What is the purpose of tags <summary> ?
... more >>
Uploading files up to 150MB onto server
Posted by Rosie Chua at 6/26/2003 11:15:16 AM
Dear all,
I am running an online file management server that allows web clients to
upload files from a webform to the web server.
Using the code
"filename.PostedFile.SaveAs(fullPath);"
I have no problem uploading file with size up to 25MB, but the page starts
to create problem with any siz... more >>
Calendar Control
Posted by Jason at 6/24/2003 12:46:09 PM
I am developing in VB.NET and need a calendar control that will allow text
and/or pictures to be set to specific dates and show up on the correct Date
Cell. It also needs to be fully resizable.
Does anyone know of any available out there? I've been searching for a
couple months now and can't ... more >>
|