Search:

Type: Posts; User: 99atlantic

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    4,274

    How to program a "back" button with MFC

    This has been really bothering the crap out of me for the last few days.

    I have dialogue box 1, the person can say continue (goto dialogue box 2) or exit.


    If they continue, then dialogue box...
  2. Replies
    2
    Views
    5,025

    i'll try that one, thanks.

    i'll try that one, thanks.
  3. Replies
    2
    Views
    5,025

    MFC and a line graph in Visual C++

    Is there any quick-and-easy way to draw a simple line graph in a window if you have an array of points? (i.e., you have all your X and Y values, is there some simple function that can do a line graph...
  4. Replies
    3
    Views
    2,110

    That is a good point; i'd compeltely forgotten...

    That is a good point; i'd compeltely forgotten about the windows forum. Thanks :)
  5. Replies
    3
    Views
    2,110

    Graphing with MFC?

    This is with visual C++ 6.0 using MFC.

    Basically I have a text file with a series of numbers.
    So when I click a button it opens the text file and stores the information in an array. Very simple....
  6. Replies
    6
    Views
    3,012

    right, except i've programmed mine to give me...

    right, except i've programmed mine to give me output and i never get any feedback from the destructor, so therefor it makes me wonder if it's being called......
  7. Replies
    6
    Views
    3,012

    yea, my bad, i typed that in a hurry since i was...

    yea, my bad, i typed that in a hurry since i was leaving and wasn't careful with my wording. let me re-express it.

    my DLL, when called from the software package (TradeStation) will create an...
  8. Replies
    6
    Views
    3,012

    Simple class question

    Realllllly simple question -> if you create a class the constructor is called. Eventually (unless the program ran forever), when it quits (or similar) the deconstructor would have to be called,...
  9. Replies
    8
    Views
    1,785

    that doesn't work in this case. if it expects...

    that doesn't work in this case.

    if it expects a double, it gets the "rounded" form of the number (e.g., 1234567801 isntead of 1234567891)
  10. Replies
    8
    Views
    1,785

    well i've never used it until today :p okay,...

    well i've never used it until today :p

    okay, so I got it working and it works with 100% accuracy. so that's good. nwo the problem is going to be to figure out how to export it out so another...
  11. Replies
    8
    Views
    1,785

    __int64? i am unfamiliar with said term. you...

    __int64? i am unfamiliar with said term. you wouldn't hapeen to have a resource for it so I could understand how to implement it? Thanks.

    Okay, I googled for it and roughly understand it, but I'm...
  12. Replies
    8
    Views
    1,785

    How to return/use VERY LARGE numbers?

    This is in VC++ 6.0

    THe problem i'm having is that it's screwing up wiht extremely large numbers.

    e.g., cout << 123546*654321 returns a VERY wrong number.

    So my next thought was to go...
  13. Replies
    3
    Views
    931

    Writting a call to Excell in a DLL?

    Right now i've got a C++ DLL i've written to do various functions in another piece of software I'm using (Tradestation). Ideally, i'd like to be able to add a function call to the DLL that will open...
Results 1 to 13 of 13