質問編集履歴

4

コードの修正

2018/11/20 15:31

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -106,7 +106,7 @@
106
106
 
107
107
  //カラム名と値"
108
108
 
109
- string sql = "insert or replace sam(目標) VALUES('strData')";
109
+ string sql = "insert or replace sam(目標) VALUES('Text')";
110
110
 
111
111
 
112
112
 
@@ -148,7 +148,9 @@
148
148
 
149
149
  {
150
150
 
151
-
151
+ //選択された要素の取得
152
+
153
+ string Text = comboBox2.SelectedText;
152
154
 
153
155
  }
154
156
 

3

誤字

2018/11/20 15:31

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -80,7 +80,7 @@
80
80
 
81
81
  {
82
82
 
83
- Diary5 Form5 = new Diary5();
83
+ Form5 Form5 = new Form5();
84
84
 
85
85
  Form5.Show();
86
86
 
@@ -134,7 +134,7 @@
134
134
 
135
135
 
136
136
 
137
- Diary7 Form7 = new Diary7();
137
+ Form7 Form7 = new Form7();
138
138
 
139
139
  Form7.Show();
140
140
 
@@ -154,7 +154,7 @@
154
154
 
155
155
 
156
156
 
157
- private void Diary6_Load(object sender, EventArgs e)
157
+ private void Form6_Load(object sender, EventArgs e)
158
158
 
159
159
  {
160
160
 

2

誤字

2018/11/19 14:25

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  {
30
30
 
31
- public partial class Diary6 : Form
31
+ public partial class Form6 : Form
32
32
 
33
33
  {
34
34
 

1

誤字

2018/11/19 14:23

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  ```c#
26
26
 
27
- namespace Diarysystem0
27
+ namespace system
28
28
 
29
29
  {
30
30