I'm developing Word and Excel 2010 add-ins using VSTO 4.0 and .NET 4.0. This add-ins integrate some features of our thick client, which is written in MFC. And MFC dialogs using Win2k styles when I call they from add-ins (in a thick client they look normal). In the list of loaded libraries there are two versions of comctl32.dll: 5.82 and 6.10. How can I get Word and Excel to use the correct version of comctl32.dll? I tried to modify the manifest Excel - it helps, but this method does not suit me.
0
There are 0 answers
Related Questions in VSTO
- menu item in plugin for outlook using c# VSTO
- Inline pictures: Add margin
- Storing the state of a VSTO Outlook plugin in a draft message
- Issues with WebView2 in WPF Usercontrol Embeded in Word VSTO CustomTaskPane
- How can I get the full content of a Word Document?
- VSTO Ms-Word addin -i need to show publisher name in Ms-Word addin section. I aready digtaly sign with digicert
- File Not Found Exception for System.Text.Json (VSTO Addin). Upgrade of RestSharp?
- .Net Excel Interop Multiple Columns Delete with range very slow
- Document.AcceptAllRevisions() in Word Interop did not work
- Word Add-In, C# VSTO, Ribbon XML, what's the signature for the built-in "undo" command's handler?
- Is this programming pattern the solution to Excel COM interop memory leaks?
- why VSTO Outlook Add-in and Office JS add-in conversationId is not same?
- No Such Interface supported while copying worksheets from source Workbook to destination Workbook - Excel VSTO Addin
- Is it possible to add docker support to VSTO Add-in?
- Call VSTO Excel Plugin from Macro Button VBA
Related Questions in COMCTL32
- Getting a ListView in Report mode to work on a dialog with WS_EX_COMPOSITED?
- Disabled SysLink controls appear with "enabled" look
- Why is DrawFocusRect affected by the Text color?
- How would I change the footer text of a TaskDialogIndirect from inside its callback function?
- Report item width of items in TreeView via NM_CUSTOMDRAW?
- How do you update all the TreeView items full area when the vertical scrollbar shows up or goes away?
- Get TreeView item text related to current item handling WM_NOTIFY / NM_CUSTOMDRAW?
- WINAPI: Change color of (Radio) Button using Custom Draw?
- ComCtl32.dll Ordinal 345 not found error only on Windows XP
- Using array of TASKDIALOG_BUTTON causes C2061
- TaskDialogIndirect randomly fails and makes empty, undrendered window
- MFC: CListCtrl LVS_SORTASCENDING not working?
- WIN32: Duplicate Standard Button Control (disabled Icon / hotkey underline) in Owner Draw Button?
- WIN32: Is there a way to have the button icon (BM_SETIMAGE) on the right side of the text
- Changing the color of links in SysLink controls
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)