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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
.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 >>
|