Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > november 2004 > threads for friday november 26

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

Copy protection for a .NET application
Posted by Massimo at 11/26/2004 8:43:59 PM
I'm planning to develop a .NET application using C#, in order to sell it as a shareware and/or as a full package, so I'll need a good way to protect it against piracy. I know some ways to protect it (activation, serial keys, etc.), but my concern is: how can any copy protection mechanism work ...more >>


Sharpen filter
Posted by Bryan Martin at 11/26/2004 8:32:18 PM
Does anyone know where i might find some sample code on writing a image sharpen filter. If not what about the logic? ...more >>

Is Microsoft Visual Studio .NET any good
Posted by Just Me at 11/26/2004 5:54:58 PM
I have directories Microsoft Visual Studio .NET, created date = 9/3/2004 Microsoft Visual Studio .NET 2003, created date = 10/16/2003 What is the first one for? I thought it was left over from the first version of VS but the date: 9/3/2004 looks a little strange for that Thanks ...more >>

createCaret under vb.net
Posted by Dayne at 11/26/2004 3:59:55 PM
I want to create a block caret for a textbox under vb.net . Any idea? DT ...more >>

ADO vs. ADO.NET
Posted by elizayiu NO[at]SPAM hotmail.com at 11/26/2004 1:50:30 PM
I've migrated a VB6 program to .NET. The VB program uses ADO (Provider=OraOLEDB.Oracle) and the .NET program uses ADO.NET (same provider). I know that ADO is different from ADO.NET, but I would like to make the .NET program works the same as before (especially performance). In the VB program,...more >>

Barcode Generator control
Posted by Greg at 11/26/2004 12:03:05 PM
Hello, I am looking for .NET control for barcode generating. Any suggestions, It would be greatly appreciated Thanks a lot, Greg ...more >>

Windows Service Assembly Version ?
Posted by news.microsoft.com at 11/26/2004 11:37:03 AM
Hi, I know how to retrieve the Assembly Version for a WinForm program : Application.ProductVersion. But how to do it for a windows service in C# ??? Thx for your help G. ...more >>

SMTP sending e-mail
Posted by John J. Hughes II at 11/26/2004 11:19:27 AM
I have an application that sends simple e-mails using SMTP, it no longer works with a lot of e-mail servers. Basically the problem seems to be that I am no longer sending a valid logon sequence. The server says the user is not authorized, if I switch to Outlook it works. Code to send au...more >>



Windows service processing pattern
Posted by Russ McDaniel at 11/26/2004 10:17:57 AM
Originally posted to microsoft.public.dotnet.distributed_apps with no response. Reposted here with additional thoughts. --- Hello, I'm writing a Windows service which performs some potentially long-running, uninterruptable processes. When the service starts, I create a separate worker t...more >>

Windows service application on the task manager
Posted by Juan Manuel Alegría B. at 11/26/2004 10:11:14 AM
Hi group, I've sent this question in other group.... How can I see my Windows service application on the task manager. Thanks so much. Guadalajara, Mexico. ...more >>

Checking items in an arraylist
Posted by Stephen at 11/26/2004 6:07:06 AM
Im trying to carry work out an else if clause in the below method but i'm having a lot of difficulty getting the correct code which allows me to check and see if an arraylist items has text in it containing Address not supplied. Im trying to do something below but its not working properly. Ca...more >>

Crystal Reports and .Net Windows application.
Posted by Ave at 11/26/2004 5:11:50 AM
Hi I was wondering if anyone could help me, i have a .net windows application which uses crystal reports to create numerous reports for the application, this works fine on the development machine. I wanted to know what you need to do to get this to work on the clients machine, as in how ...more >>

Extremely annoying stdole problem
Posted by Magnus at 11/26/2004 4:59:02 AM
I use IFontDisp and some other stuff from stdole in VB.NET, but sometimes Visual Studio simply refuses to compile, complaining about various stdole errors (for example, it wants me to add a reference to stdole even though I already have a reference to stdole). At this point, restarting Visu...more >>

[ANN] edtFTPnet/PRO 1.0.0 released!
Posted by csharpftp NO[at]SPAM yahoo.com at 11/26/2004 3:28:35 AM
Enterprise Distributed Technologies is proud to announce the immediate release of edtFTPnet/PRO 1.0.0, which is a commercial derivative of edtFTPnet, the popular Open Source FTP .NET component. In addition to the capabilities and many features of edtFTPnet, edtFTPnet/PRO supports SOCKS proxies...more >>

why GetHostByAddress gives me only computer name not actuall web hostname
Posted by rushi_asi NO[at]SPAM yahoo.com at 11/26/2004 2:32:51 AM
Hi Friends I am having some query. On a server two site hosted 1) magnamags.com 2) stardustindia.com Now when I am resolving the IP address for this both sites. I am getting 202.71.136.211 (using GetHostByName). But now when I am trying to resolve the Host name(s) from IP 202.71.1...more >>

cancel form from painting
Posted by Dayne at 11/26/2004 1:59:38 AM
I would like to cancel a windows form from painting in the form's activate event. How do I do this? DT ...more >>

Calling c# from c
Posted by pieter.breed NO[at]SPAM gmail.com at 11/26/2004 12:50:04 AM
Hi All, Is it possible to export a c# method into a dll in such a way that your "normal" C application can then call this method? To be clear: I am not asking how to use "DllImport" or PInvoke. My question is the other way around. Regards Pieter Breed ...more >>

Newbie IIS question
Posted by cashdeskmac at 11/26/2004 12:25:06 AM
I have just started the Microsoft Press MCAD book for exam 070-315 and need to find the Internet Information Services on my computer. I know I used it to configure a MS download a few months ago but can't find it anywhere on my computer. It should be in START, ALL PROGRAMS, ADMINISTARATIVE T...more >>


DevelopmentNow Blog