Math beyond double precision
Mon, 20 Oct 2008 22:05:33 -0400
Hello everyone
I'm building an adaptive quiz system that uses some non-trivial math
formulas, and I would like to figure out the most widely supported way of
handling arbitrary-precision math (or at least "ridiculous precision" math).
It appears that the "decimal" type is not supported by the Math class ( ...
|
Xmldocument encoding question.
Mon, 20 Oct 2008 18:32:00 -0700
I have some code like this:
public static string SerializObject(object obj)
{
string xmlString = string.Empty;
using (MemoryStream msReq = new MemoryStream())
{
using (XmlTextWriter wsReq = new XmlTextWriter(msReq, UTF8))
{
XmlSe ...
|
MVP in Winforms with custom controls
Mon, 20 Oct 2008 09:45:00 -0500
Hello Everyone,
I am having a hard time understanding how to implement MVP in winforms with
custom controls. I am attempting to make use of TDD using nUnit for my
tests. Do any of you have a list of links to direct me to?
It seems to me that custom controls are mini views that are used in a larger
comp ...
|
Generic Print Drivers
Mon, 20 Oct 2008 05:57:53 -0700
Unable to load the generic print driver on an SBS2003 server with SP2. the
process fails at the option FINISH.
Error message given Printer drive not installed. Operation could not be
completed ...
|
crystal reports Vb2005
Mon, 20 Oct 2008 13:47:34 +0200
Hi,
i'am developing an applicion in Visual basic 2005 usign ADO. On my winform
i've a groupbox with several checkboxes.
The saved value is stored in an accessDB in a specific field .
Now i want on my report the same visualty with groupbox and chexboxes. ,
but i cannot see how i can insert checkboxes and ...
|
DOT NET 3.0 setting to install on Vista Home 32bit
Mon, 20 Oct 2008 02:24:29 -0500
Hello,
I need to install dot net 3.0 on Vista Premium Home 32 bit to use a
program example from Visual Studio 2005 Professional.
During install the message is that I need to have XP SP1 installed???
Have any of you managed to install dot net 3.0 on Vista?
Thank you,
Flemming
--
flemmingast ...
|
MICROSOFT MONEY PLUS DELUXE AND MSN BILL PAY
Sun, 19 Oct 2008 14:13:01 -0700
Hi:
I've been using MSN Bill Pay for years to pay my bills. I recently decided
to look into Microsoft Money as I wanted a desktop application to manage and
pay my bills.
I downloaded the trial and set things up. Everything worked fine until I
got to the point of adding MSN Bill Pay as an account. I was able ...
|
|
|
Stretching a middle child control in WPF
Sun, 19 Oct 2008 11:34:06 -0700
In a row of a vertically-oriented StackPanel, I want a label, then a text
box, and then a checkbox. I want the label and checkbox as wide as their
text, and the text box to stretch based on the width of the parent (so that
the checkbox is docked to the right). How do I do this?
I tried the following (as a ...
|
Using Garbage Collection after import
Sun, 19 Oct 2008 13:45:26 -0400
Hi All,
I am using the SqlBulkCopy for import data into ms sql 2005. I need to
import multipe files which could be from 1 to GB each. Is there need to use
a garbage collection for this purpose since the files are pretty big.
Here is class for the garbage collection:
http://msdn.microsoft.com/en-us/library/x ...
|
Using an enum typecoverter in an Excel PIA DLL
Sun, 19 Oct 2008 05:59:01 -0700
I would like to use a TypeCoverter to regionalise output for enums in an
assembly that is a PIA loaded into Excel.
I can run this and it works on an assembly in a test project I created with
an explicitly referenceed assembly, however when running a project that has
been built as an Excel PIA. If I try:
< ...
|