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 > december 2003 > threads for saturday december 20

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

Is there a problem with IIF or am I doing something wrong?
Posted by Charles May at 12/20/2003 11:06:06 PM
I have a listview which checkboxes containing items to invoice. The Create Invoice button (button1) is disabled unless there are items checked. However, I had to use an if..then..else statement to make it work. My question is, why can I not get it to work using an IIF statement? In the mouseup...more >>


Type casting problem...Please help me
Posted by KK at 12/20/2003 8:26:12 PM
Hi All i have an interface like this in file Interface.h __gc __interface IParam { }; My implementation class is like this public __gc class Param : IParam { } The ablove implementation class is in a separate assembly. In my application i'm using Activator::CreateInstance to create...more >>

Accessing data on the hard disk
Posted by Simon Harvey at 12/20/2003 7:53:38 PM
Hi everyone, I'm hoping for a little bit of advice on the following. I am in the process of making a small application that can send, receive and store email messages. The current area that I am thinking about is how to store messages on the hard disk and access them when needed. I dont wan...more >>

General information on Enterprise Application design?
Posted by ViperDK (Daniel K.) at 12/20/2003 2:51:30 PM
Could someone give me a hint where to find *good* information, samples, tutorials, hints, whatever on design of multi/three-tiered applications, business layers etc (mainly winforms but web application information isn't bad, too)? ok, that isn't especially on enterprise size application but on a...more >>

maximum number fields dataset ???
Posted by meandean at 12/20/2003 1:17:07 PM
Is there a limit to how big a dataset can be? im at 270 fields and im getting a error is this a limmit? thanks meandean...more >>

Relatively simple question. Help greatly appreciated :-)
Posted by Simon Harvey at 12/20/2003 12:12:34 PM
Hi everyone, I have a question about how data is stored and persisted in a realworld application. I am currrently making an email client, newsreader and RSS Agregator application. I'm just using this as a practice application to learn some new skills. My question(s) concerns what I should d...more >>

Wanted: IE Example
Posted by Siegfried Heintze at 12/20/2003 11:23:04 AM
Can someone point me to an example of programmatically retrieving all the favorites stored in IE? ...more >>

WHAT TYPE OF PROJECT SHOULD I USE?
Posted by LUIS FAJARDO at 12/20/2003 9:41:55 AM
I want to create a new Windows Project with .NET using C# as the primary language. The purpose of this project is to build some kind of "process application" that doesn't have UI (User Interface), it needs to run in background but I don't want it to be a Windows Service because I want to ...more >>



Finializer and GC.SuppressFinialize question...
Posted by Kevin Phifer at 12/20/2003 9:10:11 AM
If you are not creating a finializer in your class, but you are implementing IDisposable, is it still a good idea to call GC.SupressFinialize inside the dispose method? Does this somehow make reclaimation faster? sorry for any syntax errors, as this is more of a theory question.... Than...more >>

how to compare a Long with a UInt64 (or convert fromLong to UInt64)?
Posted by Wolfgang Kaml at 12/20/2003 8:48:51 AM
Dear all, I am using the following code to retrieve the size of a certain file and the available (free) space on the disk. The problem is, that I get the size of the file returned as a Long and the size of free disk space as UInt64. Apparently, there are no function to convert a Long to a UInt...more >>


DevelopmentNow Blog