all groups > dotnet framework > april 2004 > threads for saturday april 3
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
.NET Framework 2.0 in Visual Studio 2003 ??
Posted by Mike at 4/3/2004 10:36:02 PM
I have Visual Studio .NET 2003 that currently supports framework version 1.1, 1.0 or both.
When .NET Framework 2.0 is released with Visual Studio 2005, will I be able to use framework 2.0 with Visual Studio .NET 2003 by somehow selecting the framework 2.0 run time ?? Or I will have to shell my mon... more >>
System.Net.Socket -> waitBlockInternal
Posted by Josh Patterson at 4/3/2004 8:16:15 PM
Ive been working on this async multithreaded server that sends data back and
for between 2 nodes/boxes; Every so often, the async listener thread blocks
and will not take any incoming connections (I can verify this as my protocol
is http/html/soap based so i can point a webbrowser at it and check... more >>
Bugs
Posted by Ayende Rahien at 4/3/2004 6:37:42 PM
Recently I've encountered two highly annoying bugs in the framework,
anyone who knows how to solve them would be most appriciated.
1) I'm trying to do Process.Start(url); and get a Win32Exception, after
quite a bit of testing I found out that the reason for this is that I
didn't have STAThread... more >>
Obtaining the password of an active directory user
Posted by Mario Rodriguez at 4/3/2004 12:31:58 PM
Hi people, Does anyone have some idea how to get the password of an active
directory user?
I tried using the DirectorySearcher object to find the user and the
DirectoryEntry.Password property to get the value, but always returns "null"
and I'm totally sure that the password is not null
than... more >>
Add Bar to IE
Posted by Gonvil at 4/3/2004 8:31:03 AM
How to add bar (like google search bar) to IE using C#
Thanks... more >>
C# API
Posted by Stefano at 4/3/2004 4:51:03 AM
Hi people,
it's possible to download API documentation of C# from the MS web-site, as well as the java api docs from sun website?
Thanx to all, bye
Stefano.... more >>
HResult property
Posted by polynomial5d at 4/3/2004 3:01:04 AM
The exception class has a protected property HResult. If I want to catch a particular exception, I need to know it's HResult and I need to access the HResult.
Every attempt I've made to access it has failed. When I hover my mouse over the code the message is something like "Hresult is not acces... more >>
File properties dialog
Posted by Oren at 4/3/2004 1:11:03 AM
Hi, all
How can I display File properties dialog (r-click a file in Explorer, the
click "Properties"menuitem) - C# Windows Applicatio
Thanks a lot!... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
client/ server - knowing when to renew dataset
Posted by Lars at 4/3/2004 12:11:04 AM
Is it possible to send a request from a web service to a client telling the client it needs to update/reload the dataset from the web service, because data has been updated on the server side by another client
Where is the best source to look to learn more about how to accomplish this?... more >>
|