all groups > dotnet general > july 2003 > threads for saturday july 19
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
Pushing the .Net Runtime
Posted by John Wood at 7/19/2003 6:11:14 PM
Maybe it's just my imagination, but I don't really see Microsoft pushing the
..Net runtime out there... you'd think they'd be including it in every
download and new product they ship. How are people going to have Internet
downloadables written using .Net if the user has to also find, download an... more >>
TripleDES encryption problem
Posted by c duden at 7/19/2003 4:20:14 PM
I am attempting to encrypt some text and be able to decrypt it at a later
time. I have two methods to do this:
public static Byte[] EncryptText(string textToEncrypt, string
encryptionHash)
{
Byte[] bytearrayinput =
StringAndByteManipulation.ConvertStringToByteArray(textToEncrypt);
... more >>
Downloading Email from Exchange server and processing attachments?
Posted by unemotionalhumanoid at 7/19/2003 2:47:44 PM
I am going to write an application in c# that downloads email from an
Exchange server and processes the attachments to the email. What is the best
way of downloading the email and getting access to the attachments. I
understand that you can use MAPI in dotnet but need to load unmanaged code,
is ... more >>
Downloading Zip File from FTP Site
Posted by Hugh McLaughlin at 7/19/2003 1:29:45 PM
Hello everyone and thanks for your help in advance. I am
working on an application that allows a user to downlad a
zip file from an FTP site. I have used the following
code:
Dim URL As String = "f= "ftp://ftpsite/data.zip"
Dim outputFile As String = "C:\Data.zip"
... more >>
Urgent Help
Posted by Anantha Narayanan Vijayaraghavan at 7/19/2003 11:44:06 AM
Hi Guys,
The .Net application is installed in each stand alone machine. Now we
have completed the project. Now we need to uplod the files to our server.
The configuration of our server is
1) Windows 2000 Professional
2) Windows Service pack 3.0 is installed
3) .Net Framework is also i... more >>
LOST PRODUCT KEY!!!!
Posted by Derek Pecka at 7/19/2003 10:34:34 AM
I purchased Microsoft Visual Basic.NET a couple of months
ago. I recently, however, threw away the original case
which contained the CD's because I put them in a case
which stores all of my cd's in a central location. My hard
drive failed, which is now requiring me to reinstall the
softwar... more >>
closing and re-open forms problems
Posted by Kjartan_Malthe-Sørenssen at 7/19/2003 7:51:49 AM
Hi
I'm developing in VB.NET and was wondering how to open a
form that has been closed by a user by pressing the close
button (X) on the form. I currently use a Back and Next
button to navigate through a simple wizard that i
created, but pressing the forms close button will
generate an e... more >>
C# developed by?
Posted by Vaishali at 7/19/2003 7:29:35 AM
C# developed by?... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How is OOPs implemented in .NET?
Posted by Vaishali at 7/19/2003 7:28:19 AM
How is Object Oriented Programming implemented in .NET?... more >>
C#
Posted by Vaishali at 7/19/2003 7:24:28 AM
In C# project, what is the name of supplementary file for
general information... more >>
Character used to indicate string literal
Posted by Vaishali at 7/19/2003 7:22:03 AM
Character used to indicate string literal... more >>
C# command for generating XML doc file
Posted by Vaishali at 7/19/2003 7:20:40 AM
C# command for generating XML doc file... more >>
C# Edit & Continue
Posted by Andrew Brampton at 7/19/2003 3:16:30 AM
Hi,
I read a few months back that Edit & Continue was going to be added to
VS2003 for C# and the other .Net languages... However I'm sitting in front
of my newly installed Visual Studio 2003 and Edit & Continue seems to not
work still :(
Can someone confirm if Edit & Continue doesn't work... ... more >>
|