Answer Questions
Gabriel Lozano-Morán Newbie - Adding Sub Menus under "Tools"
Hello, I am new at this and was wondering if anyone could post a code sample of how to create a sub menu under the 2003 VS.Net Tools menu. I have no problem creating the simple Smiley one-level menu in the examples but I would like to create something a little more advanced and cannot get anything other than one level to appear. For instance: Tools MyMenu SubMenu1   ...Show All
RSUser08 Adobe not playing nice with VSTO
greetings, When adobe professional is installed, it seems to cause a bunch of weirdness with my menu items in my vsto solution. On some machines they are shown for a sec and then hidden, on other machines it takes over my menu items and shows adobe items underneath my top level item. this is a show stopper for my vsto solution as these products are often gonna be found on word. any suggetions. thanks so much for your help, i am going to r ...Show All
JPD Visio needs vs beta 2 installed?
I installed august ctp team system was this a DVD ISO from MSDN Let me know where you got the DVD from so i can find it and look at the layout to see what blocks are in Visio. Thanks. ...Show All
Wolf How do I use the ScrollBar ?
I am kind of having a hard time figuring out how to use the scrollbar. I have created my own Canvas that displays a document. So I have a viewport (wich shows a part of the document), and a document (wich is basically another Canvas). How do I calculate and set the parameters for the scrollbar now So that the scrollbar reflects size and postion of my two Canvases For example: How do I calculate size scrollbar's viewport (ScrollBar.Viewport) ...Show All
sunwei2004 Custom editor, property grid commands
Hi, I'm developing a custom editor and I need to have VS property browser showing my custom commands (verbs). I can do this in the standalone application by passing IMenuCommandService to property grid context (site), but I can't do this while developing VSIP package. (However I'm able to use property grid for selection and editing properties of the selected objects). Editor view is inherited from WindowPane class and I'm trying to use IMenuCom ...Show All
sgaeng Create And Host Custom Designers With
Is there a sample for WPF like this one http://msdn.microsoft.com/msdnmag/issues/06/03/DesignerHosting/default.aspx I want to make a custom designer for the WPF. Hi Mark, Thanks for your info, The scenario I want is that: I want to enable the user to edit( add/edit fields...design editing, edit labels.. ) forms in my application and and the ability to save it. essmat ...Show All
_Ben_ Overload all <bold> tags
Is there anyway to set how bold the <bold> tag makes my text The default value seems too bold for how I want... Preferably it would be some kind of overload that is set as a resource which affects all the tags. Thanks! Hi Derek, I'm curious do you mean that in general, text in WPF appears bolder than in GDI or WinForms We're making some changes in the Rc1 release that may help. A ...Show All
TJSR Any option to find Track Revisions - Reject Insertion
Hi, We are working on word customisation using VSTO 2005. We have set the track changes on and inserted bulk of xml tags. On the tracked changes window, i have selected "Reject Insertion" option which fires XMLBeforeDelete event where i have done some functional things. Basically if Track Revisions - Reject Insertion option is selected, we need to skip some of the block of code execution in XMLBeforeDelete event. Is there any opt ...Show All
Gerardo Rossi Insert Images in code (visual studio code editor)
Note: I found this post on a different forum. I think this is the right place. Hi to all Is there any way so to include/insert images in my code (Visual Studio Editor), for example /* Some Comment */ void somefuction() { } that is fine, what i want is that suppose that here i want to insert a image related to the following fuction /* somepicture.jpg e.g */ void somefucntion() { } i think u understand my problem now , i did not want to us ...Show All
Petr Bouda Custom Editor issue : Opens with xml editor when file created with item template
I've developed a custom editor. When I've double click on my extension, VS opens it with my editor with no problem. Then I've crate an item template for my extension. But when I've select my item template from add new item dialog, VS opens my file with xml editor, not with my custom editor Note that, I did set my editor's priority to 0; but still has no change Higher numbers are higher priority so try setting the priority to 0x50. ...Show All
Hognose can i use inputs and outputs
I know the inputs, but I do not know the outputs until I'm in the logic of my custom Task. Is there anyway to still use inputs and outputs in my .targets file to control when things will build, or do I need to implement this myself in my Task class Thanks, Mike In your case, I'd recommend moving the up-to-date logic into the custom task. We're brainstorming ideas for making the project file's TLDA (Top L ...Show All
VS_BS Dynamic Customization
Hi all, I have a shared addin and a VSTO project. And I'm trying to catch Word events: Open, New, Close, SaveAs to add or remove the customization. My Shared Addin have a dialog that allows the user to select a file and open. Then, when the user select a file I customize it and all work fine. The problem is when i try to do the same in the Open Event. Here, the document is already open. So, I first close the document, customize it and r ...Show All
vnavna Debugging Error Message of VS2005
--------------------------- Microsoft Visual Studio --------------------------- The following module was built either with optimizations enabled or without debug information: C:\Documents and Settings\ Peter Peter \Local Settings\Application Data\assembly\dl3\GK36Y4X8.1TR\K1JO6NOP.P99\bc8980d3\f0e49e63_711dc601\MyResources.dll To debug this module, change its project build configuration to Debug mode. To suppress this m ...Show All
Teddydino Shared AddIn Deployment problem
Hi I have developed a simple managed com add-in in vb.net for MS Word 2003 which displays two message boxes in OnConnection and OnStartupComplete events. I did make the setup and installed it which is running fine. Now i deployed the same setup in another machine which is having windows 2000 SP4/.Net framework 2.0/word 2003/IE5 only installed on it. It does not displaying any message boxes. I did check the registry keys and i found that ...Show All
Ferry Meidianto REVISED QUESTION: How do you extract\install the IDE from the VS2005 TEAM install discs
This thread is a follow-up. Please post further answers or questions in the original thread . ...Show All
