Search:

Type: Posts; User: netto

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,837

    using System; using System.Collections.Generic;...

    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Windows.Forms;
    using...
  2. Thread: Help x.x

    by netto
    Replies
    5
    Views
    1,461

    (NumberOfPieces

    (NumberOfPieces <= 600)
    everything is less than 600 before it, maybe you meant to put >= ?
  3. Replies
    7
    Views
    1,837

    http://img405.imageshack.us/img405/4641/mtgindex.p...

    http://img405.imageshack.us/img405/4641/mtgindex.png
  4. Replies
    7
    Views
    1,837

    Are there any tutorials on reading a .xlsx file...

    Are there any tutorials on reading a .xlsx file into C#?
    I found some ways through google but they're not working for me.
    edit : I found excel object library 12.0.
  5. Replies
    7
    Views
    1,837

    Thanks for your input! I'll try to start with...

    Thanks for your input! I'll try to start with this on the upcoming weekend.
  6. Replies
    7
    Views
    1,837

    Card Index Viewer

    I have around 6k MTG cards indexed in excel07, with the name and quantity from specific sets. I've been wondering if I could create a windows app with C# that would simply list the card names off the...
  7. Replies
    8
    Views
    1,478

    Haha, that was it! Thank you very much!

    Haha, that was it! Thank you very much!
  8. Replies
    8
    Views
    1,478

    // MaturityCalc.cpp : Defines the entry point for...

    // MaturityCalc.cpp : Defines the entry point for the console application.
    //

    #include "stdafx.h"
    #include <iostream>
    #include <math.h>

    using namespace std;

    int _tmain(int argc, _TCHAR*...
  9. Replies
    8
    Views
    1,478

    No compiler errors. I'm not sure what your second...

    No compiler errors. I'm not sure what your second comment means, sorry.
  10. Replies
    8
    Views
    1,478

    Thanks for that, it fixed a glitch that was...

    Thanks for that, it fixed a glitch that was skipping y, but I'm still getting the same answer.
  11. Replies
    8
    Views
    1,478

    Help with typecasting

    The assignment asks to input these values:

    D = Investment Amount (5000)
    P = Interest (5.25)
    Y = Number of Years (2.25)
    M = Conversions/Year (4)

    It tells me to use float for interest, and int...
Results 1 to 11 of 11