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 > january 2004 > threads for wednesday january 28

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

use of volatile keyword
Posted by Assaf at 1/28/2004 10:21:20 PM
hi all i know that i should not cross-post, but i am not sure to which group to post this question. 2 quesions about volatile: 1. i use volatile when 2 threads access the same variable is this the proper use of volatile? 2. when declaring a variable of type long, i get a compilat...more >>


Using Variables in XML Xpath Expressions
Posted by ms236 NO[at]SPAM evansville-dot-edu.no-spam.invalid at 1/28/2004 8:59:44 PM
I have a textBox that contains a string values. I need to take this string and use it as criteria for an XPath Expression. Here's what I have. Why isn't it working??? string s = textBox1.Text; XPathExpression expr; expr = myXPathNavigator.Compile("/NewDataSet/note[@to=$s]");...more >>

How do I get at windows service exceptions?
Posted by Adam J. Schaff at 1/28/2004 4:40:26 PM
For apps I have written in the past, I have always been able to define a global event handler. Something along the lines of this: AddHandler AppDomain.CurrentDomain.UnhandledException, AddressOf MyErrHandlerProc However, I now have a windows service application and when errors occur in it, ...more >>

structure of the generated code
Posted by curious at 1/28/2004 4:06:10 PM
Is the code that is generated from .net framework well structured and easy to follow....more >>

.Net Framework Initialization error
Posted by Walsh21st at 1/28/2004 3:56:09 PM
To run this application you must install .Net Framework v1.1.432 I wrote an application in VS 2003 (also have Framework v1.1) and I'm trying to test it on servers using Framework 1.0 or 2.0 (beta Why am I getting this error? Is there a switch that I can include in my C# application to force it ...more >>

Sorting out duplicate phone numbers in a column
Posted by Smack at 1/28/2004 1:16:10 PM
I have a database of approximately 10,000 of various companies and phone numbers, some are repeat numbers throughout. Is there a formula or function that will allow me to sort or review a column and remove duplicate phone numbers? Thanks you....more >>

Fax and email in dot net question
Posted by Mike Grace at 1/28/2004 12:17:48 PM
Hi, I am using some of the component one tools to create a printout. I need to be able to fax and email it. I have already installed Microsoft Fax (Windows XP) and I can select it as a printer and fax it. The trouble is that it always asks me the fax number. Can I embed the fax number ...more >>

cannot implicitly convert type System.EventHandler .NET
Posted by Terminal882003 NO[at]SPAM yahoo.com at 1/28/2004 10:00:24 AM
Hi, Here I have a question about MSCommLib. I need to dynamically add activeX controls that requires run-time license for MSCommLib. The following is the actual code: AxMSCommLib.AxMSComm mscomm = new AxMSCommLib.AxMSComm(); string strLicense = "gfjmrfkfifkmkfffrlmmgmhmnlulkmfmqkqj"...more >>



Using a POP3 Server
Posted by Clive at 1/28/2004 9:41:07 AM
Hi I want to access mails through a POP3 Server I have some simple code taht connects, listens etc. Does anyone know if I can... - Create inboxe - Create folders in inboxe - Move e-mail from one folder to the othe - Read e-mail and manipulate attachment...more >>

What is Sesstion & Application Object ?
Posted by ElanKathir at 1/28/2004 9:23:09 AM
Hi I am a new guy for Dot net, I am doing one Project in ASP.Net. In that, I want to get the User name and Password from the User's and check the user is valid user or not, Like this... Here, I plan to use Sesstion Object, So I want to known about theSesstion and Application Object.. Ple...more >>

Deployment
Posted by Newbie at 1/28/2004 9:01:08 AM
I recently completed my first application in VBDot.net. Everything went fine until I attempted to deploy the project. I created an installation disc and everything the trial worked fine on the computer the application was created on which of course has the VB dotnet program. (Windows XP). When I ...more >>

How can I get the source path of referenced assembly?
Posted by Leo Pedeglorio at 1/28/2004 8:41:58 AM
Hi Everyone! How can I get the source path of referenced assembly? Source path - it is where the reference assembly or dll will be searched when the solution is being rebuild. You can see it when you right click a referenced assembly under a project and select properties from the context m...more >>

Please help - urgent - unable to create Web Application in VS 2003
Posted by intrader NO[at]SPAM attglobal.net at 1/28/2004 7:44:57 AM
[This followup was posted to microsoft.public.dotnet.framework and a copy was sent to the cited author.] I have posted this in two other different forms before and have gotten no help. My VS is able to open existing Web projects but VS gets HTTP/1.0 500 Internal Server Error when I attempt to...more >>

Sql Field Seperation...
Posted by sdavenport NO[at]SPAM sigcom.net at 1/28/2004 6:17:47 AM
I am making significant changes to an in house application for our company. The problem I have is when a group of checkboxes was submitted in the old application each of the values was seperated by a comma and the entire thing submitted to a single field in the DB. In the new application I am ...more >>

Information about Compiling C#
Posted by JR at 1/28/2004 4:46:06 AM
I have downloaded the .Net Frameworks and have installed it. When I do a listing, I can even see the file csc.exe. Now the trouble is when I compile from the command line, I get error messages. I would like to work in Visual C++ and compile C# from there if it is possible or just save the file and ...more >>

Can I make an application with CD/DVD burning (without XP burning)? Thank you
Posted by Scarecorw at 1/28/2004 1:36:04 AM
Can I make a application with CD burning (without XP burning)? Thank you Recently, I need to make an application with CD/DVD burning for client backup data. Which should I call or read? Could anyone give me some reference...Thank you...more >>

For Each compared to Enumerator
Posted by Daniel Walzenbach at 1/28/2004 12:40:49 AM
Hello, could somebody please explain me which code sample is superior above the = other and why. Or are they practically the same? ' For Each Dim myArrayList As New System.Collections.ArrayList Dim myint As System.Int32 For Each myint In myArrayList ' do something Next ' Enumera...more >>

Writing or updating File's Summary Information in NTFS
Posted by Gunasekaran at 1/28/2004 12:33:14 AM
Hi all, Hope this group might give me a result for my queries. Here it goes. I have a countable number of text files (Compound files) in a NTFS partition. I need to add a comment line into the File's Summary Information's Comment section Programatically. What are the API's I need to use...more >>


DevelopmentNow Blog