all groups > dotnet general > november 2005 > threads for wednesday november 30
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
are objects assosiated with the thread they are created on?
Posted by MariusI at 11/30/2005 11:56:03 PM
Are objects implicitly stored in the TLS of the currently running thread?
When creating multithreaded applications i get errors when accessing data
from a different thread than the thread used to create the objects (which is
easely fixed by calling Invoke()). Also, is there a way to acces the ... more >>
c# prg will run in any m/c
Posted by murali NO[at]SPAM Pune at 11/30/2005 11:22:11 PM
hi, my c# program will run in any m/c without .net framework.
????
Murali
... more >>
User Control
Posted by Gary at 11/30/2005 11:16:02 PM
I have a label in a user control and I want to be able to modify the text
from the code behind the page using the user control. How can I do this? I've
tried buy using the following code but I receive a message saying the
property is "inaccessable due to it's protection level
a.b.text = "xx... more >>
Restricting access of class variable to another single class?
Posted by Danny Tuppeny at 11/30/2005 9:43:02 PM
Hi all,
The next few paragraphs put my question in context, but feel free to
skip down to the end if you don't care *why* I need the answer! :)
****************************************
*** Start of long-winded description ***
****************************************
I've got some classe... more >>
Treeview + Controle
Posted by t at 11/30/2005 4:29:47 PM
Bonjour,
Je voudrais inclure des controles (ex : textbox , checkbox) dans un noeud du
treeview .
Comment puis je faire en c# ?
Merci d'avance
tof
... more >>
C# control in MFC Window/Frame
Posted by Bill at 11/30/2005 4:21:01 PM
I have an existing MFC based application that I prefer not to change much.
For some new functionalities in this application, I'd like to write in C#.
Potentially there are substantial two-way data exchanges between the existing
MFC components and the new C# ones. In addition, I'd like the C# F... more >>
NET2.0, VS2005 beta, ListView Drag&Drop
Posted by Bjoern Dietz at 11/30/2005 4:17:26 PM
Hi All,
perhaps it is way to early in the morning to do proper coding, but
somehow I don't get it.
I try to drop a file into a Listview (.view=details), but somehow my
tool doesn't let me drop it there, even with option ListView.AllowDrop
set to True.
I'm doing this the first time in .NE... more >>
Global.asax
Posted by Gomathi at 11/30/2005 3:24:33 PM
hi all,
I want to send mail during my application crashes.
I wrote my method in application_end event in global.asax.
Its working fine when i'm running through visualstudio.net.
When i tried by stopping my IIS server, it doesnt work.
Where i have to write my method to get fire when my applica... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Regions and GDI+
Posted by Mirano at 11/30/2005 2:43:03 PM
Hi everybody.
What is a general way to code the application that has some regions and
needs to do the hit testing. Say, for example, I have a bitmap that shows the
United States, now I want to be able to display a message showing the name of
the selected State. Or, I increase or decrease th... more >>
Application blocks and .NET 2.0
Posted by MattBell at 11/30/2005 2:16:02 PM
I heard recently that the microsoft application blocks possibly aren't
compatible with .NET 2.0 can anyone either verify or rebuke this claim for
me? I'd appreciate it
Thanks,
Matt Bell
... more >>
Create a Mailto: link from a SQL Database with asp.net 2.0
Posted by Paolo at 11/30/2005 1:50:09 PM
While it is not a problem to create a mailto link in HTML,
<a href=
"mailto: <%# Databinder.Eval(Container.DataItem,"StoreEmail") %>"
><%#DataBinder.Eval(Container.DataItem, "StoreEmail")%></a>
I would like to do so using an ASP.Net 2. 0 hyperlink, or some other control
(in Visual Web ... more >>
Serious Threading.Monitor issues in .NET 2.0
Posted by Michael Kennedy at 11/30/2005 1:32:06 PM
Hi,
I have been looking into the claim that the keyword lock is not safe
when exceptions are possible. That lead me to try the following code,
which I think has uncovered a serious error in the .NET 2.0 framework.
Note that this runs better, but not perfectly, on .NET 1.1.
Note: The numbers... more >>
textarea web form
Posted by Leon Chuck Gosslin at 11/30/2005 12:24:32 PM
Is there an asp web form object for a text area?
Thanks,
Leon
---
Posted using Wimdows.net Newsgroups - http://www.wimdows.net/newsgroups/... more >>
Byte() to String and String to Byte(). How?
Posted by ThunderMusic at 11/30/2005 12:00:30 PM
Hi,
I have to go from Byte() to String, do some processing then reconvert the
String to byte() but using ascii format, not unicode.
I currently use a stream to write the char() (BinaryWriter.Write) from the
string (String.ToCharArray), then use Stream.ToArray to convert everything
to byte(... more >>
how to create a soap proxy
Posted by Craig at 11/30/2005 10:40:48 AM
Hello,
I need to create a soap proxy from this schema..
http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-6-MM7-1-2
I can't create the proxy with the schema only.
So, I need just to create the classes like classes generated using xsd.exe,
but I want to generate classes wit... more >>
Top Developer Conferences 2006
Posted by JoSkillz at 11/30/2005 10:02:45 AM
I am trying to get my training budget organized for 2006 and I was
wondering if anyone could provide feed back on what they feel are the
top developer conferences for 2006?
... more >>
is NOT CLS-Compliant warning in VS2005?
Posted by Rob R. Ainscough at 11/30/2005 9:14:51 AM
When I use the DataSet wizard to create an .xsd I get a "...is not
CLS-compliant" warning -- now this is code generated by VS 2005 (aka
Microsoft) -- why would it generate none compliant code??
Do I care about CLS compliant code?
Rob.
... more >>
Does SmtpFailedRecipientsException ever occur?
Posted by GoogleNewsReaderMan at 11/30/2005 9:11:22 AM
I can't seem to ever get this exception when sending to a bogus
address.
Can anyone else?
Does the SMTP server need to implement a particular protocol version
for this to work?
I thought mail was sent to an SMTP server and it could be queued there
for a while, and so information like this woul... more >>
GC, Finalization, and thread-specific APIs
Posted by Brian Gideon at 11/30/2005 8:07:44 AM
How have you handled the finalization of thread-specific unmanaged
resources?
My question pertains specifically to using the DDEML which is a
thread-specific API. In other words, every call to the API using the
same handle must be made on the same thread as the one that obtained
the handle. ... more >>
General design with mulitple forms
Posted by code3_brent at 11/30/2005 7:02:16 AM
Moving from VB6 to VB.NET or C# and had a general design question...
I currently have a VB6 app that functions like a wizard. Form1 is displayed
with configuration settings. The user enters the data and presses the Next
button to navigate to Form2. On Form2, the user can move to Form3 and als... more >>
Date calculations.
Posted by Miguel Arenas at 11/30/2005 6:31:09 AM
In VB6.0 I Did This operation with dates.
Dim d as String
D=Date
D=D-1
or
D=D+1
In Vb.2003
Dim d As String
d = Microsoft.VisualBasic.Today.Date-1
and I received a error.
Who this work in Vb.2003?
Thanks.
... more >>
Inteface (and life) sucks
Posted by Marius Horak at 11/30/2005 3:12:21 AM
I've never used Interface and never will.
But now I have to make major modifications to a large system where
almost all classes are based on some kind of Interface. Hundreds of
classes.
When I want do add a new property or method I have to modify the
interface and next I have to modify dozens o... more >>
|