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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|