CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: minagu

Search: Search took 0.03 seconds.

  1. Replies
    77
    Views
    82,091

    Re: Open Excel in VC++ and write data

    Hello, does anybody knows how can i fix that error?

    "Assertion failed: !"bogus context in _ExceptionHandler()", file XX.CPP, line 2936"

    I don't know why, but if anyone has found something...
  2. Assertion failed: !"bogus context in _ExceptionHandler()"

    Hello, does anybody knows how can i fix that error?

    "Assertion failed: !"bogus context in _ExceptionHandler()", file XX.CPP, line 2936"

    I don't know why, but if anyone has found something...
  3. Replies
    77
    Views
    82,091

    Re: Open Excel in VC++ and write data

    My case is not usual, because i want to test how long last the program could be, but my question is if you, watching the task manager, see the same that i see, that is that since the "Excel.exe"...
  4. Replies
    77
    Views
    82,091

    Re: Open Excel in VC++ and write data

    Tom have you looked if after using Autowrap functions and doing things creating a xls file, do you have memory RAM problems, because is exactly what it happens to me. The Ram use increases without...
  5. Thread: Free Memory

    by minagu
    Replies
    12
    Views
    1,704

    Re: Free Memory

    It's a clear out of memory, because in the task manager, at the begining when i execute the ".exe" the aplication uses near of 100-130 Mb of Ram, and after one hour and half, or two, the use...
  6. Thread: Free Memory

    by minagu
    Replies
    12
    Views
    1,704

    Re: Free Memory

    But i don't think that a function which could free the memory used could cause a crash, because when you close de program, there are functions used to free all the memory and there's no crash, so i'm...
  7. Thread: Free Memory

    by minagu
    Replies
    12
    Views
    1,704

    Re: Free Memory

    i've looked the task manager while running the process, and the use of memory grows up step by step.
  8. Thread: Free Memory

    by minagu
    Replies
    12
    Views
    1,704

    Re: Free Memory

    If i run the program with borland c++ there's no crash(or at least it spends too much time till crashing), is only when i run the ".exe". And as after the exit of the program, i know that all the...
  9. Thread: Free Memory

    by minagu
    Replies
    12
    Views
    1,704

    Free Memory

    Hi, does anybady know if there's any function or way to free all the memory used in c++ till that moment? i'm having problems with a program which ends wrong after using during a period of time (not...
  10. Replies
    77
    Views
    82,091

    Re: Open Excel in VC++ and write data

    Hi, does anybady know if there's any function or way to free all the memory used in c++ till that moment? i'm having problems with a program which ends after using during a period of time (not short...
  11. Replies
    77
    Views
    82,091

    Re: Open Excel in VC++ and write data

    thanks, the problem is that i'm having some problems (error which stops the program) with the "CoUninitialize()" function, called when i delete the Excel class, and i don`t know if there's another...
  12. Replies
    77
    Views
    82,091

    Re: Open Excel in VC++ and write data

    Hi Tom, do you know how to get, with c++, the exact PID of the EXCEL opened?
  13. Replies
    77
    Views
    82,091

    Re: Open Excel in VC++ and write data

    Thankyou very much Tom.
  14. Replies
    77
    Views
    82,091

    Re: Open Excel in VC++ and write data

    Thank you, the whiting font is what i did, and that's what i'm gonna do, because the hiding dosen't avoid me to show the graphs, thankyou anyway.

    The gridlines has been helpfull to me.

    And how...
  15. Replies
    77
    Views
    82,091

    Re: Open Excel in VC++ and write data

    Hello, i just need to know whats the function, if there's any one, to make disappear in excel all the cells borders, like in word, all in blank.

    And i would like to know if there's a way to hide...
  16. Replies
    77
    Views
    82,091

    Re: Open Excel in VC++ and write data

    Thank you very much Tom, it does work it! and I've tested the ChartWizard with the arguments in the reverse order, and it's ok, that was the problem, and this is because I needed to put my range var...
  17. Replies
    77
    Views
    82,091

    Re: Open Excel in VC++ and write data

    So there's no way to modify the chart charachteristics? the tittles, spaces between the grapchic lines.., if you know any way to do it i'll thank you very much.

    And I can use with no compilation...
  18. Replies
    77
    Views
    82,091

    Re: Open Excel in VC++ and write data

    Thankyou.
  19. Replies
    77
    Views
    82,091

    Re: Open Excel in VC++ and write data

    Hello, i want to ask if anybody knows the way to use in C++ the DISPATCH_METHOD with AUTOWRAP for the function "ChartWizard" with it's possible to put the tittle in a excel's chart.

    It would be...
  20. Thread: AutoWrap Saving

    by minagu
    Replies
    0
    Views
    509

    AutoWrap Saving

    Hello everybody, please, i need to know if there's any way to save a file(.xls,..) using the AutoWrap function. I can save a file with the parameter L"quit" but, this call to the autowrap function...
  21. Replies
    3
    Views
    2,187

    Re: WMF to CLIPBOARD

    Thankyou SuperKoko, but the problem is thah what i have is a wmf file. From an emf file with a code like what you have wrote before, it could be possible, but what i really need now is to know if...
  22. Replies
    0
    Views
    803

    WMF to CLIPBOARD

    Hello, i'm having a problem trying to copy a WMF file to the windows clipboard, and i want to ask you if there is any function which allows to do it directly. Because i've tried to do it from a...
  23. Replies
    3
    Views
    2,187

    WMF to CLIPBOARD

    Hello, i'm having a problem trying to copy a WMF file to the windows clipboard, and i want to ask you if there is any function wich allows to do it directly. Because i've tried to do it from a...
Results 1 to 23 of 25





Click Here to Expand Forum to Full Width

Featured