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

Search:

Type: Posts; User: jim enright

Page 1 of 21 1 2 3 4

Search: Search took 0.08 seconds.

  1. executable behaving differently when launched via shortcut?

    I have a VC++ (VS2022) dialog based application that uses third party charting software(AES Chart Director).
    The application is iterative and after each iteration updates a chart with a new data...
  2. Re: Visual Studio Extracting Data from MSAccess Databases

    had to put this down for a while. am assuming you can imagine my distaste for
    changing code that has worked for 15 or so years but will look into this.
  3. Re: Visual Studio Extracting Data from MSAccess Databases

    As is virtually a near inviolate objective, MS apparently again has taken any and all actions necessary to invalidate any prior solutions. The suggested solutions direct one to:

    Solution: Go into...
  4. Visual Studio Extracting Data from MSAccess Databases

    I had a wonderful life. I was able to develop a class, CAccessDBManager, to manage
    interactions between VC++ and MSAccess databases. Worked like a charm for years
    with VS2010 which went away and...
  5. Replies
    2
    Views
    4,165

    Re: move python combobox down arrow to left

    the answer is below: however i feel compelled to comment that is far from intuitive. people should not be subjected to this for a simple task like this.

    import tkinter as tk
    from tkinter import...
  6. Replies
    2
    Views
    4,165

    move python combobox down arrow to left

    i have base code that works below. cannot figure out how to move down arrow from one right side to left. anyideas?
    thanks in advance

    import tkinter as tk
    from tkinter import ttk

    window =...
  7. Replies
    25
    Views
    7,104

    Re: Excel Automation Headaches

    can you be a little more specific? what aspect of this is old technology?
  8. Replies
    25
    Views
    7,104

    Re: Excel Automation Headaches

    for the simoplke reason it removes that junk form causing compile failures during a time my immediate concern
    is to get any semblance of success in getting the excel automation processes running. ...
  9. Replies
    25
    Views
    7,104

    Re: Excel Automation Headaches

    guess we can call off the dogs. was able to get a vs2017 mfc dlg based app to the point that it would open up
    excel from office 2019 (which has no worksheets upon opening). i basically had do the...
  10. Replies
    25
    Views
    7,104

    Re: Excel Automation Headaches

    i have looked at 17 - there are no clear cut suggestions on course of action - only to look at things - no idea how to interpret what i would see,
    i have also attempted to follow the course of...
  11. Replies
    25
    Views
    7,104

    Re: Excel Automation Headaches

    the attempt to add excel classes via the class wizard in 2017 uses the "from registry" by default - there are no excel object libraries listed.
    when i switch to "from file" there are no entries...
  12. Replies
    25
    Views
    7,104

    Re: Excel Automation Headaches

    have download vs2017 and performed the modifications that presumably would allow
    mfc dlg based app development. this seems to work. however when i try to follow the article
    ...
  13. Replies
    25
    Views
    7,104

    Re: Excel Automation Headaches

    seems to me that vs201y will be a last resort. frankly, this leads to one down the path of
    having to own (and pay for) every version of vs. case in point, the article written in 2020
    employing...
  14. Replies
    25
    Views
    7,104

    Re: Excel Automation Headaches

    no - just one mso.dll and one excel.exe - but as you can see from prior messages class members are referenced but not defined - so i am suspicious that one is not the correct complement to the
    ...
  15. Replies
    25
    Views
    7,104

    Re: Excel Automation Headaches

    v - thanks for the input.

    will look into the other solutions but the compiler issues are caused by the inconsistencies between the mso.dill file and the
    excel.exe file. are you saying that...
  16. Replies
    25
    Views
    7,104

    Re: Excel Automation Headaches

    does not look like that helps much. 2 questions:

    1. can you somehow make those available for download or
    2. can you identify the download source for these files?

    thx again - j
  17. Replies
    25
    Views
    7,104

    Re: Excel Automation Headaches

    thanks again for the response. seems to me that this will not work because the import of the EXCEL.EXE file
    will still fail to compile.

    however, did notice one thing:

    in your code the...
  18. Replies
    25
    Views
    7,104

    Excel Automation Headaches

    1, using vs2019
    1. have ms office pro plus 2019

    have googled many excel automation articles but they all fail by either:

    1. not compiling
    2. compiling but not working
    3. not allowing one to...
  19. Replies
    3
    Views
    5,196

    Re: vs2017 vs2010 ado bug?

    apologies for the false alarm - ado was not installed on the new computer - it is downloadable from ms and solved the problem
  20. Replies
    3
    Views
    5,196

    Re: vs2017 vs2010 ado bug?

    https://stackoverflow.com/questions/51281828/how-to-work-with-mdb-databases-using-visual-c-not-c-cli

    has a similar problem and suggest adding "User ID=admin;" to the connection string but this...
  21. Replies
    3
    Views
    5,196

    [RESOLVED] vs2017 vs2010 ado bug?

    i am porting a vs2010 project on windows y to a vs2017 project on
    windows 10. going smoothly until an ado connection to an msaccess
    db that worked on vs2010 does not work on vs2017.

    the issue: ...
  22. Replies
    10
    Views
    3,628

    Re: excel in/on dialog box

    i changed the project settings to old syntax for CRL as suggested occasionally by some articles. everybody relax - compiler errors still abound.
  23. Replies
    10
    Views
    3,628

    Re: excel in/on dialog box

    making some progress - found an article that actually attempts automate and
    embed (whatever the hell embed means) excel on a dialog. of course,
    that did not compile but it was a step in the right...
  24. Replies
    10
    Views
    3,628

    Re: excel in/on dialog box

    "embedding"?? - this is part of the problem. there is confusion of what that means. i take that to mean putting it inside the dialog app ie making it appear just like other like a grid control...
  25. Replies
    10
    Views
    3,628

    Re: excel in/on dialog box

    i stated in my orig post that i was using vc2005 not vc6.0

    the title of the cited article specifically mentions vc2005 not vc6.0

    the body of the article explicitly states in its summary:
    ...
Results 1 to 25 of 525
Page 1 of 21 1 2 3 4





Click Here to Expand Forum to Full Width

Featured