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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|