all groups > dotnet framework > february 2006 > threads for monday february 27
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
How critical is it to call Dispose()
Posted by chak at 2/27/2006 6:48:54 PM
How critical is it to call Dispose() of a class which implements
IDisposable(). Though it may be recommended as a good practise, which
situations make it very important ?
Regards,
Chak.
... more >>
Is the output of JIT cached ?
Posted by chak at 2/27/2006 6:46:20 PM
These may be a very basic question.
1) Is IL compiled to native code every time a application is invoked ?
2) If a process has multiple appdomains (i think each instance of an
application maps to an appdomain), if one application is closed will the
appdomain close ? If the same application i... more >>
where to post jobs
Posted by jeff NO[at]SPAM bennet-tec.com at 2/27/2006 4:16:52 PM
What is a good newsgroup for posting a software developer position (
USA - NY )
- .NET as well as Visual Studio 6 ?
While I'm here I may as well let anyone who wants to respond directly
know that the e-mail address would be Jobs @ Bennet-Tec.com
( US Citizens and green card holders only pleas... more >>
Framework\v1.0.3705\mscorwks.dll not a valid image
Posted by Beemer Biker at 2/27/2006 1:45:03 PM
I get that error message when installing critical service pack for dotnet
1.1
....actually... the update just fails with a general error. If I download
the service pack and run the install then I see that message.
Anyway, I poked around \Windows\Microsoft.NET\Framework\v1.0.3705 and
som... more >>
window service does not start
Posted by PhatTim at 2/27/2006 12:59:58 PM
Hi everyone, I have one service that is dependent on rasman.exe (Remote
Access Connection Manager). Rasman, in turn, is dependent on the
Microsoft Telephony service. Rasman is currently configured as "manual"
and when the computer reboots is set to "starting" because the
telephony service is fir... more >>
How do I bind an enum to a combo box
Posted by phillip_putzback NO[at]SPAM insightbb.com at 2/27/2006 10:07:30 AM
And get both the value and name of the enum.
So when the user drops down a selects red from the combo box I can see
the selectedvalue as 1.
I am tinkering with fieldinfo.name and fieldinfo.metadatatoken to get
these values right now.
Thanks.
... more >>
events and thread
Posted by YuriL at 2/27/2006 9:05:29 AM
Hi,
Does anyone know if raising an event spawns threads for each method that
handles the event, or does it just call each of the methods in order?
If it calls the handlers in order, and waits for each to return, can someone
suggest a good paradigm to just spawn a bunch of threads, one for each... more >>
drag and drop between treeviews on different forms
Posted by Philip at 2/27/2006 8:42:47 AM
Hi,
I have two child forms in my MDI application.
They both have treeviews with different data but in teh same format (fund,
tran type)
I want to be able to drag a node from one to the other but it seems it only
works between one or more tree views on the same form, not different forms ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Application has generated an exception that could not be handled
Posted by mms_84 NO[at]SPAM hotmail.com at 2/27/2006 4:25:06 AM
I have an application developed by .net framework 1.0 , the application
works fine on my development machine , but on the non-development
machine (the customer machine) the application sometime crashes
giving this error message , note that i handeled the unhandled
exceptions in my application an... more >>
Gabriela Calinoiu Dutu
Posted by gadesigner NO[at]SPAM as.ro at 2/27/2006 3:54:45 AM
Prelucrare grafica imagini
In cazul in care pozele, imaginile sau materialele de prezentare pe
care le aveti necesita servicii de prelucrare grafica digitala,
procesare (editare, raster, modificari layout) va stau la dispozitie
cu servicii profesionale.
Utilizand programe de grafica si ... more >>
Unit Testing and Test Cases
Posted by Water Cooler v2 at 2/27/2006 3:53:05 AM
Here's my understanding as of now.
If I were writing a function
bool IsValidContact(Offerer objOfferer, Accepter objAccepter,
TermsAndConditions objTermsAndConditions);
Before writing the function, I'd enlist all the conditions that must be
met for a contract to be valid. Something alon... more >>
need info on webservices
Posted by AVL at 2/27/2006 3:46:26 AM
Hi,
I want to consume web services..
Are there any webservices which offer updates on weather and stock news
without any licenses...I mean free of cost............. more >>
autoscrolling in .net
Posted by AVL at 2/27/2006 3:39:26 AM
Hi,
I've a requirement in which I need to implement autoscrolling....
Is there any control in .net which supports this functionality/............
My display list(data) should be scrolling .............. more >>
Need help on regex.replace
Posted by AVL at 2/27/2006 3:37:27 AM
I'm a newbie to regular expressions. I've a requirement where in I need to
search a string and replace a pattern within it....
I want to replace the src attribute of the below string....
" <img src=\"c:\\windows\\windows\\desktop\\imagfes.jpg\">gfhsdfjsd<img
src="\c:\\windows\\win23\\images/jp... more >>
Datetime
Posted by Alan at 2/27/2006 2:30:05 AM
Hello,
I have a string with the following structure:
20060227111500 (Year Month day hour minute second)
And I would like to convert it to a datetime variable, but I don't find a
method to do it.
Thanks... more >>
Bug in TableLayoutPanel
Posted by Timothy V at 2/27/2006 12:00:00 AM
Hi all,
I don't usually post possible bugs because I would assume that there are
none. However, some of the properties are not acting acting as they should.
Here is what I have found. When using the AutoSize property set to "true",
and the GrowStyle property set to "AddColumns" or "AddRows" ... more >>
DateTimePicker + DataBinding + Null-Value: THE solution?
Posted by Pieter at 2/27/2006 12:00:00 AM
Hi,
I'm looking for a DateTimePicker that supports 100% databinding (and support
null-values)...
It's a shame that the normal control doesn't, but when searching on the
internet, I didn't find any solution that works without problems.
Does anybody know where I can find an inherited DateTi... more >>
|