all groups > dotnet general > may 2004 > threads for monday may 17
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
Tree Class
Posted by Sarfraz Hooda at 5/17/2004 11:31:27 PM
Hi,
I am wondering if there is already a Tree class available in the framework
which i can use in my application?
If not then is there a site on the net where i can get the sample
implementation?
Regards,
Sarfraz
... more >>
What year was the .NET programming environment released?
Posted by Brian at 5/17/2004 8:36:04 PM
I have been going through resumes lately and have noticed many people claiming that they have been developing in the .NET environment for 3+ years. I'm new to the .NET programming environment, but it doesn't seem that it's been around much longer than 3 years. Can someone tell me when the .NET pro... more >>
Turn off space/tab indicators
Posted by Eric at 5/17/2004 5:38:45 PM
Somehow I turned on display of Tab and Space indicators within the IDE. How
do I turn it off??
Thanks
... more >>
Upgrade VB4.0 to VB.net
Posted by Walter Jones at 5/17/2004 5:04:08 PM
I am currently using VB 4.0 with WindowsXP Home Edition and would like to
continue to use it and also use Visual Basic.net
The help file states that "Windows XP Home Edition provides limited
functionality. Creating Web applications or XML Web services is not
supported when using Windows XP Hom... more >>
What Gets Deployed?
Posted by Wayne Wengert at 5/17/2004 4:41:12 PM
I created a VB ASP.NET solution in VSNET 2003. It works fine in the IDE. As
per the instructions, I used Project/Copy Project to make a copy of all
required files (I used the FrontPage option). I then FTP'd all of those
files and directories to a virtual directory on my ISP account. In looking
t... more >>
pause in console apps
Posted by Aaron at 5/17/2004 2:08:23 PM
When you run a console app in VS6 it says "Press any key too continue..."
how can i do that in VS.NET2003?
thanks
... more >>
MSIL
Posted by Aaron at 5/17/2004 2:00:35 PM
I know when you compile a .NET app c# or vb the code is converted to MSIL. I
was just wondering is it 100% reversible? If so, does that mean someone can
steal all your source code just by decopiling the dll or exe?
Aaron
... more >>
validation question
Posted by Jerry at 5/17/2004 10:53:15 AM
Hi,
I have a web page field "comment" that is required only when another field
on the page has a value of 1 or 3. I am using VS.NET to develop this. I
know how to tackle this in VB but not sure the best way to handle on a web
page
any suggestions?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
webbrowsercontrol & reflection
Posted by phoenix at 5/17/2004 10:17:42 AM
Hello,
I'm using the webbrowser control to display a webpage on my form. The first
problem is the gets fired for every image which is completed as well.
http://support.microsoft.com/?id=180366 describes a solution but I'm not
able to port the if to C# :
VB
---
Private Sub WebBrowser1_Docu... more >>
Automatic comment generation
Posted by ssauten at 5/17/2004 9:36:02 AM
I was wondering if there is any way to adjust the default style of xml comment generation that is provided by .net? For things as small as putting the <summary> tags on one line, etc.... more >>
Could not access 'CDO.Message' object
Posted by Lutz at 5/17/2004 2:36:02 AM
G'day
When trying to send a mail from an ASP.NET page using the 'SmtpMail.Send' Method, I get a "Could not access 'CDO.Message' object" error (on Windows 2000 Server, with IIS 5.0)
Do I need Exchange Server 2000 or 2003? How do I kwnow, what version of Exchange Server is installed
Is the Proble... more >>
List in collectionbase
Posted by Majed at 5/17/2004 12:56:19 AM
hi all
i've created a strong named collection which inherits collection base,but
when i try to add to it a nullreferenceexception blows.
the code is as listed below. do i have to init the list myself.
any hints...please!
thanks all
Public Class NewKeys
Inherits BaseCollection
Default P... more >>
Memory LEAK in .NET
Posted by Oleg at 5/17/2004 12:46:04 AM
Hi All
we've developed (in C#, .NET 1.1) an application that is a server that performs user authentication and communicates with the outside world (the clients) via UDP
After few tests (3 remote client request for authentication every few seconds during about 12 hours) I've discovered that the m... more >>
|