TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About VSTO
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Dharati Patel (3)
Keyur Patel (2)
Hirendra Sisodiya (2)
Rajeesh Menoth (1)
Kasam Shaikh (1)
Ankit Saxena (1)
Shakti Saxena (1)
Syed Shanu (1)
Alessandro Del Sole (1)
Mahesha Channabasappa (1)
Amit Kumar Agrawal (1)
Related resources for VSTO
No resource found
How to Create Add-Ins Using VSTO in MS-Word
2/29/2024 7:15:07 AM.
VSTO application add-ins allows developers to extend Office applications. Visual Studio Tools for Office (VSTO) is a set of development tools available in the form of a Visual Studio add-in (project t
Creating PowerPoint Add-in using VSTO
4/14/2023 8:25:51 AM.
This article explains how we can create PowerPoint Addin using VSTO and how to access the PowerPoint objects like slides/shapes
Working On Microsoft Word Content Using VSTO Add-In
9/13/2022 5:52:49 AM.
In this article, we will learn how to get contents of a word document runtime, and work on those documents and their contents, like scanning them, validating them.
How To Create Custom Ribbon In Microsoft Word Using VSTO Add-in
9/7/2022 5:42:56 AM.
This article demonstrates how we can utilize VSTO add-in to create custom ribbon in word, how to add custom buttons/actions in word and what can be done with these custom actions.
Re-Enable A VSTO Add-In That Has Been Disabled
1/25/2018 5:55:28 PM.
This article will explain to you how to re-enable a VSTO Add-in that has been disabled.
Learning Path For Visual Studio Tools For Office (VSTO) Programming
11/6/2016 4:35:39 PM.
A simple but productive way of learning Visual Studio Tools for Office (VSTO) programming.
SharePoint And VSTO Templates in Visual Studio 2015
1/21/2016 2:47:28 PM.
In this article you will learn how to use SharePoint and VSTO Templates in Visual Studio 2015.
My First Excel AddIn Using VSTO
8/15/2015 4:59:02 PM.
This article explains Excel addIns using Visual Studio Tools.
VSTO Excel and Word Add-In C#
2/17/2015 9:10:23 PM.
In this article you will learn about VSTO Excel and Word Add-Ins C#.
How to Retrieve Macro Name Using VSTO in C#
1/15/2014 4:12:58 AM.
This article demonstrates how to get a Macro Name using VSTO in C#.
VSTO 2010 in VB.NET-Customizing Ribbon in Word Add-in
12/1/2012 4:53:24 AM.
In this article we will learn that how to customize this ribbon in word application.
Using LINQ in word 2007 with VSTO and VB 2008 in VB.NET
11/9/2012 4:55:18 AM.
This article shows an example of integrating LINQ and Visual Studio 2008 Tools for office to query Word documents properties, via Visual Basic code.
VSTO 2010 - How to make word add-in
9/30/2012 2:23:37 AM.
This article describes that how to make a Word addin with the help of Visual Studio Tools for Office technology.
VSTO2005- Usage and deploying a Smart Client Application
10/17/2006 1:50:13 AM.
VSTO2005 has been a great relief to .NET office developers as a result of its enhanced features. It’s been a long time desire for office programmers to have something which would provide them an interface to program the office components just like any other interactive forms.
Adding Picture To Button On OutLook CommandBar
1/7/2006 2:30:01 AM.
This article describes the process to add a picture on a button on an Outlook Commandbar while using Explorer or Inspector.