Dot Net Tips & Tricks , C# (C Sharp)Tips & Tricks

Visual Studio .NET Tips and Tricks, VB.NET Code Samples, C# Code Snippets, ASP.NET Code Samples, .NET Tips and Tricks, C# Tips & Tricks, Visual Studio 2010, .NET Framework Code Samples, VB.NET Tips & Tricks

Monday, November 8, 2010

How to Display Line Numbers in Visual Studio

›
Show Line Numbers in Visual Studio It is always better to have Line numbers displayed in Visual Studio when you debug your VB or C# Projec...
Saturday, September 18, 2010

Cint Function in VB.NET / Convert String to Integer in VB.NET

›
Following snippet provides a hint for Converting an Integer to String Dim i1 As Integer Integer.TryParse("13", ...

Abstract Classes in VB.NET

›
Abstract classes are base classes that has to be inherited.  A class can be made as an abstract with MustInherit modifier Abstract classes...
Thursday, September 16, 2010

How to make Windows Form fit FullScreen using VB.NET

›
We have already seen How to Get Width and Height of Desktop Screen using C#/VB.NET in previous post. The following VB.NET snippet provides ...
1 comment:
Friday, August 27, 2010

Video Tutorial - Add a new button on Office backstage using C#

›
How to add a new button to Office (Excel) Backstage from Addin using VSTO (C#) The following XML adds a new button on Backstage. The but...
Thursday, August 26, 2010

What is a Backstage view and How to customize it?

›
Backstage view in Office 2010 - An Introduction Backstage was introducted in Office 2010 to hold commands and menus which are do some...
1 comment:
Tuesday, August 24, 2010

How to Get Width and Height of Desktop Screen using C#/VB.NET

›
How to resize Windows form to fit Windows screen using C#/VB.NET The following code resizes the Form Window to fit the entire screen . i...
2 comments:
‹
›
Home
View web version
Powered by Blogger.