Visual Studio add-in to support images inline with source? [closed] - visual-studio

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
We use Visual Studio 2005 here, and in an attempt to improve the documentation of our source, we're looking for a Visual Studio add-in that will allow images to be viewed in line with source from within the IDE.
For example, the use case I'd like to fit is the following:
In the directory in which my source lives, I save my image file my_image.png.
In the source file, I write a comment of the form /// #image my_image.png
The add-in allows me to toggle between seeing the text /// #image my_image.png and viewing the actual image within the code editing window, inline with whatever source surrounds it.
Does anyone know of an existing add-in for VS 2005? If not, does the VS add-in api allow for such functionality?
Thanks!

It is extremely difficult, if possible at all, to do this until Visual Studio 2010.

Related

VB.NET Missing Reference (Microsoft.Office.Interop) after MS Office Recovery [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
Just before I got a problem with excel and I recovered MS Office with online option. After that my excel works well, but my project in Visual Basic VB.NET lost excel reference(Microsoft.Office.Interop). I recovered already Visual Studio, but it still loses reference. I use Office Home & Student 2019 and Visual Studio 2019. Please, help me to fix it.
Have you tried simply adding the Microsoft.Office.Interop.Excel extension library?
Further to your comments, if that reference isn't available/visible, check this SO question: Microsoft.Office.Interop.Excel Reference Cannot be found.
Personally, out of the answers there, I'd try the NuGet option first:

Where to download microsoft "Visual C++: Samples Included in Visual C++" [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Microsoft website listed the Visual C++ samples at Visual C++: Samples Included in Visual C++, however, I could not find the download page.
Visual Studio menu, Help, Samples, does come out a dialog showing that I can download samples from online, but it seems not include the projects in the listing page above, for example, I tried to search "DLLScreenCap Sample: Demonstrates a Regular DLL That Statically or Dynamically Links to MFC" but to no avail.
I'm using Visual Studio 2013.
Where could one find such samples?
You can find every sample in the Visual Studio Developer Center.
Note that most of the examples on your page are deprecated, i.e. they are not available for download any more. You would have to find other samples that fit your needs.

Code Review with Visual Studio 2015 and TFS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
We are running TFS and VS2015. Crucible does not support TFS. Is there another product for doing code reviews? similar to Crucible?
You can use Visual Studio to ask someone else from your team to review it. Your request will show up in his team explorer, in the 'my work' page. More detail steps for you reference: Get your code reviewed with Visual Studio
If you want people on your team to review code in a Git team project, you can use a pull request to review and merge the code. More info from MSDN: Conduct a Git pull request
If you are looking for plug-in tools for Visual Studio, here is a good one: Review Assistant

Easiet software to create a GUI for beginner programmers? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I am in my first year of programming and I was assigned to create a GUI using software such as Dreamweaver, VB, ect. I was hoping to get some input on how to go about this project, without learning a boat load of code or a software I am unfamiliar with.
I am familiar with DW and VB, but not really sure how to create a GUI using VB. I have heard of a designer feature in VB.
If you are using anything after Visual Basic 6 & are programming for Windows, Visual Studio comes with one. Should be File->New->New Project->Visual Basic->Windows->Windows Form Application or similar depending on the edition & settings of Visual Studio (The 'form' is the relevant part)
If you are a student, you can get Visual Studio Professional at DreamSpark. If not, you can get Visual Studio Express Visual Basic for free.

In vs2010, I am not able to see any templates like empty asp .net website [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
When i open vs2010 then click on create new website , I am not able to see any templates like empty asp .net website, it shows no templates, How can I get back all templates , help me , thanks in advance ?
Taken completely from Mitch Wheat's answer on Visual Studio 2010 missing ASP.NET projects templates?
Default Project Templates in Visual Studio
Available templates may vary according to Visual Studio version, SKU,
installation options, and other customizations. If you are missing a
template that comes with your installation, run devenv.exe with the
/installvstemplates switch. For more information, see How to:
Restore Default Project Templates.

Resources