all groups > dotnet general > january 2006 > threads for sunday january 22
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
Confused by GetHashCode() documentation
Posted by Stephan Keil at 1/22/2006 9:29:23 PM
Hi all,
I am somewhat confused by the Object.GetHashCode() documentation. What I am
looking for, is a hash code, which is bound to the _identity_ of an
object, not to it's _value_ (see other thread "Object identity").
In the documentation, the statement
"The hash function must return ... more >>
.NET 2.0: any problems?
Posted by Ma³y Piotruœ at 1/22/2006 9:05:11 PM
Hello,
(sorry for my English, it's not my native language...)
I am learning .NET 1.1. Some people suggested me installing .NET 2.0
instead. But a friend of mine told me that he uses .NET 2.0 and it has
conflicts with some Microsoft's software.
Could you tell me please: Is it true? (how to solv... more >>
.NET 2.0 user group talk. Pleasanton, CA. Feb 16
Posted by Jon Shemitz at 1/22/2006 9:01:12 PM
Theoretically, my long-delayed .NET 2.0 book
(<http://www.midnightbeach.com/dotnet>) will be DONE and handed off to
the copy editor by Jan 31. My shoulder's giving me trouble and I might
miss that date by a day or three, but it's finally nearly done.
In any event, as part of the "book tour", I... more >>
Declaration Expected
Posted by Steve King at 1/22/2006 8:48:01 PM
I've an error in code I got from a walkthrough that should work just fine. I
added a reference to DMO that shows up in the references properly. The Dim
line shows no errors but the initialized object shows an 'Declaration
Expected' error. What could be happening?
Dim oSQLServer As Ne... more >>
Object identity
Posted by Stephan Keil at 1/22/2006 7:23:04 PM
Hi all,
I am a novice with .NET and I am wondering if there is something like an
"identity value" of an object. I mean something like the object's address
in C++ or C, i.e. a fixed unique value per object, which can be used e.g.
to put objects in an associative container (a hash value is no... more >>
Enterprise Library Jan 2006 - custom exception formatter fails unless running debugger
Posted by David Herbst at 1/22/2006 6:34:28 PM
Enterprise Library Jan 2006 with Visual Studio 2005 on Windows 2000
Server sp4.
My custom exception formatter fails with a "Unable to handle exception:
'LoggingExceptionHandler'." exception. When I attached the debugger to
the process and stepped into the code it executed without error. In
... more >>
Source Safe Control
Posted by IMRAN SAMUEL SAROIA at 1/22/2006 4:28:38 PM
What is the Source Safe Control for Visual Studio.Net 2002/2003.
How to get it ?
Thanks
... more >>
Problem with objects and automatic numbering in VB.NET
Posted by johndevlon NO[at]SPAM hotmail.com at 1/22/2006 9:21:47 AM
Hi everyone,
I'm having a small problem using objects in VB.NET.
I've created a class "Shop" and one of its properties is a number which
I've named "intNumber" (Integer).
I've created several objects of the class Shop and everythink works
fine. What I'm trying to do is to modify my class ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
sound problem
Posted by DirectSound problem at 1/22/2006 5:56:02 AM
hiiiii, plz
any one know how to record wave file by directx using c#, plz help me by
good document or good samples(by complete path).
thanks all.... more >>
OK....forget the code...how about some pointers?
Posted by Jim at 1/22/2006 3:43:51 AM
I am trying to write an HTTP/HTTPS proxy server in VB.Net 2005.
But, I don't really even know how the internal workings of a proxy should
act. Does anyone have anything on the protocols used in handling requests by
proxies?
I have Googled my eyes out....and found nothing.
(BTW, props to... more >>
|