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

Search:

Type: Posts; User: modirizwanmodi

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,086

    Re: Toolbars

    Hi
    Thanks for the quick reply can u please send me the mfc example of creating a toolbar using my icons
  2. Replies
    3
    Views
    1,086

    Toolbars

    how to create a new toolbar with my icons in vc++????
  3. Replies
    11
    Views
    6,966

    Re: how to auto save excel file

    Actually i am new to this and i have taken code from net. yes i debug the code but i am not clear where the error is .. as u said the szname, buf size is less(200) compare to the given size(256). i...
  4. Replies
    11
    Views
    6,966

    Re: how to auto save excel file

    Dear Victor,

    i am unable to identify where exactly error is coming. could you please help me with little briefly reply. so that i can finish the program.
  5. Replies
    11
    Views
    6,966

    Re: how to auto save excel file

    AutoWrap(DISPATCH_METHOD, NULL, pXlSheet, L"SaveAS", 1, fname);
    this code work fine but the issue is i am updating the excel file regularly and each time the excel file asking me saveas. i want the...
  6. Replies
    11
    Views
    6,966

    Re: how to auto save excel file

    //this is my full code

    #undef _UNICODE
    #undef UNICODE
    #include <iostream>
    #include <windows.h>
    #include <conio.h>
    #include <string.h>
  7. Replies
    11
    Views
    6,966

    how to auto save excel file

    HI, i am developing a program where i have to auto save the excel file. i try putting some integer data's in excel and auto save the file it works perfect. while i try to auto save the file with some...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured