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
May 2008
June 2008


all groups > dotnet framework > september 2004 > threads for sunday september 5

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

Monitor.Wait/Monitor.Pulse
Posted by ozbear NO[at]SPAM bigpond.com at 9/5/2004 10:54:10 PM
I just want to be clear on this.... If a threadA performs a Monitor.Pulse(lockobject), but threadB has not yet entered Monitor.Wait(lockobject), when threadB finally gets around to doing its Monitor.Wait(lockobject) it is possible that it will wait forever if not pulsed again, yes? The desc...more >>

Memory Manage in pInvoke
Posted by rajamanickam at 9/5/2004 10:27:01 PM
hi.. Thanks for reading my msg... I am using pInvoke services in my application to call functions from an external DLL. Here I like to know about memory management in pInvoke, b'se i m calling no of functions from the same DLL. I know like.. the IUnknown.release() will release the dll o...more >>

Can a MdiParent recieve ActiveMdiChild events?
Posted by rcl58 NO[at]SPAM iglou.com at 9/5/2004 3:09:39 PM
I want my MdiParent to react to a public MdiChild event. Is there a way to accomplish this? Thanks Bob...more >>

Hey! what wrong with the damn .net framework 1.1 sp1 for w2k3?!
Posted by Parco at 9/5/2004 12:15:02 PM
my iis 6 was alright but after installed .net 1.1 sp1 from windows update, it down!!!! after rebooted, always "Server is too busy" !!!!!!! untill now!!!!! What wrong with this nuts thing?!! d*mn!!!!! (The full comment of the error: http://www.asp.net/Forums/ShowPost.aspx?tabindex=1...more >>

Hor to Receive EMail?
Posted by Toto at 9/5/2004 9:33:03 AM
Can I use dotNet framework class library to receive POP3 EMail? I hope there is a namespace like System.Web.Mail that can help me to do the job more easily. But I can't find that? Is there any one can help me? Thanks!...more >>

Directory.Exists(path) creates a directory
Posted by Strig at 9/5/2004 8:31:02 AM
I"m using this method to determine if a folder\directory exists: Directory.Exists(path) and as I call it, it creates (by itself - even though the folder doesn't exists) a new folder according to tha path I passed it and returns 'true'! How could that be? ...more >>

JulianCalendar formatting + parsing difficulties
Posted by Roy Ivy III at 9/5/2004 7:53:03 AM
I'm implementing a program dealing with astronomic phenomena and need to use Julian Calendar dates (for dates before the Gregorian Calendar changeover). I can use the JulianCalendar class to convert dates to and from the Julian Calendar, but I'm unable to use any of the built-in DateTime forma...more >>

Calling a .NET assembly through PURE UNMANAGED code
Posted by Nadav at 9/5/2004 12:53:04 AM
Hi, I am tiring to load an assembly from memory ( e.g. System.Reflection.Assembly.Load( byte[] ), this works fine through managed and mixed code. NOW, I am tiring to achieve the same thing through PURE UNMANAGED code, I can't use com or com interop, does some one have an idea how to achie...more >>




DevelopmentNow Blog