Click here to Skip to main content
15,887,485 members
Everything / Operating Systems / Windows / Windows Vista

Windows Vista

Vista

Great Reads

by Dr. WPF
.NET 3.5 SP1 is here! It's time to break out your DirectX skills. This article provides the information necessary to get started using a new DirectX interop feature in WPF called D3DImage.
by Jeffrey Walton
Import and export Cryptographic Keys in PKCS#8 and X.509 formats, using Crypto++, C#, and Java.
by Hans Dietrich
This series of articles is a step-by-step guide to reading files stored in your program's resources. Along the way I will present some non-MFC classes to assist you in reading text, binary, zip, and even encrypted files that have been compiled into your program as resources.
by Dr. WPF
This article describes a new approach by which an element can remove its visual and logical relationships to its children while maintaining a conceptual parental relationship with those children.

Latest Articles

by Star Vega
Creating a rich OutlookBar in XP or Vista style
by Jayson Ragasa
Multi RDP Client .NET is used for managing your RDP connections. It allows you to Import/Export .RDP files, disconnect all connection at one click, and connect all your servers at one click as well.
by Steffen Ploetz
Another fully functional ownerdraw menu with minimal effort - this time based on Win32, with icons instead of bitmaps, with accelerators and tested for ReactOS and WinNT 4.0 to Windows 10
by Octavio Loyola-González, Miguel Angel Medina-Pérez, Andres Eduardo Gutierrez Rodriguez, Milton García Borroto
In this article, we introduce a framework in C# for fingerprint verification, we briefly explain how to perform fingerprint verification experiments and how to integrate your algorithms to the framework.

All Articles

Sort by Updated

Windows Vista 

31 Mar 2021 by Star Vega
Creating a rich OutlookBar in XP or Vista style
12 May 2020 by Jayson Ragasa
Multi RDP Client .NET is used for managing your RDP connections. It allows you to Import/Export .RDP files, disconnect all connection at one click, and connect all your servers at one click as well.
23 Jan 2020 by Steffen Ploetz
Another fully functional ownerdraw menu with minimal effort - this time based on Win32, with icons instead of bitmaps, with accelerators and tested for ReactOS and WinNT 4.0 to Windows 10
2 Jan 2019 by Octavio Loyola-González, Miguel Angel Medina-Pérez, Andres Eduardo Gutierrez Rodriguez, Milton García Borroto
In this article, we introduce a framework in C# for fingerprint verification, we briefly explain how to perform fingerprint verification experiments and how to integrate your algorithms to the framework.
6 Nov 2018 by Dirk Bahle
How to create a new tool window in AvalonDock [2.0]
29 Sep 2018 by libbyliugang
A splitter control for dialog can auto change the linked window's position
19 Jul 2018 by Ajcek84
PSAM Control Library ported over to WPF
19 Jul 2018 by Ajcek84
WinForms library containing the IncipitViewer control for drawing musical notes
16 Jun 2018 by User 7429338
To check for null and empty: if (mydatagridview == null || mydatagridview.Rows.Count == 0) { // message } Rows.Count doesn't calculate the rows at the time of calling, but returns a value that is updated when adding and deleting rows. There is no problem calling it to check if the...
16 Jun 2018 by Member 13873651
I have a button that does an operation. but if my datgridview is empty or null it will prom a message saying it is null or empty. What I have tried: if (mydatagridview.rows.count == 0) { //message } but this is checking every row that I have what if I have tons of rows.is there other way for...
10 Jun 2018 by hasan bozkurt
How to obtain HDD information with C#
28 Feb 2018 by Antonio Petricca
Win32, compiler independent, and extensible passive debugger
12 Jan 2018 by Yuval Naveh
A playback practice tool for musicians that allows slowing down, changing pitch, defining presets and loops on music files.
3 Aug 2017 by Member 12544350
I Impliment Credential Provider dicover that microsoft supply combox ,editText, submitbutton,no control an interface for voice recognition logon. i want to my voice logon module can logon the system,but not input password not authentication password by AD sever.my voice module is...
1 Aug 2017 by Arthur V. Ratz
Use HTML/CSS/JavaScript/Ajax for creating a simple lightweight Windows Vista/7 sidebar desktop gadget
13 Jul 2017 by Chris Moutsos
How to connect to Amazon S3 with gSOAP to store and retrieve data
8 Jun 2017 by David A. Gray
Historically, ETW has been portrayed as having a very steep learning curve, along the lines of the effort required to summit Everest. Realizing its potential value, I set about to reduce the effort to that required to summit Pike's Peak.
3 May 2017 by dmihailescu
A Visual Studio add-in that inserts some commonly known OO patterns into your working project and searches your highlights online.
25 Apr 2017 by Rene Bustos
I will show you how to get a response from a Web Service developed over .NET (version does not matter)
4 Apr 2017 by Abhineet Ayan Verma
Major calling conventions for Win32 and best suited functions
3 Feb 2017 by Maximilien
If I have a CFileDialog with multiple file extensions (filters), is there a way to have it change the filename change its extension depending on the selected filter ?if I have (simplified) the following filter "*.txt;*.xls;*.jpg;*.cpp" and in the file dialog I have a default file name...
29 Jan 2017 by BornToBeRoot
Based on the other solution, but this will ignore IPv6 and without DNS...1) Enable DHCP2) RenewDHCPLease3) FixGateway()public static void FixGateway(string networkInterfaceId) { foreach (ManagementObject adapter in new...
29 Jan 2017 by Mahyar.FF
Hi,Now I'm writing this, I've read about 30 pages over internet and found nothing acceptable.I have written a code using WMI(Win32_NetworkAdapterConfigurationonfiguration) in VB.Net which sets and clears Gateway/DNS for a specific IPEnabled network adapter.This code works great on...
11 Dec 2016 by Ștefan-Mihai MOGA
Did you spot any bugs today? Than this tool might save some of your time
8 Dec 2016 by rerhart585
Using SQLite, leverage the create_aggregate(), and SQL's Between Operator to create a Normal Probability Distribution Histogram, or what is more commonly referred to as a Bell Curve.
13 Oct 2016 by Fredrik Bornander
Showing how to prune nodes of a TreeView as a means of searching
11 Sep 2016 by Avatar2400
This is a simple class that allows you to have message box with checkbox and other small features.
14 Jun 2016 by Alex Wiese
Monitors log files and displays text as it is appended to the file
27 May 2016 by icemanind
How to automatically create data access layers and business layers from a Microsoft Access or a SQL Server database
17 May 2016 by stevemk14ebr
A modern, universal, c++ hooking library.
13 Apr 2016 by Steve Grundy
This article describes using the Windows MIDI API functions in a managed environment.
12 Apr 2016 by Shao Voon Wong
Using SSE2 to speed up alphablending.
9 Apr 2016 by NightWizzard
Handling for hex expressions and the trailing '}'
5 Apr 2016 by Mark Kruger
To And From Binary Literals for all standard .net numeric value types.
20 Mar 2016 by Michael Chourdakis
My ideas about remote debugging and my implementation.
24 Jan 2016 by Vladimir Misovsky
Overriding CMFCShellTreeCtrl and CMFCShellListCtrl classes
8 Dec 2015 by Thomas Daniels
This article explains speech recognition, speech to text, text to speech and speech synthesis in C#.
30 Nov 2015 by Mohammad Dayyan, VahidJafari
A library for creating .Net Serializable Expressions to send via WCF services
4 Nov 2015 by Murray Foxcroft
Integrating WPF and XAML with the Windows forms NotifyIcon control to produce a slick, styled popup window when the mouse is moved over the NotifyIcon
2 Nov 2015 by icemanind
6 Oct 2015 by Fandango68
Use JavaScript to manage control layouts, formatting and highlights, without the need for Postback which is not so clean.
30 Sep 2015 by Timo Kunze
Use undocumented parts of the Windows Vista list view API to enhance your application.
26 Sep 2015 by Southmountain
Some take-away to improve the quality of desktop software
21 Aug 2015 by David Hall
An MRU Manager Component that can be dropped on a Windows Form or WPF Window and integrates with Menu, MenuStrip, Application Settings, Registry, and Windows Recent Files.
16 Aug 2015 by Bharath K A
Parallel fast compression uses TPL to achieve complete usage of a multi-core system. Fast compression compresses files nX times faster, where n = the number of processors in the machine.
4 Aug 2015 by dmihailescu
A windows explorer extension for easy binary/text file comparisons and calculating the MD5, SHA1, SHA256 hashes.
8 Jul 2015 by Sergey Alexandrovich Kryukov
Southmountain wrote:it is both. I want to understand the process from installation to starting my application by users on Windows Vista. For XP we do not have issue because user has administrative privilege.All right, both. The installation chooses to request "Run as Administrator" or not,...
6 Jul 2015 by Sergey Alexandrovich Kryukov
Please see my comment to "Solution 1" for major consideration on installation.You should not decide if your application goes to certain directory. The installers "know" that, because they negotiate with OS about standard path for installed application. If Windows is targeted to x86, this is...
6 Jul 2015 by virusstorm
Anytime you perform an installation you will need some sort of permissions, typically administrative, and this is especially true if your installer or EXE isn't signed. My recommendation is to to follow the pattern Microsoft has laid out and use the Program Files folder. A user with the rights...
6 Jul 2015 by Southmountain
If I want to design my application(written in C#) for Standard Users, which folder I shall install my application on customers' machines? If I install my application on Program Files folder, it needs admin permission....
5 Jul 2015 by Tantum
How to show your forms in the current active display on dual (or more) monitors
24 Jun 2015 by maratoni
This is a brief tutorial on how to sign a Windows device driver with WDK 7.1
16 Jun 2015 by dmihailescu
Customize OpenFileDialog and SaveFileDialog using a WPF Window
1 Jun 2015 by jimying.sh
Have you solved ? I face the same problem, Could you share with me?
19 May 2015 by Yohamnes Hernandez
How to free blocked files, inclusive if they are mapped in memory. Something that many tools are missing.
7 May 2015 by Winfried Wille
M3U-Copy copies the entries of a playlist in the M3U format to a target directory or rewrites the playlist
3 May 2015 by Pankaj Choudhary - C++ Devepoler
10 Apr 2015 by El_Codero
Convert doc/docx documents to pdf with Foxit Reader Printer. Works without use of Word Interop/SharePoint.
25 Mar 2015 by Chivate Atul
Tracing dead-locks in multi-threaded applications.
24 Mar 2015 by Carlos Jiménez de Parga
Explanation of a consistent 3D graphics software architecture through a basic OpenGL application
19 Mar 2015 by Peter T. Ringering
A program that makes editing code comments and XML comments easier.
17 Mar 2015 by Tsuda Kageyu
Provides the basic part of Microsoft Detours functionality for both x64/x86 environments.
16 Mar 2015 by sunhui
In this paper, we will discuss some advanced skills for ATL COM development.
9 Mar 2015 by Steve Messer, Emma Burrows
Windows XP supports multiple keyboards, but by default, the .Net Framework will treat them all as one. This article explains how to use the Windows API Raw Input methods to support multiple keyboards from a C# application.
6 Mar 2015 by Darkencrow
A multi-drawer style collapsable UI container
18 Jan 2015 by dietmar schoder
Merge pixels of two images into one new pop artwork
14 Jan 2015 by Helmut Obertanner
In this article, you will learn how to customize the built-in Select Names dialog and use different external data sources for your own dialog.
10 Jan 2015 by dietmar schoder
Poisson disc algorithm: fundamental C# classes and methods for the artwork production in the area of generative art.
5 Jan 2015 by Tanna
This is WPF Gradient Control. I didn't find a suitable gradient control which will generate a linear gradient or radial gradient brush. This is a gradient control which has a color selector and gradient generator. It can generate radial or linear gradient brush.
2 Jan 2015 by dietmar schoder
Image sections and images: fundamental C# classes and methods for the artwork production in the area of generative art.
1 Jan 2015 by dietmar schoder
Read and analyse pixels: fundamental C# classes and methods for the artwork production in the area of generative art.
29 Dec 2014 by dietmar schoder
Turtle graphics: fundamental C# classes and methods for the artwork production in the area of generative art.
12 Dec 2014 by Mr.PoorEnglish
Understanding Tabcontrol right enables a lightweigth solution
8 Dec 2014 by daluu
An article on creating and using a web browser (IE only) compatible ink or drawing control using the Microsoft Tablet PC SDK version 1.7. A sample pre-built control is provided for use and demonstration.
5 Dec 2014 by KarstenK
Interoperability: Calling C++ from C#
2 Dec 2014 by HateCoding
This tip will show you an example for using R-tree.
27 Nov 2014 by Member 10951710
A simple extension to the original TextBox, allowing simple calculations (+, /, *, -)
26 Nov 2014 by Jeremy Falcon
Provides a base to use when programming OpenGL-enabled applications for the real world, rather than a simple hello world.
10 Nov 2014 by Tsuda Kageyu
Extract all the variations of an icon, including the ones ExtractIconEx() can't extract.
24 Oct 2014 by Tim Ski
JSON parser for VBA class module, allows recursive data
23 Oct 2014 by BrokenEvent
.NET WinForms Tray icon implemenation with Win7 and Vista features: GUID identification, large custom icons, custom UI instead of the hint, etc.
30 Sep 2014 by Vahid_N
Microsoft has not updated Iran's daylight saving time information since 2009. Let's find out how it works and then fix it for the next 100 years!
21 Sep 2014 by slelong
A USB library to detect USB devices, and manage Attach and Detach events