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
all groups > dotnet general > july 2003 > threads for friday july 11

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

Is this right?
Posted by R_O_O_K at 7/11/2003 11:18:41 PM
Hi! If the static Main method belongs to some class should it have access to the class' private members? IMHO it shouldn't be so. Does anyone know what the C# spec says? Here is a code example that compiles fine on VC# 2002. class Class1 { [STAThread] static void Main(string[] ar...more >>


Software Update Requires GAC Updates On Client PCs; How?
Posted by mstjean at 7/11/2003 6:28:20 PM
Beginning to look at the mechanics of deployment at our site for our new project, our first in .NET. Management insists all apps will run from the network, not from desktops and we've managed to figure that out; Application exe files will each reside in their own network folders under N:\NETAPPS...more >>

CDO.message
Posted by July at 7/11/2003 5:33:57 PM
Hi, I created a testing application in C# on my local computer where Visual Studio.net 2002 is installed. And I created the saem application remote on my server. This application is a simple test on sending an email out. The local application works fine and successfully send out the ema...more >>

Multi-threaded NT/W2K Service Question
Posted by Randy Geyer at 7/11/2003 4:57:03 PM
I have an NT/W2K service that spawns 3 worker threads that each do different things. For example, one monitors an email mailbox for incoming items and puts them in a queue for processing by a 2nd thread. The 3rd thread polls a database for updates and performs different processing. The actual ...more >>

Why does call to Process.GetCurrentProcess() access the floppy drive?
Posted by Ken Varn at 7/11/2003 4:51:47 PM
Everytime I call Process.GetCurrentProcess() the system goes out to the floppy drive. Why does this happen. I decided to use FileMon to get a log of what is happening when this occurs. Here is the log: 1 4:31:10 PM BlockedConfigAp:1340 IRP_MJ_CREATE A: DASD SUCCESS Attributes: Any Options: ...more >>

Multi-threaded NT/Win2K Service Question
Posted by Randy Geyer at 7/11/2003 3:56:42 PM
Which group should I post this too? Thanks! ...more >>

VB Properties - private data member optional?
Posted by YellowDog NO[at]SPAM volcanomail.com at 7/11/2003 2:54:20 PM
I want to use a property without a private data member. This is supposed to be legal, except that I get an Stack Overflow Exception when I implicity use the set method. Here's the code: Option Explicit Option Strict On Imports System Public Class PropertyT ' Private LocalAge as Int...more >>

Control colors
Posted by Kelvin McKisic at 7/11/2003 2:46:54 PM
Does anyone know an algorithm to create the correct border colors and field color for a control based on its background color? For example, a checkbox has a background color, the checkboxes border color, and the checkbox inner color; all based on the background color. Thanks...more >>



Rename files in VB.NET?
Posted by Vidar Martinsen at 7/11/2003 11:45:08 AM
Hi I try to rename files, but I can't I try to use the File Object, but there are no Rename function in the object. There is a Copy and Delete function, so: Do I have to copy the file to a new file and the delete the old file? ...or are there another (better)solutin? Regards Vidar Mart...more >>

Directx 9.0a Instalation in VS studio .NET 2003
Posted by Joao Santa Barbara at 7/11/2003 11:23:28 AM
Hi all i have downloaded the directx 9.0a sdk from microsoft, after i have instaled if doesn´t update the VS.NET wizards ??? why ??? anyone can assist me ??? please jsb ths PS i´m using windows xp sp1 ...more >>

.Net (C#) Dynamic class loading question
Posted by db404 at 7/11/2003 11:18:56 AM
I am working on a web framework, in C# wich will then be used as part of a web app. The web app will reference the Framework at design time, which in turn will (or is supposed to) dynamically create classes defined in the webapp assembly based on a config file. Here's the problem: while...more >>

Errors while building the MSI file for .NET application.
Posted by at 7/11/2003 10:41:16 AM

Help: Asp.net applications so many people can use it.
Posted by mrwoopey NO[at]SPAM yahoo.com at 7/11/2003 7:42:01 AM
Hi, I added a new .net login (http://support.microsoft.com/default.aspx?scid=KB;EN-US;326340) and a ..net Web Report Viewer (Crystal) to our site. If we are going to potentially have many people logging in and viewing reports via the web (.net), what do I need to add to my .net app to handle ...more >>

Managed C++
Posted by Peter at 7/11/2003 6:18:41 AM
Hi, I'm considering to make my own little 3D game using C++ / DirectX. Problem is that I need to create some tools for that, and I need an editor with lots of buttons and controls. I bought a book a while ago about MFC programming for VC++6 but I found the material hard to master compa...more >>

icons
Posted by tom at 7/11/2003 3:54:48 AM
hi there, i'm looking for some xp-style toolbar icons. i found some but not all i wanted. it seems quite hard to find just normal explorer toolbar icons... especially 'firs', 'last', 'next' and 'previous' seem to be very rare... anyone knows of a place to get these? thanx a lot Tom ...more >>


DevelopmentNow Blog