www.softwareriviera.com
Software
Code
New Code
Most Interesting
Don't Miss
Our picks
All Code
C Sharp
VB.NET
J#
C/C++
ASP.NET
ASP
PHP
PERL
JAVA
JAVASCRIPT
HTML
CSS
SQL
MYSQL
C# - section
1 How to declare a variable in C#
See how to declare a variable in C# and also take a look at the default values of some variables
C# - section
Date: 2007-5-15
Written by: Admin A
2 C# Properties ?
C# property creation.
C# - section
Date: 2007-9-8
Written by: Admin A
3 C# WhoIs Server Query
C# Query WhoIs Server example - This is an example for querying a WhoIs Server for a domain name.
C# - section
Date: 2007-12-6
Written by: Admin A
4 OpenFileDialog example
Open File Dialog example
C# - section
Date: 2007-12-13
Written by: Admin A
5 StreamReader Text example
StreamReader reads content of txt file
C# - section
Date: 2007-12-13
Written by: Admin A
6 Sending application to Tray
Using the NotifyIcon control to recover application from Tray
C# - section
Date: 2008-4-20
Written by: Admin A
7 Using Mutex to synchronize access to shared resources
How to use a Mutex to allow threads access to shared resources
C# - section
Date: 2008-4-20
Written by: Admin A
8 Using threads to do actions in a Windows form
How to use threads to do actions in a Windows form
C# - section
Date: 2008-4-20
Written by: Admin A
9 Using System.Array
A short description of how to use System.Array
C# - section
Date: 2008-5-21
Written by: Admin A
10 Clipboard.GetDataObject() returns null
Clipboard.GetDataObject() returns null when used in a Thread
C# - section
Date: 2009-2-15
Written by: Admin A
11 Draggable Form in C#
Create a draggable form in C#. A draggable form means that you can grab it from anywhere inside the content area and drag it around the screen. There is one requirement: there shouldn't be control on the area where the dragging takes place.
C# - section
Date: 2012-5-26
Written by: Admin A
12 XMLDocument based on DragEventArgs parameter passed when dropping something into a Windows form - C# example
Create an XMLDocument based on the DragEventArgs parameter when something is dropped into a Windows form. Source code is in C#.
C# - section
Date: 2012-5-26
Written by: Admin A
13 Add a new entry into a ListView control
See how you can add a new entry into a ListView control. The code below uses a custom object of type AppDraggedFolder which has two properties: FolderPath and FolderDescription.
C# - section
Date: 2012-5-30
Written by: Admin A
14 Singleton implementation in C#
See how you can implement a singleton class in C#. This is useful when you want to create only one instance of a class and provide only one point of access to that class.
C# - section
Date: 2012-5-30
Written by: Admin A
15 Get indented XML output from an instance of XmlDocument
How do you get indented XML output from an instance of XmlDocument? The article below shows how to get indented XML output from from an instance of XmlDocument.
C# - section
Date: 2012-6-3
Written by: Admin A
16 Get clicked position for Context Menu
See how you can get the cursor position when pressing the right mouse button.
C# - section
Date: 2012-6-9
Written by: Admin A
17 Set a mouse hook which listens for mouse events even when the application is not the application having focus.
See how you can set up a mouse hook which listens for mouse events even when the current application does not have focus. Don't forget to disable the Visual Studio Runtime Host setting in the "Debug" properties section for your project befor
C# - section
Date: 2012-6-11
Written by: Admin A
18 Images in ImageList go gray.
The images inside an Imagelist are grayed out when the image is on 8 bit (256 colors).
C# - section
Date: 2012-6-19
Written by: Admin A
Copyright © 2007-2009 SoftwareRiviera.com. All rights reserved. |
Terms of use
|
Disclaimer
|
Privacy Policy
|