1. | C# Socket Programming - Multiple Clients | 2,738 | |
|
2. | Play Sounds in Windows Forms App (C# .NET) | 734 | |
|
3. | C# Xml Serialization | 615 | |
|
4. | C# - Parse an XML file | 429 | |
|
5. | Windows Forms Timers (C# .NET) | 417 | |
|
6. | NAudio - C# Show Device master peak in realtime | 390 | |
|
7. | Full-Screen Forms (C# .NET) | 371 | |
|
8. | C# Async Sockets Part 1: Basics | 341 | |
|
9. | C# - Make a dialog form and return data from it | 329 | Vlog |
|
10. | C# WinForm Property Bindings | 282 | |
|
11. | Writing efficient csharp code (C# .NET) | 263 | |
|
12. | Using the Inno Setup Wizard | 169 | |
|
13. | C# - Play mp3 File using winmm.dll | 169 | |
|
14. | Get Checked Items In a CheckedListBox (C# .NET) | 160 | |
|
15. | SWAT 4 Basic Map Making | 146 | | SWAT 4
|
16. | C# - Load Embedded Resources | 144 | |
|
17. | My C# Custom Trackbar/Slider Control | 140 | |
|
18. | Bitmap Graphics Sample (C# Development) | 139 | |
|
19. | C# - Text To Speech using Speech.Synthesis | 139 | |
|
20. | ILSpy .NET Decompiler | 127 | |
|
21. | Localization in visual studio .NET | 120 | |
|
22. | Working with AxWindowsMediaPlayer in C# | 119 | |
|
23. | Add and Remove Items of a ListBox (C# .NET) | 119 | |
|
24. | C# - Async/Await | 117 | |
|
25. | C# - where constraints | 136 | |
|
26. | Compile C# with CodeDom | 108 | |
|
27. | AnimateWindow Function (User32.dll) | 105 | |
|
28. | C# - Listing non-string objects in a listBox | 101 | |
|
29. | C# Color Picker Control | 96 | |
|
30. | My Line Number strip for richtextbox (C# .NET) | 95 | |
|
31. | C# - Class Library Overview | 91 | |
|
32. | C# Async Sockets Part 2: Robustness | 91 | |
|
33. | Using C# ID3 Lib to change mp3 file tags | 85 | |
|
34. | Minimize to system tray in C# | 81 | |
|
35. | Resize an image in C# | 81 | |
|
36. | Saving ListBox items in C# | 80 | |
|
37. | Custom Controls (C# .NET) | 80 | |
|
38. | Capture control graphics and save as bitmap (C# .NET) | 80 | |
|
39. | C# TCP/IP: Preparing objects to be sent over a network | 78 | |
|
40. | C# - Implicit vs. explicit interface implementation | 89 | |
|
41. | TrackBars (C# .NET) | 75 | |
|
42. | NAudio fun | 73 | |
|
43. | Send data from second form back to mainform in C# | 72 | |
|
44. | Load a picture into a PictureBox (C# .NET) | 70 | |
|
45. | Add a Row to a DataGridView (C# .NET) | 70 | |
|
46. | Return Carriage and Newline (\r\n) | 68 | |
|
47. | C# Async Sockets Part 3: Lightweight Packaging | 60 | |
|
48. | Delayed Events in C# | 60 | |
|
49. | C# - Transparent WinForms Controls | 59 | |
|
50. | Boot app without a form in the system tray (C# .NET) | 56 | |
|
51. | C# - Writing parse methods | 56 | |
|
52. | Using Breakpoints (C# .NET) | 56 | |
|
53. | Draggable Borderless Custom Form (C# .NET) | 53 | Tutorial |
|
54. | Download webpage and scan for all links in C# | 52 | |
|
55. | C# - Draw string wrapped in WinForms | 52 | |
|
56. | Pro-Boolean in 3DS Max | 51 | |
|
57. | Draw an Image Directly to the form (C# .NET) | 50 | |
|
58. | C# - Close a TabPage in TabControl using ContextMenuStrip | 49 | |
|
59. | Download a file Asyc in C# | 48 | |
|
60. | C# - Change a value in an .ini file | 44 | |
|
61. | Block User Input with C# | 44 | |
|
62. | C# - Zipping Directories | 43 | |
|
63. | Using BufferedGraphics for a graphics buffer in C# | 43 | |
|
64. | Create a shortcut to your Application in C# | 42 | |
|
65. | C# - Capture all screens as image | 41 | |
|
66. | C# Rubik's Cube Simulator | 45 | |
|
67. | C# - Memberwise cloning with ICloneable | 42 | |
|
68. | C# - Defining and Reflecting Attributes | 37 | |
|
69. | Using Smart Install Maker | 37 | |
|
70. | Using String.Format() in c# | 36 | |
|
71. | keybindings (C# .NET) | 35 | |
|
72. | Displaying process info in a propertyGrid in C# | 34 | |
|
73. | Working with the notify icon in C# | 34 | |
|
74. | C# - Form region from a GraphicsPath | 34 | |
|
75. | Parsing a string to an integer using TryParse (C# .NET) | 34 | |
|
76. | C# Async Sockets Extra: Send data on connect | 33 | |
|
77. | Listing enum values in a listbox in C# | 33 | |
|
78. | C# - Drag text files into RichTextBox | 33 | |
|
79. | #if and #endif Derectives (C# .NET) | 33 | |
|
80. | Bypass escape sequence interpretation (C# .NET) | 32 | |
|
81. | Check to see if a file exists (C# .NET) | 32 | |
|
82. | .NET Regex: Replace by Groups | 31 | |
|
83. | C# - My Refelections Plugin System | 31 | |
|
84. | Get set accessors or Properties in C# | 30 | |
|
85. | C# - InputBox Control | 30 | |
|
86. | The SetWindowPos User32 Method | 29 | |
|
87. | C# - Writing a graphics fill/draw ext. method | 28 | |
|
88. | Implementing the IDisposable interface in C# classes | 27 | |
|
89. | C# - Draw to a WinForms ToolTip | 27 | |
|
90. | Make a Login Dialog in C# | 25 | Vlog |
|
91. | The making of my C# screenshot app | 24 | |
|
92. | Property Grid and Attributes in C# | 23 | |
|
93. | C# Multi Downloader Tool Demo | 23 | |
|
94. | Restricting TextBox input to numbers only in C# | 22 | |
|
95. | Toggle Methodology in (C# .NET) | 22 | Vlog |
|
96. | MemoryStream Objects (C# .NET) | 21 | |
|
97. | Bring window to foreground and give it focus in C# | 21 | |
|
98. | C# - Close about form OnDeactivate | 21 | |
|
99. | The Power method (C#) | 20 | |
|
100. | Defining elaborate hotkeys in C# | 20 | |
|