Skip to content

Commit 777a7a3

Browse files
authored
Add files via upload
1 parent b598d53 commit 777a7a3

File tree

4 files changed

+115
-0
lines changed

4 files changed

+115
-0
lines changed

LearnVb2.zip

2.8 MB
Binary file not shown.

Learnvb3/LearnVBnet.jpg

33.6 KB
Loading

Learnvb3/LearnVb.htm

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<!DOCTYPE HTML>
2+
<!--------------------------------------------------------------------------->
3+
<!-- INTRODUCTION
4+
5+
The CodeProject article submission template (HTML version)
6+
7+
Using this template will help us post your article sooner. To use, just
8+
follow the 3 easy steps below:
9+
10+
1. Fill in the article description details
11+
2. Add links to your images and downloads
12+
3. Include the main article text
13+
14+
That's all there is to it! All formatting will be done by our submission
15+
scripts and style sheets.
16+
17+
-->
18+
<!--------------------------------------------------------------------------->
19+
<!-- IGNORE THIS SECTION -->
20+
<html>
21+
<head>
22+
<title>LearnVisual Basic</title>
23+
<Style>
24+
BODY, P, TD { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt }
25+
BODY {padding:15px; }
26+
H2,H3,H4,H5 { color: #ff9900; font-weight: bold; }
27+
H2 { font-size: 13pt; }
28+
H3 { font-size: 12pt; }
29+
H4 { font-size: 10pt; color: black; }
30+
PRE { BACKGROUND-COLOR: #FBEDBB; FONT-FAMILY: "Courier New", Courier, mono; WHITE-SPACE: pre; }
31+
CODE { COLOR: #990000; FONT-FAMILY: "Courier New", Courier, mono; }
32+
</style>
33+
<link type="text/css" rel="stylesheet"
34+
href="https://codeproject.global.ssl.fastly.net/App_Themes/CodeProject/Css/Main.min.css">
35+
</head>
36+
<body bgcolor="#FFFFFF" color=#000000>
37+
<!--------------------------------------------------------------------------->
38+
39+
40+
<!------------------------------- STEP 1 --------------------------->
41+
<!-- Fill in the details (CodeProject will reformat this section for you) -->
42+
43+
<pre>
44+
Title: LearnVisual Basic
45+
Description: Program with VB.net Code examples
46+
Abstract: Hundreds of example of how to write code.
47+
48+
Author: Billvbcode
49+
Email: Perkettbill@gmail.com
50+
51+
Language: VB.Net
52+
Platform: Windows
53+
Technology: .NET Core
54+
Topic: Learning How to program
55+
56+
Chapter General Programming
57+
Section Programming Tips
58+
SubSection General
59+
60+
61+
</pre>
62+
63+
<!------------------------------- STEP 2 --------------------------->
64+
<!-- Include download and sample image information. -->
65+
66+
<ul class=download>
67+
<li><a href="LearnVb.zip">Download source - 3,990 Kb</a></li>
68+
</ul>
69+
70+
<p><img src="LearnVBnet.jpg" ></p>
71+
72+
<!------------------------------- STEP 3 --------------------------->
73+
74+
<!-- Add the article text. Please use simple formatting (<h2>, <p> etc) -->
75+
76+
<h2>LearnVisual Basic</h2>
77+
78+
<p>Learn Visual Basic is a vb.net program with hundreds of example of how to write code. </p>
79+
<p> All the examples are displayed in text boxes so that the code can easily be copied and pasted into your program.</p>
80+
<p> Learn Visual Basic is a great tool for learning how to program.</p>
81+
<p> Learn Visual Basic can also be used in place of a code library to help with every day programming.</p>
82+
83+
84+
85+
86+
87+
<!------------------------------- That's it! --------------------------->
88+
</body>
89+
90+
</html>
91+

Learnvb3/Readme.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Title: Learn Visual Basic.Net
2+
Description: Program with VB.net Code examples
3+
Abstract: Hundreds of example of how to write code.
4+
5+
Author: Billvbcode
6+
Email: Perkettbill@gmail.com
7+
8+
Language: VB.Net
9+
Platform: Windows
10+
Technology: .NET Core
11+
Topic: Learning How to program
12+
13+
Chapter General Programming
14+
Section Programming Tips
15+
SubSection General
16+
17+
Learn Visual Basic.Net
18+
Learn Visual Basic is a vb.net program with hundreds of example of how to write code.
19+
20+
All the examples are displayed in text boxes so that the code can easily be copied and pasted into your program.
21+
22+
Learn Visual Basic is a great tool for learning how to program.
23+
Learn Visual Basic can also be used in place of a code library to help with every day programming.
24+

0 commit comments

Comments
 (0)