We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc39fe4 commit c0768d1Copy full SHA for c0768d1
README.md
@@ -1,2 +1,12 @@
1
# code snippets
2
Good code snippets from various languages
3
+
4
+## VB.NET
5
6
7
+file | Description
8
+--- | ---
9
+[EmailValidator.vb](../blob/master/VB.NET/EmailValidator.vb) | Validate email addresses
10
+[Shortcut.vb](../blob/master/VB.NET/Shortcut.vbb) | Create Windows Shortcuts.
11
+[ScaleImage.vb](../blob/master/VB.NET/ScaleImage.vb) | Scale images without distorting.
12
+[FileSize.vb](../blob/master/VB.NET/FileSize.vb) | Format file size (100KB, 1GB, 4TB)
0 commit comments