Groups | Blog | Home


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 > may 2004 > threads for monday may 31

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

Doubt in Regional Options
Posted by Cesar Ronchese at 5/31/2004 11:39:33 PM
Hello All! I have a .Net project that, in my machine, the dates are showed in this format: dd/mm/yyyy. But, when I install the project in some customer machines, the date is showed in this format: dd/mm/yyyy hh:mm:ss. My doubt is, I can resolve this problem on which form? a) changing the ...more >>


How to assign a value to password field from dataset?
Posted by Varun at 5/31/2004 11:31:02 PM
How to assign a value to password field from dataset Thank yo Varun...more >>

Defining methods for a class that are accessible when declaring arrays of that class???
Posted by Bob Rock at 5/31/2004 7:57:43 PM
Hello, this may seem a strange question, but is there a way of being able to call methods of a class through an array of that class when not referencing a specific object in the array. In other words, defined a class class_A I'd like to be able to do the following: // defining an array of ...more >>

Need part time job
Posted by Tran Van Khoa at 5/31/2004 7:51:02 PM
Dear everybody I'm a Windows developer, I have been programming with both VS 6.0 and .Net. My salary is not enough for my poor family, so I need a part time job to work at night and weekend. Could anybody tell me how to find this kind of job, which I can work at home and get paid via Internet or p...more >>

dotnet suitable for client-server apps ? (migrate from powerbuilder)
Posted by sminni_SPAM_DIVERTER NO[at]SPAM planage.com at 5/31/2004 6:47:14 PM
We have mostly client-server apps with large scale database usages (Oracle / SybaseSQLAnywhere,...). Apps are delivered 1-to-1 specific client as well as some are sold as off the shelf. All have to be maintained Currently we use Powerbuilder. Is the dotnet (C#) environment suitable consider...more >>

stack trace has incorrect information
Posted by Andy Fish at 5/31/2004 4:17:26 PM
Hi, in my c# code I have something like this: try { ... } catch (Exception ex) { ... throw ex; } It seems to catch and re-throw the exception OK, but the stack trace contains the line I re-threw the exception, not the line it was generated on. anyone else seen this bug?...more >>

Ready class to receive email
Posted by Developers NO[at]SPAM Enzigma at 5/31/2004 3:47:31 PM
Is there any ready class in .NET or some website using which we can receive POP3 emails in our ,NET application? ...more >>

Sockets Server / Sockets Client - unable to read data from the transport connection
Posted by m_doolio NO[at]SPAM hotmail.com at 5/31/2004 2:37:04 PM
I'm working on a client - server application based on the 'How to Sockets Server and How to Sockets Client' code from the Visual Basic ..NET Resource Kit. Since I want to be able to send 'big strings' instead of 'one liners' I check the streams for terminators. I'm having problems with the co...more >>



[newbie] Web Service always open source?
Posted by Gordon Knote at 5/31/2004 1:16:02 PM
Hi, just one newbie question: When I connect to a WebService, I specify the *.asmx file as a destination in my client - but this file also contains my source code - does that mean that every web service is basically open source? thanks Gordon...more >>

How to destroy arrays
Posted by Sarfraz Hooda at 5/31/2004 12:00:26 PM
Hi, I have created an array of Objects in a collection. I was wondering is there a way to destroy the array to free up the space in the memory ? or they are automatically destroyed and garbagge collected by .Net framework? Sarfraz ...more >>

General 'marketing' info on dotnet
Posted by gchong NO[at]SPAM laborie.ca at 5/31/2004 9:11:12 AM
Hi, Im looking for some general 'marketing' info on dotnet: how long it has been in use (i.e first release date), how many companies are using it, number of .NET developers in the world, popularity of .NET in different industries, etc. Ive searched on MS .NET homepage and googled it but sur...more >>

General 'marketing' info on dotnet
Posted by GChong at 5/31/2004 8:55:42 AM
Hi, Im looking for some general 'marketing' info on dotnet- how many companies using it, how many dotnet developers are there, how many of internet websites are running on .NET, when was it first released by MS, number of releases it has gone thru, etc. I searched on MS .NET and on Goo...more >>

Process - Know corrupt file before opening
Posted by Vinay at 5/31/2004 4:21:03 AM
Hi I have a corrupt word file. I am able to open it with the code given below tr Dim pInfo As System.Diagnostics.ProcessStartInfo = New System.Diagnostics.ProcessStartInfo( pInfo.UseShellExecute = Tru pInfo.FileName = "c:\corrupt.doc Dim p As Process = System.Diagnostics.Process.S...more >>

.NET and Longhorn
Posted by RW at 5/31/2004 3:06:03 AM
I have heard that your existing applications written in .NET will not work on Longhorn unless you recompile them or retouch them in some matter Is this correct If so, why would anyone start to write application in .NET until Longhorn becomes available Thanks...more >>

Grid Locking
Posted by ajay at 5/31/2004 2:11:02 AM
How can I lock one column in a datagrid in C# windows form....more >>

Trying to create a collectin of objects
Posted by hanaa at 5/31/2004 1:56:02 AM
Hi I'm tyring to create a collection of an object inside an object I have tried to use the code written in the following URL http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vaconcreatingyourowncollectionclass.as its working fine when I test it from VB.net but my applic...more >>

Windows Services
Posted by Jason at 5/31/2004 1:01:02 AM
Does anyone know how to surpress the standard service started message being written into the event log when writing a windows service in .Net? - I need to replace it with a custom one and would prefer to not have 2 eventlog entries for it. Thanks Jason...more >>


DevelopmentNow Blog