質問編集履歴
2
見やすさ改善
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
1についてはうまくいっているようなのですが、2についてがうまくいきません。下記画像のエラーになってしまいます。宜しくお願い致します。
|
5
5
|
|
6
|
-
|
6
|
+
```Public Class Form1
|
7
7
|
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
8
8
|
Dim dname As String = System.IO.Directory.GetCurrentDirectory()
|
9
9
|
TextBox1.Text = dname
|
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
1についてはうまくいっているようなのですが、2についてがうまくいきません。下記画像のエラーになってしまいます。宜しくお願い致します。
|
5
5
|
|
6
|
-
|
6
|
+
Pubic Class Form1
|
7
7
|
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
8
8
|
Dim dname As String = System.IO.Directory.GetCurrentDirectory()
|
9
9
|
TextBox1.Text = dname
|