all groups > dotnet framework > february 2006 > threads for friday february 3
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
How to create a "Product Key" in C# ?
Posted by Stefano Del Furia at 2/3/2006 8:48:41 PM
Hi all,
i would like to know if someone knows how to create a product key in C#
for an application.
I would have the capability of generate a key (like windows product key)
based on some values (for examples client's name maxValues, maxClients,
etc) , values that i can retrieve inside my ... more >>
inserting Items in Listview too slow
Posted by Stephan Zaubzer at 2/3/2006 4:13:09 PM
Hi,
I need to insert thousands (up to 50000) of items taken from a Database
into a ListView control. But this happens to be too slow. Constructing
all the items and putting them into an array is pretty fast (split
second). But when adding the Items with
ListView.Items.AddRange(itemArray) it... more >>
Debugging a Web Service
Posted by Sathyaish at 2/3/2006 2:19:16 PM
How do you debug a web service in Visual Studio .NET 2003? To give you
some background, I have been programming for some over 8 years now and
know how to debug VB, VC++ apps in Visual Studio 6.0 and also know how
to debug WinForms apps, Console Apps and ASP.NET apps in Visual Studio
..NET 2003.
... more >>
FTPWebRequest
Posted by Arne at 2/3/2006 11:21:45 AM
I have a problem with FTP. How can put a listener on the traffic?... more >>
Exe for checking Computer on Network
Posted by Stephen at 2/3/2006 10:34:20 AM
Hi,
I am trying to copy files from one computer to another, the problem I am
facing is that the program chokes when the other computer is not available
(shut down/off the n/w).
is there any way programmatically that i check whether the other computer is
available?
Thanks,
Stephen
... more >>
Treeview Nodes.Clear
Posted by Dianna at 2/3/2006 10:30:03 AM
Hi,
I am trying to clear my treeview when I add new items (to refresh) and It
only seems to be removing the first Parent Node, none of the children below
are being cleared.
Am I doing something wrong? The below code is based on retreiving data from
a hierarchical table:
Thanks,Dianna
... more >>
Please Help - Windows Service - CustomCommand
Posted by Hanika at 2/3/2006 9:55:13 AM
Hello,
I get the following error when I send a customCommand to a service from a
Windows form aplication when the service is stopped:
"Cannot Control (ServiceName) service on computer '.'"
I was under the understanding that the service can receive these commands
even if the service is ... more >>
.NET version 2.0
Posted by Jeff Lloyd at 2/3/2006 8:33:56 AM
I installed version 2.0 yet version 1.1 is still on the computer. Can I
safely remove version 1.1 now and why wouldn't the install of version 2.0
uninstall version 1.1??
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Visual Basic
Posted by Anniyan at 2/3/2006 4:08:42 AM
What is the use of getsettings() and setsettings() in VB.Is it relative
to registry something or API's.
... more >>
Help me out
Posted by Anniyan at 2/3/2006 3:34:23 AM
Hi to all
I have MSVS2005 DVD pack in which i have SQL Server upgradable
pack.While i trying to upgrade my SQL Server2000 TO 2005 i'm getting
error like "Unable connect to server. Reason: An error has occurred
while establishing a connection to the server. When connecting to SQL
Server 2005, t... more >>
Create a Virtual Directory with System.DirectoryServices
Posted by gralet at 2/3/2006 3:19:53 AM
Hi everyone
I need to create a Virtual Directory for IIS 5.1 from .NET, I found (thanks
to Dmytro Lapshyn [MVP]) in MSDN a page that shows an ""example"" of how to
do it, but in fact the example is no there, maybe de docs are in beta
versions or something like that, can anyone help me???
... more >>
ASP.NET on DC
Posted by M P at 2/3/2006 12:00:00 AM
Is there a way that I can run ASP.NET on Windows 2000 DC?
... more >>
|