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 sdk > august 2003 > threads for august 8 - 14, 2003

Filter by week: 1 2 3 4 5

Newbie: adding attachements in email
Posted by John Spiegel at 8/14/2003 12:12:10 PM
Hey All, I'm trying to follow some emailing examples from an ASPX page. I'm pretty much there except can't seem to attach a file. When it reaches the line: MyMesssage.Attachments.Add(MyAttachment); the page gives a compilation error: The type or namespace name 'MyMesssage' could not be...more >>

real time network capture
Posted by matthias at 8/14/2003 11:12:11 AM
hello everybody, i want do capture traffic in promiscous mode from ethernet adapter. i have visual studio and the framework sdk installed. i have read at the msdn library about the network monitor architecture. but i did not find any concrete examples or howtos about programming. i expected i ...more >>

Compiling files using csc.exe
Posted by Cin at 8/13/2003 5:59:36 PM
Hi, I have two files: ClassA.cs and Main.cs I need to use ClassA in the Main.cs file inside another class (and so there seems to be a dependency). How do I do that? Do I need to provide a namespace and then "using" it? How do I then compile these two files at the same time from the ...more >>

any problem with .resx files ?
Posted by Lloyd Dupont at 8/12/2003 10:35:23 PM
I have an internationalized ASP.NET application (currently supporting English and French) and some internationalized resource. sometimes my program can't find my strings ! sometimes it doesn't find the culture neutral one, some times the French one. worst, when I restart VS.NET, the failing...more >>

Newbie: Button does not show (C#)
Posted by John Spiegel at 8/12/2003 7:21:46 AM
Hi all, I've got the code shown at the end. When I compile and run the form from the CLI, a blank form shows (no button is visible). What's my newbie mistake??? TIA, John using System; using System.Drawing; using System.ComponentModel; using System.Windows.Forms; public class C...more >>

.Net Framework 1.1 With Visual Studio .NET 2000
Posted by Lim siew Cheng at 8/11/2003 11:51:09 PM
Hi, I've installed the redistributable and the SDK, however .NET studio 2000 is still refering to the v1.0.3.0 (??) ? Anyone has ideas on how to make the application switch to v1.1? (IIS is working wit v1.1 though ) Regards LSc ...more >>

serial communications
Posted by M at 8/11/2003 3:00:55 PM
does c# or the .NET framework provide any serial communications support? where can i find some info on how to handle serial ports in c#? thanks m ...more >>

.NET Framework Path
Posted by Aaron Chan at 8/9/2003 8:02:35 PM
Hello all, Just a quick question... Is it true that the path of the .NET framework SDK files is always under: {windir}\Microsoft.NET\Framework\{version} ? I.e. is there anyway the user could change this path? I'm asking this because I am currently creating an IDE for .NET p...more >>



.NET 'Old' Resource access ?????
Posted by Nadav at 8/8/2003 11:15:06 AM
Hi, I wonder... How one should use C# to access resource data stored in an EXE (8086*) binary ??? ( VC6 .rc resource data )? Can the ResourceManager be used to extract this type of data? Any directions/samples/pointers will be appriciated. Thanks in advance, Nadav, Sofin l.t....more >>


DevelopmentNow Blog