Click here to Skip to main content
15,891,136 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 Title

Visual Studio 2008 

19 Jan 2011 by GPUToaster™
.NET Interop Revisited
7 Sep 2012 by zippy1981
This is an alternative for "ODBCTracer"
18 Jan 2013 by Andrey Sitaev
Here I placed source files, binaries and brief instructions for FastGrid control.
7 Jun 2012 by Mario Majčica
A well justified practice for mapping TFS collections on your local PC.
1 Oct 2016 by Howard 9448490
A WYSIWYG Printer Interface for Rich text
1 Apr 2015 by Lantert
Add Excel style filter function to Chris Maunder's CGridCtrl
20 Aug 2023 by Ștefan-Mihai MOGA
How to download files from an HTTP server.
29 Apr 2011 by dontumindit
An Easy Way To Query a Database
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...
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; ...
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...
5 Nov 2014 by Arkadeep De
Bluetooth Desktop Locker with Android Application
5 Jul 2012 by Matthias Böhnke
Bug Fixes for Reading Barcodes from an Image - III
18 Aug 2014 by Emiliarge
Read and write data to Access databases without limitations caused by the use of the SQL.
30 Jan 2015 by Emiliarge
Using FindWindow() and WindowFromPoint() to identify window, and SetWindowText(), MoveWindow(), SetForegroundWindow(), EnableWindow() to interact with it
6 Mar 2015 by Darkencrow
A multi-drawer style collapsable UI container
2 Sep 2013 by Szymon Roslowski
Just another approach to understanding communication between HID devices and C#.
30 Aug 2014 by Emiliarge
2 ways to read and write data to *.xls and *.xls files and display it on DataGridView.
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.
5 Jul 2013 by Abhay giri
Here we see how can we invoke other orchestration by using Call orchestration shape
9 Sep 2015 by Bob Stoom
New drag-and-drop intuitive engine on the OCR MODI base
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
24 Jun 2013 by Tejashwi Kalp Taru
Ever wanted to change the Windows Aero color without restarting the DWM?
2 Apr 2015 by Chris Jorna
Source code and demo on general TCP client & server library mainly usable for / tested on SICK lidar devices
2 Dec 2012 by Bikash Karmokar
Connecting Windows Form Application With ADO.NET in C#
7 Jun 2013 by FatzBomb
How to convert a written number to a numerical value anywhere in a string.
18 Jul 2013 by User 4838655
A simple utility to convert VS2008 .msi to WiX project
30 Aug 2015 by jansok
A tip on converting multiple image files (BMP, PNG, GIF, JPEG, TIFF) to single or multiple PDF
21 Mar 2015 by SaahilPriya
The sample demonstrates how to count the number of OLE Automation Objects running at a particular time.
20 Sep 2012 by Sreedhar Puligundla
Simple steps to create SQL joins by using SQL Server 2008 Management Studio
8 Oct 2017 by _Flaviu
A memory CTreeCtrl like object, but resident in memory only
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
10 Sep 2015 by Bob Stoom
Working code of the custom MenuStrip on the LinearGradientBrush constructor base. And how to control Form without borders.
11 Sep 2016 by Avatar2400
This is a simple class that allows you to have message box with checkbox and other small features.
1 Apr 2013 by Weberto.com
Event to delete rows by selected cells.
26 Jul 2016 by Yochai Timmer
Debugging C++ projects in release. Finding the lost object information
3 Jul 2015 by Shivachalappa Gotur
Detecting USB Modem Device using C#.NET
31 May 2016 by mbue
switch ... case statement for strings
6 Oct 2018 by DX90
A simple library to control registry easier
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.
19 Jun 2015 by ss9o9o9o
Transferring backup files from a remote SQL Server and Dynamic SQL Connection with Restore utility.
4 Oct 2015 by Member 12032084
.dll for making the FTP management with VB.NET easier
15 Jul 2014 by Yamin Khakhu
10 Dec 2013 by JRINC
Connect to remote socket via System.Net.Sockets.Socket.Connect method with timeout controlled by System.Threading.Timer
24 Feb 2014 by JatinKhimani
Export Gridview data in Excel formate with gridview design.
5 Dec 2015 by Krishna P Seetharaman
How to expose multiple operations of an orchestration as multiple methods in a single web service(.asmx). Also explains how to use asynchronous approach in calling these web methods. We can add more methods to the orchestration and these new methods will be visible in the same web service
11 Sep 2014 by LORY Flavien
Fast detection of big barcode 39
15 Feb 2015 by Yuri Heymann
Source code for the article titled "A Finite-Difference Model for the Thermal History of the Earth
16 Mar 2009 by m_sylvain
This tip shows how to build an FxEngine plugin to stream video data from a webcam
7 Jun 2012 by Joshi, Rushikesh
How to Generate Sample XML from XSD
12 Jan 2012 by Ștefan-Mihai MOGA
How to get temporary files with any extension.
8 Jun 2012 by pdoxtader
Use DeviceIoControl, QueryDosDevice and WNetOpenEnum to get information about your system.
27 Sep 2013 by dontumindit
Communication with database in .NET is easy but sometimes one gets stuck by wrong format of connection string
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[^]
1 Mar 2011 by bipin9
goto Server Explorer right Click on DataBase Click on properties in properties window you will get Connection String copy it & use where you want use !!
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[^].
3 Mar 2011 by MikkelAndersen
I get it from the web.config via ConfigurationManager.ConnectionStrings;This makes it possible to keep all connectionstring settings in the web.config file.For example: http://www.dreamincode.net/code/snippet1676.htm[^].
2 Feb 2016 by MaxMax14
Keep the items highlighted when focus is on another control
6 Nov 2014 by Pikoh
A simple method to join several images in a single file and recover them afterwards
8 Dec 2009 by Your Display Name Here
How to use WebBrowser, a form, and an MDI parent to open Excel files
5 Jul 2010 by Md. Marufuzzaman
For programmers it is more important that you identify whether you are allowed to do something.
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
26 Jan 2017 by John Melling
This is a simple program that demonstrates a method used to adjust the screen brightness on any C# application.
13 Apr 2018 by _Flaviu
A method of how to get rid of "close" menu from multiple CDockablePane panels
13 Nov 2011 by KazMaxLtd
This article describes how to hide or show TabControl tabs at runtime
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...
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...
18 Apr 2013 by rocket42
How to make a multi-language application in C#.
12 Apr 2016 by Shao Voon Wong
How to prevent SQL injection attacks when using dynamic SQL in stored procedures
15 Dec 2017 by trident99
The HPC Template Library is a supplement to the Standard Template Library providing threadsafe containers.
19 Apr 2013 by indianDEV
Re-sizing images to equalize the width & height
11 Apr 2011 by Albert Holguin
The vc compiler and intellisense don't look for pre-compiled header in a similar manner, this is a summary of the issue along with workarounds
30 May 2012 by Ahsan Murshed
This article gives ideas to developers to increase development time productivity using the free Visual Studio 2010 extensions.
13 Nov 2014 by TANMAY N
How to Integrate Google map in VB.NET without using any API in VB.NET Windows application
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.
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.
23 Mar 2016 by _Flaviu
A way to know when a floating CDialogBar is closed
10 Jul 2014 by maz2331
License Key class to make generating and validating keys easy.
17 Feb 2011 by dontumindit
While dealing with databases, sometimes there is a need to get a list of tables in the application
25 Feb 2015 by Mohsen Heydari
Intercepting WCF and SOAP services for logging SOAP envelope
6 Feb 2023 by shunninghuang
Software named M1.NET which shows the details of decrypting arcade game audio
26 Mar 2015 by Sergey Alexandrovich Kryukov
Popular question on Forms collaboration, also answered for WPF
20 Jun 2014 by NobsterTheLobster
Implements a taskbar notifier using an invisible window and a popup control
17 Jan 2015 by rolandomontero
MySQL Connector for Visual Basic, obtaining a data table
13 Nov 2013 by BrokenEvent
Simple and fast .NET XML parser without using System.Xml
13 Jan 2014 by Antonio Lopez R
Specific implemetation for Mexico CFDI. others can use as they need
20 Sep 2014 by Baliram Suryawanshi
Pass OUTPUT parameter from stored procedure to SSIS Precendence Constraints
2 May 2013 by charan anasam
Visual Studio comes with seven refactoring options as explained here.
6 Mar 2013 by wmjordan
Rendering text with OpenType fonts by P/Invoking GDI API in WinForm applications.