Click here to Skip to main content
15,884,298 members
Everything / Visual Studio / Visual Studio 2008

Visual Studio 2008

VS2008

Great Reads

by Szymon Roslowski
Just another approach to understanding communication between HID devices and C#.
by Dmitri Nеstеruk
Let's create a simple project estimation DSL using F#!
by Sergey Alexandrovich Kryukov
Display names and descriptions for enumeration members: a non-intrusive, reliable, localizeable method.
by Nish Nishant
This articles explains how to implement a TypeDescriptionProvider for a class to support multiple object types using a single class type

Latest Articles

by Ștefan-Mihai MOGA
How to download files from an HTTP server.
by Sergey Alexandrovich Kryukov
A computer keyboard can be turned into an isomorphic musical instrument, to help in deeper exploration of the Musical Harmony and even to inspire new musical ideas
by Tough Developer
How to compile WinQEMU v0.10.2 in VS2008 and VS2012
by shunninghuang
Software named M1.NET which shows the details of decrypting arcade game audio

All Articles

Sort by Score

Visual Studio 2008 

2 Sep 2013 by Szymon Roslowski
Just another approach to understanding communication between HID devices and C#.
6 Feb 2023 by shunninghuang
Software named M1.NET which shows the details of decrypting arcade game audio
16 Feb 2011 by jim lahey
Or you could just pop over to:http://www.connectionstrings.com/[^]Use the exhaustive samples they provide and not hard code your connection strings by using a standard .NET configuration file:http://msdn.microsoft.com/en-us/library/1xtk877y.aspx[^]
10 Jul 2014 by _Flaviu
A small guide to use VTK in MFC
26 Mar 2015 by Sergey Alexandrovich Kryukov
Popular question on Forms collaboration, also answered for WPF
5 Jul 2010 by Md. Marufuzzaman
For programmers it is more important that you identify whether you are allowed to do something.
13 Apr 2018 by _Flaviu
A method of how to get rid of "close" menu from multiple CDockablePane panels
1 Mar 2016 by Sergey Alexandrovich Kryukov
In response to an interesting Quick Questions & Answers Inquirer's request, I'm showing how to create an impression of window rotation in a simple way
20 Nov 2010 by Ajay Vijayvargiya
Open the Folder of current file with a simple keystroke
20 Nov 2011 by Bernhard Hiller
That's far too obscure.All you need to do is store a reference to the TabPage instance which was removed from the TabPages collection of the TabControl. You may use the form where the TabControl is placed for that purpose.You could also create your own TabControl which has an extra property...
5 Jul 2012 by Matthias Böhnke
Bug Fixes for Reading Barcodes from an Image - III
6 Mar 2013 by wmjordan
Rendering text with OpenType fonts by P/Invoking GDI API in WinForm applications.
6 Apr 2017 by Sergey Alexandrovich Kryukov
Focused TextBox blocks Undo/Redo invocation of other components, but the problem can be solved comprehensively
20 Jun 2014 by NobsterTheLobster
Implements a taskbar notifier using an invisible window and a popup control
26 Sep 2015 by Piyush Manharlal
Using integer instead of Enum for ComboBox and Radio Button in XAML
11 Sep 2016 by Avatar2400
This is a simple class that allows you to have message box with checkbox and other small features.
12 Nov 2016 by Mang Irpan
This control is a datagridview that can contain control as its node, and it can contain unlimited node control
7 Jun 2012 by Mario Majčica
A well justified practice for mapping TFS collections on your local PC.
20 Sep 2012 by Sreedhar Puligundla
Simple steps to create SQL joins by using SQL Server 2008 Management Studio
25 Feb 2015 by Mohsen Heydari
Intercepting WCF and SOAP services for logging SOAP envelope
9 Sep 2015 by Bob Stoom
New drag-and-drop intuitive engine on the OCR MODI base
4 Oct 2015 by Member 12032084
.dll for making the FTP management with VB.NET easier
1 Apr 2015 by Lantert
Add Excel style filter function to Chris Maunder's CGridCtrl
17 Feb 2011 by dontumindit
While dealing with databases, sometimes there is a need to get a list of tables in the application
3 Mar 2011 by crocks256
The ConnectionStringBuilder classes in .NET can be quite handy...http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnectionstringbuilder.aspx[^].
18 Jul 2014 by Ajit Kumar Thakur Microsoft
This tip contains simple step by step solution to read SSAS cube data using MDX query and display in SSRS report.
4 Nov 2014 by Diwakar M A
WPF based preloader animation sample. Let's make WPF applications more interactive during long process.
19 Jun 2015 by ss9o9o9o
Transferring backup files from a remote SQL Server and Dynamic SQL Connection with Restore utility.
23 Mar 2016 by _Flaviu
A way to know when a floating CDialogBar is closed
28 Dec 2012 by Nishith Jain
Balloon tool tip for the text box.
19 Apr 2013 by indianDEV
Re-sizing images to equalize the width & height
2 May 2013 by charan anasam
Visual Studio comes with seven refactoring options as explained here.
16 Sep 2014 by Math08avan
SQL Server Integration Services - How to read a text file
21 Mar 2015 by SaahilPriya
The sample demonstrates how to count the number of OLE Automation Objects running at a particular time.
8 Dec 2009 by Your Display Name Here
How to use WebBrowser, a form, and an MDI parent to open Excel files
14 Feb 2011 by FZelle
You are both wrong with the DataAdapter.Why do you think there is an overload with the querystring and the connectionstring?public DataSet select_query(string query, string con_str){ try { using (SqlDataAdapter da = new SqlDataAdapter(query,con_str)) { ...
14 Feb 2011 by woric
The sample code provided by Andrew Rissing is a huge improvement over the original, but incorrectly catches the exception and displays a MessageBox. (Andrew correctly points out this is not a good idea.)A better solution is to allow the exception to fail:public DataSet...
7 Sep 2012 by zippy1981
This is an alternative for "ODBCTracer"
1 Apr 2013 by Weberto.com
Event to delete rows by selected cells.
20 Sep 2014 by Baliram Suryawanshi
Pass OUTPUT parameter from stored procedure to SSIS Precendence Constraints
16 Aug 2015 by Wombaticus
A beginner's introduction to using data classes in ASP.NET.
9 Sep 2015 by FrankNight
In this tip, I show a set of helper classes useful to prepare and send messages to the SqlXML Joomla component and execute remote SQL calls to your hosted website.
13 Nov 2013 by BrokenEvent
Simple and fast .NET XML parser without using System.Xml
19 Feb 2015 by Vyacheslav Chernykh
CTreeView is the advanced TreeView control for .NET WinForms that supports more features, different layouts and any controls in the nodes.
26 Jul 2016 by Yochai Timmer
Debugging C++ projects in release. Finding the lost object information
24 Apr 2010 by Md. Marufuzzaman
Introduction How can you lock your Windows NT based Workstation programmatically? To do this, you just need a little basic knowledge on how to use user32.dll. Here you will find a function name as LockWorkStation() and you need to know how to call this function. A sample example with the...
8 Oct 2017 by _Flaviu
A memory CTreeCtrl like object, but resident in memory only
30 May 2012 by Ahsan Murshed
This article gives ideas to developers to increase development time productivity using the free Visual Studio 2010 extensions.
6 Oct 2018 by DX90
A simple library to control registry easier
28 May 2013 by akramKamal
Code to serialize/deserialize any object to an XML file.
15 Dec 2017 by trident99
The HPC Template Library is a supplement to the Standard Template Library providing threadsafe containers.
5 Nov 2014 by Arkadeep De
Bluetooth Desktop Locker with Android Application
6 Jul 2010 by TheyCallMeMrJames
Leverage VSDoc and DEBUG file documentation in VS2010
10 Sep 2015 by Bob Stoom
Working code of the custom MenuStrip on the LinearGradientBrush constructor base. And how to control Form without borders.
15 Feb 2015 by Yuri Heymann
Source code for the article titled "A Finite-Difference Model for the Thermal History of the Earth
15 Jul 2014 by Yamin Khakhu
14 Jan 2017 by trident99
CalcStar is an expandable, fast C++ function evaluator that gives the user the same computational power as a scientific calculator.
10 Jul 2014 by maz2331
License Key class to make generating and validating keys easy.
24 Feb 2014 by JatinKhimani
Export Gridview data in Excel formate with gridview design.
2 Dec 2012 by Bikash Karmokar
Connecting Windows Form Application With ADO.NET in C#
27 Mar 2013 by metastruct
Easy to use class for downloading, uploading, and other FTP commands.
27 Sep 2013 by dontumindit
Communication with database in .NET is easy but sometimes one gets stuck by wrong format of connection string
8 Apr 2012 by Sreedeep.S
Serial Communication with the .NET Framework in Winforms
23 Feb 2015 by Sujith Karivelil
This article Describes Connectivity to Gmail using IMAP, and also guide you to download and save mail content along with attachment.
24 Jun 2013 by Tejashwi Kalp Taru
Ever wanted to change the Windows Aero color without restarting the DWM?
10 Dec 2013 by JRINC
Connect to remote socket via System.Net.Sockets.Socket.Connect method with timeout controlled by System.Threading.Timer
2 Feb 2016 by MaxMax14
Keep the items highlighted when focus is on another control
12 Apr 2016 by Shao Voon Wong
How to prevent SQL injection attacks when using dynamic SQL in stored procedures
4 May 2012 by _Flaviu
A class designed to connect to a database through ODBC and perform basic operations such as inserts, updates, and deletes
6 Nov 2014 by Pikoh
A simple method to join several images in a single file and recover them afterwards
14 Feb 2011 by Andrew Rissing
The following samples should take advantage of using statements and furthermore built in features of the ADO.NET framework. Furthermore, if you open a connection, make sure you open it at the latest time possible and close it as soon as possible.Edit: While I was originally not trying to...
31 Oct 2014 by ShaikAnwar
This topic gives us an idea of how to write Linq queries on Entities & DataTable. This covers some basic querying and also usage of joins and group by using LINQ.
17 Nov 2015 by flyhigh
SOUI is a directui library and had been used in many commercial softwares, which is published based on MIT and is completely free to any user.
4 Jan 2016 by Zdenek CZ
Let's go to write ASP.NET GridView with the ability to edit cell on click and save the changes on Enter
8 Jun 2012 by pdoxtader
Use DeviceIoControl, QueryDosDevice and WNetOpenEnum to get information about your system.
30 Jan 2015 by Emiliarge
Using FindWindow() and WindowFromPoint() to identify window, and SetWindowText(), MoveWindow(), SetForegroundWindow(), EnableWindow() to interact with it
11 Sep 2014 by LORY Flavien
Fast detection of big barcode 39
18 Aug 2014 by Emiliarge
Read and write data to Access databases without limitations caused by the use of the SQL.
30 Aug 2014 by Emiliarge
2 ways to read and write data to *.xls and *.xls files and display it on DataGridView.
18 Jan 2013 by Andrey Sitaev
Here I placed source files, binaries and brief instructions for FastGrid control.
7 Jun 2012 by Joshi, Rushikesh
How to Generate Sample XML from XSD
12 Jul 2014 by Zain Ul Abidin
Now it's time to change the usage scope of your laptop Webcam
1 Oct 2016 by Howard 9448490
A WYSIWYG Printer Interface for Rich text
13 Nov 2014 by TANMAY N
How to Integrate Google map in VB.NET without using any API in VB.NET Windows application
23 Feb 2011 by PrimeCoder
Nice,How about adding a couple of other methodspublic static void Parameter(IDbCommand command, string naam, object value){ IDbDataParameter par = command.CreateParameter(); par.ParameterName = naam; par.Value = value ?? DBNull.Value; ...
12 Jan 2012 by Ștefan-Mihai MOGA
How to get temporary files with any extension.
6 May 2013 by trident99
An STL based simple XML serialization and de-serialization engine
6 Mar 2015 by Darkencrow
A multi-drawer style collapsable UI container
16 Mar 2009 by m_sylvain
This tip shows how to build an FxEngine plugin to stream video data from a webcam