all groups > dotnet general > april 2005 > threads for friday april 29
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
VS.Net 2003 and XP Service Pack 2
Posted by Bryan Dickerson at 4/29/2005 4:35:31 PM
Has anyone installed XP SP2 on a machine prior to installing VS.Net 2003 and
experienced any difficulties?
... more >>
Debbuging in VS.NET
Posted by jdang at 4/29/2005 2:44:05 PM
Hi all,
I have a simple question about debugging in VS.NET and I think you may know
how to do this.
In Visual Studio 6 and earlier, in command window I can debug my code on fly
without any problem. Now, in VS.Net, in the command window, I can check the
value of any properties but cannot... more >>
how windows service finds another .Net component
Posted by BBM at 4/29/2005 10:08:03 AM
I am new to .Net.
I have a Windows service in C#. It is going to use another .Net component
(DLL) made by a 3rd party company. If I start my program as an app with that
DLL in the same directory, my program can use it. But if I start it as a
service, it does not work. How does a .Net windows ... more >>
Server monitor and notification
Posted by Kalyan at 4/29/2005 8:58:07 AM
Hi
I need some idea, Is there any way to write vb code to monitor server
activity and
if server fails send out email to admin.
thanks
Kalyan... more >>
Help in asp.net addhandler
Posted by Pierre at 4/29/2005 8:12:04 AM
Hi, I create an dynamic command button like that:
buttonCmd= New Button
buttonCmd.ID = "IDBTN1"
buttonCmd.Text = "Test"
AddHandler buttonCmd.Click, AddressOf MessageClick
I have this click sub:
Su... more >>
Inheritance - issue with Constructors
Posted by Doug at 4/29/2005 5:34:39 AM
I have a public abstract class that I want to inherit from in two other
classes. My public abstract one has a constructor with several
parameters. For some reason I cannot get to that constructor unless I
create a constructor in my two other classes like this:
public ClassName(string szParam... more >>
communication to serial port
Posted by Mike D at 4/29/2005 5:18:03 AM
I need to write a program that takes data from a balance connected via serial
port. In vb I would use the MSComm object. What is available in vb.net??
Thanks
Mike
... more >>
multiple sort criterias for any class; arraylist performance
Posted by herbert at 4/29/2005 2:15:01 AM
1) I created a class Person whose objects are stored in collections.
Using IComparable allows to define one sort criteria like name.
Best practice: How can I add more sort criterias like age, zip, ...?
I don't care whether the original collection is sorted or I get a copied
collection sorted.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Win32API Function NetQueryDisplayInformation
Posted by Chris van den Heuvel at 4/29/2005 12:00:00 AM
I am trying to enumerate the users of a system from within my app =
(VB.NET) Not finding any .Net Framework classes to do this I turned to =
the Win32 API and NetQueryDisplayInformation. I can't get it to work =
from within VB.NET however. I found the following KB article from MS
http://suppor... more >>
|