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

Search:

Type: Posts; User: Tom Frohman

Page 1 of 5 1 2 3 4

Search: Search took 0.11 seconds.

  1. Replies
    2,340
    Views
    251,223

    Re: The Boring Thread

    I see you did find a place to post knapsack questions. For the most part your post isn't boring enough for this thread. Right now I'm contemplating dust/grit suspended in water.
  2. Replies
    2,340
    Views
    251,223

    Re: The Boring Thread

    Still alive; still boring.
  3. Replies
    11
    Views
    1,545

    Re: how to auto save excel file

    What I think you are asking is how do I stop excel from prompting during the save operation?
    You need to set DisplayAlerts to False with




    {
    VARIANT x;
    x.vt=VT_BOOL;
    x.boolVal=FALSE;
  4. Replies
    11
    Views
    1,545

    Re: how to auto save excel file

    //Save the work book.
    {
    VARIANT fname;
    fname.vt = VT_BSTR;
    fname.bstrVal =::SysAllocString(L"D:\\output3.xls");
    AutoWrap(DISPATCH_PROPERTYPUT, NULL, pXlSheet, L"Saved", 1, fname);
    }


    I...
  5. Replies
    2,340
    Views
    251,223

    Re: The Boring Thread

    No more Blue Monday!
  6. Replies
    9
    Views
    965

    [Resolved] New MFC Project Errors

    I tried a repair reinstall of Visual Studio. That didn't work.
    Next, I uninstalled it and reinstalled it. Then when I created a new project it compiled the first time. Thanks, to all who tried to...
  7. Replies
    9
    Views
    965

    Re: New MFC Project Errors

    I don't see how this applies. I'm not converting a project from 2008 to 2010 I'm creating a new project with 2010. It seems like it should automatically work because I'm haven't added anything to the...
  8. Replies
    9
    Views
    965

    Re: New MFC Project Errors

    Anybody?
  9. Replies
    9
    Views
    965

    Re: New MFC Project Errors

    I see a MFC Feature Pack for 2008 online but none for 2010.
  10. Replies
    9
    Views
    965

    Re: New MFC Project Errors

    It is the Professional Version.
    MS Visual Studio 2010 Professional.
  11. Replies
    9
    Views
    965

    [RESOLVED] New MFC Project Errors

    I finally broke down and installed Visual C++ 2010 on my PC. I go to try a silly example by generating an MFC project and building it. I used defaults and entered no new code but I end up with 8...
  12. Replies
    2,340
    Views
    251,223

    Re: The Boring Thread

    Sigh..Life.....
  13. Replies
    27
    Views
    2,094

    Re: 21 May 2011 - 'Judgment Day'

    On the other hand I suggest you should read:
    The Apocalypse For Dummies
    Yellow Pages
    Bosch Automotive Handbook
  14. Replies
    27
    Views
    2,094

    Re: 21 May 2011 - 'Judgment Day'

    I think everyone is missing something important....

    June 3rd on our calendar is May 21st on the Julian Calendar.
    The end might be coming in 10 days...
    Or maybe its 11 days...
    or maybe 12
    or...
  15. Replies
    2,340
    Views
    251,223

    Re: The Boring Thread

    Thank you for sharing.
  16. Re: For the Animal lovers out there.. (Serious)

    They've both been fixed.

    The white dog is female and over 14 years old. The black dog is male and probably about 11 years old.
  17. Re: For the Animal lovers out there.. (Serious)

    GremlinSA rules!:thumb:
  18. Re: how to plot different x axis values in the same graph of excel automation by MFC?

    I answered this in your other post.

    Tom
  19. Re: how to change the chart axis of excel automation by MFC

    One again I take this from a very old program. It will be similar but the
    exact method names have probably changed.



    Axis axx, ayy;
    axx = chart.Axes(COleVariant((short)1), 1);...
  20. Re: how to plot different x axis values in the same graph of excel automation by MFC?

    http://www.codeguru.com/forum/showthread.php?t=297082&highlight=SeriesCollection

    I created the post above seven years ago with Visual Studio 6 on excel 2000.
    The commands might have changed but...
  21. Re: How can write sheet 2 in xlsx with excel automation?

    You are using the ActiveSheet.
    The code below gets the dispatch of sheet item 2.
    This code is very old and was done for Excel 2000. I don't know if it will need any changes.



    IDispatch...
  22. Replies
    5,493
    Views
    674,658

    Re: The "last one to post on this thread wins" Thread

    Boring!
  23. Replies
    2
    Views
    535

    Re: So you leave your company ?

    The answer is of course $$$$$$.
  24. Re: What part of 'foreign' don't you understand?

    http://en.wikipedia.org/wiki/Omni_(magazine)
  25. Thread: Apathy

    by Tom Frohman
    Replies
    296
    Views
    29,526

    Poll: Re: Apathy

    Doom, gloom, despair, darkness...these are all funny words.
Results 1 to 25 of 117
Page 1 of 5 1 2 3 4



HTML5 Development Center

Click Here to Expand Forum to Full Width