9,866,691 members (29,804 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
14,779 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 296
Page Size:
10
·
25
·
50
Tag filtered by: Visual-Studio
[x]
A Simple Scheduler in C#
by
Eduardo Antonio Cecilio Fernandes
Article
13 May 2013
license:
CPOL
How to build a simple Scheduler in C# for Desktop and Web Applications
Languages
»
C#
»
How To
C#
.NET
Visual-Studio
Architect
Dev
Intermediate
Advanced
Threading
Scheduler
Ducascopy tickdata downloader
by
qwecoder
Article
13 May 2013
license:
CPOL
tick data downloader for automatic trading systems
Desktop Development
»
Miscellaneous
»
General
C#
Windows
Win32
Visual-Studio
Dev
Intermediate
Advanced
Marketing
economics
JSON Spirit: A C++ JSON Parser/Generator Implemented with Boost Spirit
by
John W. Wilkinson
Article
13 May 2013
license:
MIT
A C++ JSON parser/generator written using Boost::spirit
General Programming
»
Algorithms & Recipes
»
Parsers
C++
Windows
Visual-Studio
Dev
Intermediate
How can I control the order of Dll were loaded ?
by
Sergey Alexandrovich Kryukov
Answer
13 May 2013
license:
CPOL
Right approach is just the opposite: any technique based on any assumptions on the order of loading of DLLs should be considered as incorrect and never be used. It would abuse and sabotage the process of software development, as well as the quality and reliability of final results.Chances...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Visual-Studio
How can I control the order of Dll were loaded ?
by
parths
Answer
13 May 2013
license:
CPOL
Did you try the /DELAYLOAD[^] linker option in Visual studio?you can put your DisplayTT in this list.Check here[^] for more info on delayed loading.I hope this helps
General Programming
»
Uncategorised Quick Answers
»
General
C++
Visual-Studio
How can I control the order of Dll were loaded ?
by
jiazhiqiang
Question
13 May 2013
license:
CPOL
I use vs2008,develop a no-mfc regular win32- Dll(named DisplayTT.Dll) , which used QT library ;I also have a console32 program to use that DLL, they all use windows standard library and Use Multi-Byte Character Set.compile and link are both OK.But when I Run it with F5 in vs2008, It will...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Visual-Studio
Can a Xaml page be a child of Canvas in WPF?
by
SeniorCrispy
Answer
13 May 2013
license:
CPOL
Whilst I have never tried to directly host a page in the canvas control, I can confirm that you can host it in a Frame control sitting on the canvas control. Then set the source of the Frame control to show the Page control. Please see below: Source="ChildPageView.xaml" ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Visual-Studio
XAML
WPF
C#
Visual-Studio
C#4.0
VS2010
Controls
VisualStudio
, +
Can a Xaml page be a child of Canvas in WPF?
by
Mohammed Hameed
Question
13 May 2013
license:
CPOL
Please clarify whether the Canvas control can hold a Xaml page content (can we load Xaml into Canvas dynamically by reading the Xaml page?) Thanks.
General Programming
»
Uncategorised Quick Answers
»
General
C#
Visual-Studio
XAML
WPF
C#
Visual-Studio
C#4.0
VS2010
Controls
VisualStudio
, +
Blocking sockets v/s non-blocking sockets in multi-threaded single server multiple client application.
by
ayesha hassan
Question
12 May 2013
license:
CPOL
I had been working on a Server Client aplication where Server is going to service(sendto + receivefrom)'x' number of Clients at a time. For this purpose, I have created 'x' number of threads on Server side so that each thread is dadicated to one single client. Inside each thread there is a...
General Programming
»
Uncategorised Quick Answers
»
General
Windows
Win32
Visual-Studio
Server
programming
socket
udp
Networking
Network
Sockets
Blocking sockets v/s non-blocking sockets in multi-threaded single server multiple client application.
by
Sergey Alexandrovich Kryukov
Answer
12 May 2013
license:
CPOL
I think that using threads with blocking sockets instead of asynchronous API is much better. In most cases, communication is sequential in its nature and the flow of operations is logically independent from other threads. Therefore, using a separate thread for each communication channel (in case...
General Programming
»
Uncategorised Quick Answers
»
General
Windows
Win32
Visual-Studio
Server
programming
socket
udp
Networking
Network
Sockets
Remove Unused Usings in Visual Studio is a good practice?
by
Sergey Alexandrovich Kryukov
Answer
12 May 2013
license:
CPOL
This is not only a good practice, it's a must. I would rather like to have "Remove unused references", too. You should always rigorously remove everything unused and take it as one of the most important engineering principles, in all branches of engineering, not only software.—SA
General Programming
»
Uncategorised Quick Answers
»
General
Visual-Studio
Remove Unused Usings in Visual Studio is a good practice?
by
Mohammed Hameed
Answer
12 May 2013
license:
CPOL
Yes, it is.If you perform code analysis, microsoft would show it as a warning if you have any unused warnings.Why use anything which is not in use?
General Programming
»
Uncategorised Quick Answers
»
General
Visual-Studio
Remove Unused Usings in Visual Studio is a good practice?
by
Member61
Question
12 May 2013
license:
CPOL
Hi Everyone, Removing Unused Usings in Visual Studio is a good practice? Any drawbacks of removing unused Usings?
General Programming
»
Uncategorised Quick Answers
»
General
Visual-Studio
Building a website using twitter bootstrap
by
Heiko Mohr
Article
12 May 2013
license:
CPOL
Create a simple cms project starting with bootstrap based layout
Cloud Computing
»
Azure
»
Windows Azure Developer Contest
C#
ASP.NET
Javascript
CSS
SQL
Windows
.NET
Visual-Studio
HTML
Dev
, +
YouConf - Your Live Online Conferencing Tool
by
Phil Lee NZ
Article
12 May 2013
license:
CPOL
A site for managing and delivering virtual conferences - complete with embedded live streaming and chat.
Cloud Computing
»
Azure
»
Windows Azure Developer Contest
C#
ASP.NET
Javascript
.NET
SQL-Server
IIS
Visual-Studio
HTML
Architect
Dev
, +
How do I deal with the error: The remote server returned an error: (500) Internal Server Error. ? When downloading web page source
by
LoadingHelp
Question
12 May 2013
license:
CPOL
How do I deal with the error: The remote server returned an error: (500) Internal Server Error. ? When downloading web page sourceError: The remote server returned an error: (500) Internal Server Error.Sometimes the page source request fails and I get the above error, how do I check for...
General Programming
»
Uncategorised Quick Answers
»
General
Visual-Studio
VB
VB.NET
Forms
VisualStudio2012
Atomineer Pro Documentation for Visual Studio
by
Zot Williams
Catalog
12 May 2013
license:
Commercial
Unsurpassed Documentation Comment generation and updating for C#, Visual Basic, C++/CLI, C++, C, Java and UnrealScript code. Keep your comments readable and in sync with the code with a minimum of effort. Plus other coding utilities.
Components, Controls, Libraries
.NET1.0
.NET1.1
.NET2.0
Win2K
WinXP
Win2003
Vista
VS2005
.NET3.0
VB7.x
, +
Bind content files with setup
by
Sandeep Mewara
Answer
12 May 2013
license:
CPOL
Following article should help/guide you: Creating an MSI Package for C# Windows Application Using a Visual Studio Setup Project[^]
General Programming
»
Uncategorised Quick Answers
»
General
C#
Visual-Studio
VB
VB.NET
IncrediBuild
by
Xoreax Software Ltd.
Catalog
11 May 2013
license:
Limited Time Trial
IncrediBuild is an easy-to-use platform for accelerating Windows-based processes through advanced Grid Computing technology. IncrediBuild speeds up Visual Studio and make based code builds as well as data builds, scripts and applications.
General Development Tools
VC6
VC7
VC7.1
VC8.0
.NET1.0
.NET1.1
.NET2.0
Win2K
WinXP
Win2003
, +
Path to Azure Structure
by
Jack V. Vo
Article
11 May 2013
license:
CPOL
Indepth detail of how to utilize the trail period of windows Azure
Cloud Computing
»
Azure
»
Windows Azure Developer Contest
VB
Windows
.NET
Visual-Studio
Mobile
CEO
Dev
Design
Beginner
Intermediate
, +
Bind content files with setup
by
Naikniket
Question
11 May 2013
license:
CPOL
I have an application in visual studio. In that application i have an .txt/.xml file which stores some data(we can say i have used file instead of database to store data) which is needed for application while running. File is stored/created in debug folder. In my application it is working...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Visual-Studio
VB
VB.NET
Windows 8 App - Data storage in files using Windows.Storage namespace
by
Surender Singh (CodeToast)
Tip/Trick
10 May 2013
license:
CPOL
Learn to store/read data from Windows 8 app and available file storage options for Win8 apps.
Mobile Development
»
Windows Phone 7/8
»
Applications
Visual-Studio
Dev
Intermediate
C#
.NET
Visual-Studio
C#4.0
C#5
Win8
.NET4.5
, +
The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.
by
Andreas Gieriet
Answer
10 May 2013
license:
CPOL
You may have a look at: social.msdn.microsoft.com: 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine[^].CheersAndi
General Programming
»
Uncategorised Quick Answers
»
General
VS2008
Windows
Visual-Studio
ADO.NET
Visual-Studio
Forms
Microsoft
OleDb
The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.
by
kc004
Question
10 May 2013
license:
CPOL
I have created a Windows Forms application in VS 2008 on 32 bit XP machine. I have used Provider = 'Microsoft.Jet.OLEDB.4.0' in my application.When Published and ran the published code on a 64 bit Windows 7 machine (which do not have VS installed on it), I encountered following error:The...
General Programming
»
Uncategorised Quick Answers
»
General
VS2008
Windows
Visual-Studio
ADO.NET
Visual-Studio
Forms
Microsoft
OleDb
get selected text using webKitBrowser
by
Naourass Derouichi
Answer
10 May 2013
license:
CPOL
very simple:string browserSelextedText = webKitBrowser1.SelectedText;
General Programming
»
Uncategorised Quick Answers
»
General
C#
.NET
Visual-Studio
webkit
get selected text using webKitBrowser
by
Naourass Derouichi
Question
10 May 2013
license:
CPOL
how can i get the selected text of a web page using webKitBrowser? here is the old code of the default browser:IHTMLDocument2 htmlDocument = webBrowser1.Document.DomDocument as IHTMLDocument2;IHTMLSelectionObject currentSelection = htmlDocument.selection; if...
General Programming
»
Uncategorised Quick Answers
»
General
C#
.NET
Visual-Studio
webkit
How to embed MySQL in .NET (Exclusively in VS 2010)?
by
Sergey Alexandrovich Kryukov
Answer
10 May 2013
license:
CPOL
No, this is not how MySQL and other SQL servers are designed. You need to install it on the target computer to have your application working, period. There is no such concept as "embedding".—SA
General Programming
»
Uncategorised Quick Answers
»
General
C#
Visual-Studio
C#
C#4.0
Android and iOS Mobile Device Development with Azure Mobile Services using HTML5 and JavaScript
by
Bart Read
Article
10 May 2013
license:
CPOL
Tutorial showing how to build an iOS or Android app using Azure Mobile Services with HTML5 and JavaScript in Visual Studio.
Mobile Development
»
Mobile Development
»
Applications
Javascript
Visual-Studio
HTML
Mobile
Dev
Beginner
Intermediate
Mobile
Android
Azure
, +
How to embed MySQL in .NET (Exclusively in VS 2010)?
by
atoi_powered
Question
10 May 2013
license:
CPOL
Hi. I'm really new to the database-thing. I'm trying to build an app using C# in VS 2010 that requires a DBMS be held inside the app not like the usual having connection to the outside the project. I mean when I want to pass the published app to a person I don't want to make him install MySQL...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Visual-Studio
C#
C#4.0
ASP.NET TextBox's content validation !
by
Prasad C.M.
Answer
10 May 2013
license:
CPOL
Try This ... function isNumberic(evt) { var charCode = (evt.which) ? evt.which : event.keyCode if (charCode > 31 && (charCode 57)) return false; return true; ...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Visual-Studio
C#
C#4.0
ASP.NET TextBox's content validation !
by
Bikash Prakash Dash
Answer
10 May 2013
license:
CPOL
Use Masked edit Ajax Toolkit, go through this link , you'll know how to use ithttp://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/MaskedEdit/MaskedEdit.aspx[^]
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Visual-Studio
C#
C#4.0
How network event FD_WRITE is generated when using Event Driven Sockets.
by
Richard MacCutchan
Answer
10 May 2013
license:
CPOL
See http://msdn.microsoft.com/en-us/library/windows/desktop/ms741540(v=vs.85).aspx[^] for a complete description of how these events are generated and consumed.
General Programming
»
Uncategorised Quick Answers
»
General
C
Windows
Visual-Studio
Events
programming
Networking
Network
eventhandler
How network event FD_WRITE is generated when using Event Driven Sockets.
by
ayesha hassan
Question
9 May 2013
license:
CPOL
I am working on newtwork event based socket application. When client has sent some data and there is something to be read on the socket, FD_READ network event is generated.Now according to my understanding, when server wants to write over the socket, there must be an event generated i.e....
General Programming
»
Uncategorised Quick Answers
»
General
C
Windows
Visual-Studio
Events
programming
Networking
Network
eventhandler
ASP.NET TextBox's content validation !
by
Braj Kishor
Answer
9 May 2013
license:
CPOL
you should try it,register it on page-]]>then use it. i think your problem will be solved. TargetControlID="txtEmpNo">
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Visual-Studio
C#
C#4.0
TCP Audio Streamer and Player (VoIP)
by
Banjoo
Article
9 May 2013
license:
CPOL
Stream and play TCP Audio data from Microphone (VoIP)
Multimedia
»
Audio And Video
»
Audio
C#
Windows
Visual-Studio
Intermediate
Visual-Studio
VS2010
audio-video
Designer Debugging in WinRT
by
Vinoth Sparrow
Tip/Trick
9 May 2013
license:
CPOL
Designer debugging in WinRT
Development Lifecycle
»
Debug Tips
»
Tips
C#
Windows
Visual-Studio
XAML
WPF
Intermediate
Advanced
Visual-Studio
VS2012
how to add chart contro to visual studio 2008
by
ridoy
Answer
9 May 2013
license:
CPOL
These will help you..http://www.microsoft.com/en-us/download/details.aspx?id=23903[^]http://msdn.microsoft.com/en-us/magazine/dd453008.aspx[^]http://stackoverflow.com/questions/9367221/net-3-5-chart-controls-disabled[^]
General Programming
»
Uncategorised Quick Answers
»
General
C#
Visual-Studio
Passing Value Between Pages in ASP.NET
by
Bikash Prakash Dash
Tip/Trick
9 May 2013
license:
CPOL
Different methods to pass value between pages in ASP.NET
Web Development
»
Asp.Net
»
Howto
C#
ASP.NET
.NET
Visual-Studio
WebForms
Intermediate
Browser
c# copying files from on directory to another
by
OriginalGriff
Answer
9 May 2013
license:
CPOL
GetFiles does not return a =single file value - it returns an array of full paths to all the matching strings, even if there is only a single file that matches the specifications given.So you need to always hold the return value in an array of strings, and you should always check that at least...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Visual-Studio
file
copy-paste
how to add chart contro to visual studio 2008
by
Richard MacCutchan
Answer
9 May 2013
license:
CPOL
Not too difficult after a quick Google[^].
General Programming
»
Uncategorised Quick Answers
»
General
C#
Visual-Studio
how to add chart contro to visual studio 2008
by
Anand Arul K
Question
9 May 2013
license:
CPOL
I would like to add mschart contro to visual studion 2008 can anyody help
General Programming
»
Uncategorised Quick Answers
»
General
C#
Visual-Studio
fopen() opens the text file successfully for sometime and fails after a specific time
by
CPallini
Answer
8 May 2013
license:
CPOL
You didn't bother to close the file, did you?Call fclose(fpSend); when you've done with it (before returning from the WndProc).
General Programming
»
Uncategorised Quick Answers
»
General
C
Windows
Win32
Visual-Studio
file
Errors
Text
ErrorHandling
fopen() opens the text file successfully for sometime and fails after a specific time
by
ayesha hassan
Question
8 May 2013
license:
CPOL
I am trying to send a text file at a socket after every 10ms. The code works fine and keeps on sending the text file over the socket after an interval of 10ms. But after some period of time (like after 3-4 minutes), fopen() fils (though fopen() works fine for some duration) and I get an error...
General Programming
»
Uncategorised Quick Answers
»
General
C
Windows
Win32
Visual-Studio
file
Errors
Text
ErrorHandling
“Debug Assertion Failed. Expression: (_osfile(fh) & fopen)” error and Fatal Error in visual studio 2008
by
ayesha hassan
Question
8 May 2013
license:
CPOL
My following code is compiled successfully and runs perfectly for sometime handling 40 clients but after sometime, it gives an error "Debug Assertiion Failed expression: (_osfile(fh) & fopen)".I searched on internet and found a solution:Project + Properties, Configuration properties,...
General Programming
»
Uncategorised Quick Answers
»
General
C
Windows
Win32
Visual-Studio
programming
Errors
ErrorHandling
Debugging
assertion
Debugger
How to publish ASP.NET application with Crystal report to a web server
by
JYOTIRMOY SAMANTA
Question
8 May 2013
license:
CPOL
I have build an asp.net application which have crystal reports. Now I want to publish this application to the web server can anyone help me how to publish application with crystal report to the web. The steps I followed so far as followsBuild menu --> Publish --> publish method=File System and...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Visual-Studio
CrystalReports
How to publish ASP.NET application with Crystal report to a web server
by
Abhinav S
Answer
8 May 2013
license:
CPOL
Tryhttp://weblogs.asp.net/guybarrette/archive/2008/04/24/how-to-deploy-the-crystal-reports-2008-basic-runtime.aspx[^]http://scn.sap.com/thread/2051597[^]http://msdn.microsoft.com/en-IN/library/aa287928%28v=vs.71%29.aspx[^]
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Visual-Studio
CrystalReports
ASP.NET TextBox's content validation !
by
richcb
Answer
8 May 2013
license:
CPOL
Use a RegularExpression validator and use this: ^[0-9]{1,7}$ as your regular expression. Then you can change the error message to whatever you want.
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Visual-Studio
C#
C#4.0
ASP.NET TextBox's content validation !
by
mark merrens
Answer
8 May 2013
license:
CPOL
Try using the Masked Edit Control[^] from the ASP.NET AJAX Control Toolkit.
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Visual-Studio
C#
C#4.0
ASP.NET TextBox's content validation !
by
Chiranthaka Sampath
Question
8 May 2013
license:
CPOL
I have created a a web form that has text box called 'txtEmpNo'. At that text box I only want to enter numbers. In other hand I want to restrict the content to numbers when enter A - Z that text box should not allow to do that!I use C#.Net with ASP.NetHow am going to solve that? I...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Visual-Studio
C#
C#4.0
ASP.Net Calander Control Visibility problem
by
Chiranthaka Sampath
Answer
8 May 2013
license:
CPOL
Ok guys I have successfully abled to use JQuery http://jquery.com/[^] so the problem was solved ! Thanks for the help anyway!
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Visual-Studio
C#
C#4.0
Page 1 of 296
1
2
3
4
5
6
7
8
9
10
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web02 | 2.6.130513.1 | Last Updated 13 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid