Kyrillische Tastatur mit CopyToClipboard

    • VB.NET

      Kyrillische Tastatur mit CopyToClipboard

      Hier stelle ich euch den Source-Code für meine Kyrillische Tastatur zur Verfügung
      Zuerst der Code für den Designer:
      Spoiler anzeigen

      VB.NET-Quellcode

      1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
      2. Partial Class Form1
      3. Inherits System.Windows.Forms.Form
      4. 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
      5. <System.Diagnostics.DebuggerNonUserCode()> _
      6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
      7. Try
      8. If disposing AndAlso components IsNot Nothing Then
      9. components.Dispose()
      10. End If
      11. Finally
      12. MyBase.Dispose(disposing)
      13. End Try
      14. End Sub
      15. 'Wird vom Windows Form-Designer benötigt.
      16. Private components As System.ComponentModel.IContainer
      17. 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
      18. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
      19. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
      20. <System.Diagnostics.DebuggerStepThrough()> _
      21. Private Sub InitializeComponent()
      22. Me.z = New System.Windows.Forms.TextBox()
      23. Me.Button1 = New System.Windows.Forms.Button()
      24. Me.Button2 = New System.Windows.Forms.Button()
      25. Me.Button3 = New System.Windows.Forms.Button()
      26. Me.Button4 = New System.Windows.Forms.Button()
      27. Me.Button5 = New System.Windows.Forms.Button()
      28. Me.Button6 = New System.Windows.Forms.Button()
      29. Me.Button7 = New System.Windows.Forms.Button()
      30. Me.Button8 = New System.Windows.Forms.Button()
      31. Me.Button9 = New System.Windows.Forms.Button()
      32. Me.Button10 = New System.Windows.Forms.Button()
      33. Me.Button11 = New System.Windows.Forms.Button()
      34. Me.Button12 = New System.Windows.Forms.Button()
      35. Me.Button13 = New System.Windows.Forms.Button()
      36. Me.Button14 = New System.Windows.Forms.Button()
      37. Me.Button15 = New System.Windows.Forms.Button()
      38. Me.Button16 = New System.Windows.Forms.Button()
      39. Me.Button17 = New System.Windows.Forms.Button()
      40. Me.Button18 = New System.Windows.Forms.Button()
      41. Me.Button19 = New System.Windows.Forms.Button()
      42. Me.Button20 = New System.Windows.Forms.Button()
      43. Me.Button21 = New System.Windows.Forms.Button()
      44. Me.Button22 = New System.Windows.Forms.Button()
      45. Me.Button23 = New System.Windows.Forms.Button()
      46. Me.Button24 = New System.Windows.Forms.Button()
      47. Me.Button25 = New System.Windows.Forms.Button()
      48. Me.Button26 = New System.Windows.Forms.Button()
      49. Me.Panel1 = New System.Windows.Forms.Panel()
      50. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
      51. Me.Button29 = New System.Windows.Forms.Button()
      52. Me.Button27 = New System.Windows.Forms.Button()
      53. Me.Button28 = New System.Windows.Forms.Button()
      54. Me.Button30 = New System.Windows.Forms.Button()
      55. Me.Panel1.SuspendLayout()
      56. Me.SuspendLayout()
      57. '
      58. 'z
      59. '
      60. Me.z.Location = New System.Drawing.Point(12, 12)
      61. Me.z.Name = "z"
      62. Me.z.Size = New System.Drawing.Size(346, 20)
      63. Me.z.TabIndex = 0
      64. '
      65. 'Button1
      66. '
      67. Me.Button1.Location = New System.Drawing.Point(0, 3)
      68. Me.Button1.Name = "Button1"
      69. Me.Button1.Size = New System.Drawing.Size(26, 36)
      70. Me.Button1.TabIndex = 1
      71. Me.Button1.Text = "А"
      72. Me.Button1.UseVisualStyleBackColor = True
      73. '
      74. 'Button2
      75. '
      76. Me.Button2.Location = New System.Drawing.Point(32, 3)
      77. Me.Button2.Name = "Button2"
      78. Me.Button2.Size = New System.Drawing.Size(26, 36)
      79. Me.Button2.TabIndex = 2
      80. Me.Button2.Text = "Б"
      81. Me.Button2.UseVisualStyleBackColor = True
      82. '
      83. 'Button3
      84. '
      85. Me.Button3.Location = New System.Drawing.Point(64, 3)
      86. Me.Button3.Name = "Button3"
      87. Me.Button3.Size = New System.Drawing.Size(26, 36)
      88. Me.Button3.TabIndex = 3
      89. Me.Button3.Text = "Ц"
      90. Me.Button3.UseVisualStyleBackColor = True
      91. '
      92. 'Button4
      93. '
      94. Me.Button4.Location = New System.Drawing.Point(96, 3)
      95. Me.Button4.Name = "Button4"
      96. Me.Button4.Size = New System.Drawing.Size(26, 36)
      97. Me.Button4.TabIndex = 4
      98. Me.Button4.Text = "Д"
      99. Me.Button4.UseVisualStyleBackColor = True
      100. '
      101. 'Button5
      102. '
      103. Me.Button5.Location = New System.Drawing.Point(128, 3)
      104. Me.Button5.Name = "Button5"
      105. Me.Button5.Size = New System.Drawing.Size(26, 36)
      106. Me.Button5.TabIndex = 5
      107. Me.Button5.Text = "Е"
      108. Me.Button5.UseVisualStyleBackColor = True
      109. '
      110. 'Button6
      111. '
      112. Me.Button6.Location = New System.Drawing.Point(160, 3)
      113. Me.Button6.Name = "Button6"
      114. Me.Button6.Size = New System.Drawing.Size(26, 36)
      115. Me.Button6.TabIndex = 6
      116. Me.Button6.Text = "Ф"
      117. Me.Button6.UseVisualStyleBackColor = True
      118. '
      119. 'Button7
      120. '
      121. Me.Button7.Location = New System.Drawing.Point(192, 3)
      122. Me.Button7.Name = "Button7"
      123. Me.Button7.Size = New System.Drawing.Size(26, 36)
      124. Me.Button7.TabIndex = 7
      125. Me.Button7.Text = "Г"
      126. Me.Button7.UseVisualStyleBackColor = True
      127. '
      128. 'Button8
      129. '
      130. Me.Button8.Location = New System.Drawing.Point(224, 3)
      131. Me.Button8.Name = "Button8"
      132. Me.Button8.Size = New System.Drawing.Size(26, 36)
      133. Me.Button8.TabIndex = 8
      134. Me.Button8.Text = "Х"
      135. Me.Button8.UseVisualStyleBackColor = True
      136. '
      137. 'Button9
      138. '
      139. Me.Button9.Location = New System.Drawing.Point(256, 3)
      140. Me.Button9.Name = "Button9"
      141. Me.Button9.Size = New System.Drawing.Size(26, 36)
      142. Me.Button9.TabIndex = 9
      143. Me.Button9.Text = "И"
      144. Me.Button9.UseVisualStyleBackColor = True
      145. '
      146. 'Button10
      147. '
      148. Me.Button10.Location = New System.Drawing.Point(288, 3)
      149. Me.Button10.Name = "Button10"
      150. Me.Button10.Size = New System.Drawing.Size(26, 36)
      151. Me.Button10.TabIndex = 10
      152. Me.Button10.Text = "Ј"
      153. Me.Button10.UseVisualStyleBackColor = True
      154. '
      155. 'Button11
      156. '
      157. Me.Button11.Location = New System.Drawing.Point(320, 3)
      158. Me.Button11.Name = "Button11"
      159. Me.Button11.Size = New System.Drawing.Size(26, 36)
      160. Me.Button11.TabIndex = 11
      161. Me.Button11.Text = "К"
      162. Me.Button11.UseVisualStyleBackColor = True
      163. '
      164. 'Button12
      165. '
      166. Me.Button12.Location = New System.Drawing.Point(17, 45)
      167. Me.Button12.Name = "Button12"
      168. Me.Button12.Size = New System.Drawing.Size(26, 36)
      169. Me.Button12.TabIndex = 12
      170. Me.Button12.Text = "Л"
      171. Me.Button12.UseVisualStyleBackColor = True
      172. '
      173. 'Button13
      174. '
      175. Me.Button13.Location = New System.Drawing.Point(49, 45)
      176. Me.Button13.Name = "Button13"
      177. Me.Button13.Size = New System.Drawing.Size(26, 36)
      178. Me.Button13.TabIndex = 13
      179. Me.Button13.Text = "М"
      180. Me.Button13.UseVisualStyleBackColor = True
      181. '
      182. 'Button14
      183. '
      184. Me.Button14.Location = New System.Drawing.Point(81, 45)
      185. Me.Button14.Name = "Button14"
      186. Me.Button14.Size = New System.Drawing.Size(26, 36)
      187. Me.Button14.TabIndex = 14
      188. Me.Button14.Text = "Н"
      189. Me.Button14.UseVisualStyleBackColor = True
      190. '
      191. 'Button15
      192. '
      193. Me.Button15.Location = New System.Drawing.Point(114, 45)
      194. Me.Button15.Name = "Button15"
      195. Me.Button15.Size = New System.Drawing.Size(26, 36)
      196. Me.Button15.TabIndex = 15
      197. Me.Button15.Text = "О"
      198. Me.Button15.UseVisualStyleBackColor = True
      199. '
      200. 'Button16
      201. '
      202. Me.Button16.Location = New System.Drawing.Point(146, 45)
      203. Me.Button16.Name = "Button16"
      204. Me.Button16.Size = New System.Drawing.Size(26, 36)
      205. Me.Button16.TabIndex = 16
      206. Me.Button16.Text = "П"
      207. Me.Button16.UseVisualStyleBackColor = True
      208. '
      209. 'Button17
      210. '
      211. Me.Button17.Location = New System.Drawing.Point(178, 45)
      212. Me.Button17.Name = "Button17"
      213. Me.Button17.Size = New System.Drawing.Size(26, 36)
      214. Me.Button17.TabIndex = 17
      215. Me.Button17.Text = "Q"
      216. Me.Button17.UseVisualStyleBackColor = True
      217. '
      218. 'Button18
      219. '
      220. Me.Button18.Location = New System.Drawing.Point(210, 45)
      221. Me.Button18.Name = "Button18"
      222. Me.Button18.Size = New System.Drawing.Size(26, 36)
      223. Me.Button18.TabIndex = 18
      224. Me.Button18.Text = "Р"
      225. Me.Button18.UseVisualStyleBackColor = True
      226. '
      227. 'Button19
      228. '
      229. Me.Button19.Location = New System.Drawing.Point(242, 45)
      230. Me.Button19.Name = "Button19"
      231. Me.Button19.Size = New System.Drawing.Size(26, 36)
      232. Me.Button19.TabIndex = 19
      233. Me.Button19.Text = "С"
      234. Me.Button19.UseVisualStyleBackColor = True
      235. '
      236. 'Button20
      237. '
      238. Me.Button20.Location = New System.Drawing.Point(274, 45)
      239. Me.Button20.Name = "Button20"
      240. Me.Button20.Size = New System.Drawing.Size(26, 36)
      241. Me.Button20.TabIndex = 20
      242. Me.Button20.Text = "Т"
      243. Me.Button20.UseVisualStyleBackColor = True
      244. '
      245. 'Button21
      246. '
      247. Me.Button21.Location = New System.Drawing.Point(306, 45)
      248. Me.Button21.Name = "Button21"
      249. Me.Button21.Size = New System.Drawing.Size(26, 36)
      250. Me.Button21.TabIndex = 21
      251. Me.Button21.Text = "У"
      252. Me.Button21.UseVisualStyleBackColor = True
      253. '
      254. 'Button22
      255. '
      256. Me.Button22.Location = New System.Drawing.Point(97, 87)
      257. Me.Button22.Name = "Button22"
      258. Me.Button22.Size = New System.Drawing.Size(26, 36)
      259. Me.Button22.TabIndex = 22
      260. Me.Button22.Text = "V"
      261. Me.Button22.UseVisualStyleBackColor = True
      262. '
      263. 'Button23
      264. '
      265. Me.Button23.Location = New System.Drawing.Point(129, 87)
      266. Me.Button23.Name = "Button23"
      267. Me.Button23.Size = New System.Drawing.Size(26, 36)
      268. Me.Button23.TabIndex = 23
      269. Me.Button23.Text = "В"
      270. Me.Button23.UseVisualStyleBackColor = True
      271. '
      272. 'Button24
      273. '
      274. Me.Button24.Location = New System.Drawing.Point(161, 87)
      275. Me.Button24.Name = "Button24"
      276. Me.Button24.Size = New System.Drawing.Size(26, 36)
      277. Me.Button24.TabIndex = 24
      278. Me.Button24.Text = "Џ"
      279. Me.Button24.UseVisualStyleBackColor = True
      280. '
      281. 'Button25
      282. '
      283. Me.Button25.Location = New System.Drawing.Point(193, 87)
      284. Me.Button25.Name = "Button25"
      285. Me.Button25.Size = New System.Drawing.Size(26, 36)
      286. Me.Button25.TabIndex = 25
      287. Me.Button25.Text = "Ѕ"
      288. Me.Button25.UseVisualStyleBackColor = True
      289. '
      290. 'Button26
      291. '
      292. Me.Button26.Location = New System.Drawing.Point(225, 87)
      293. Me.Button26.Name = "Button26"
      294. Me.Button26.Size = New System.Drawing.Size(26, 36)
      295. Me.Button26.TabIndex = 26
      296. Me.Button26.Text = "З"
      297. Me.Button26.UseVisualStyleBackColor = True
      298. '
      299. 'Panel1
      300. '
      301. Me.Panel1.Controls.Add(Me.Button1)
      302. Me.Panel1.Controls.Add(Me.Button2)
      303. Me.Panel1.Controls.Add(Me.Button3)
      304. Me.Panel1.Controls.Add(Me.Button26)
      305. Me.Panel1.Controls.Add(Me.Button4)
      306. Me.Panel1.Controls.Add(Me.Button25)
      307. Me.Panel1.Controls.Add(Me.Button5)
      308. Me.Panel1.Controls.Add(Me.Button24)
      309. Me.Panel1.Controls.Add(Me.Button6)
      310. Me.Panel1.Controls.Add(Me.Button23)
      311. Me.Panel1.Controls.Add(Me.Button7)
      312. Me.Panel1.Controls.Add(Me.Button22)
      313. Me.Panel1.Controls.Add(Me.Button8)
      314. Me.Panel1.Controls.Add(Me.Button21)
      315. Me.Panel1.Controls.Add(Me.Button9)
      316. Me.Panel1.Controls.Add(Me.Button20)
      317. Me.Panel1.Controls.Add(Me.Button10)
      318. Me.Panel1.Controls.Add(Me.Button19)
      319. Me.Panel1.Controls.Add(Me.Button11)
      320. Me.Panel1.Controls.Add(Me.Button18)
      321. Me.Panel1.Controls.Add(Me.Button12)
      322. Me.Panel1.Controls.Add(Me.Button17)
      323. Me.Panel1.Controls.Add(Me.Button13)
      324. Me.Panel1.Controls.Add(Me.Button16)
      325. Me.Panel1.Controls.Add(Me.Button14)
      326. Me.Panel1.Controls.Add(Me.Button15)
      327. Me.Panel1.Location = New System.Drawing.Point(12, 34)
      328. Me.Panel1.Name = "Panel1"
      329. Me.Panel1.Size = New System.Drawing.Size(346, 124)
      330. Me.Panel1.TabIndex = 29
      331. '
      332. 'CheckBox1
      333. '
      334. Me.CheckBox1.AutoSize = True
      335. Me.CheckBox1.Location = New System.Drawing.Point(12, 164)
      336. Me.CheckBox1.Name = "CheckBox1"
      337. Me.CheckBox1.Size = New System.Drawing.Size(97, 17)
      338. Me.CheckBox1.TabIndex = 30
      339. Me.CheckBox1.Text = "Kleine Zeichen"
      340. Me.CheckBox1.UseVisualStyleBackColor = True
      341. '
      342. 'Button29
      343. '
      344. Me.Button29.Location = New System.Drawing.Point(108, 160)
      345. Me.Button29.Name = "Button29"
      346. Me.Button29.Size = New System.Drawing.Size(154, 23)
      347. Me.Button29.TabIndex = 31
      348. Me.Button29.UseVisualStyleBackColor = True
      349. '
      350. 'Button27
      351. '
      352. Me.Button27.Location = New System.Drawing.Point(318, 160)
      353. Me.Button27.Name = "Button27"
      354. Me.Button27.Size = New System.Drawing.Size(40, 23)
      355. Me.Button27.TabIndex = 32
      356. Me.Button27.Text = "Entf"
      357. Me.Button27.UseVisualStyleBackColor = True
      358. '
      359. 'Button28
      360. '
      361. Me.Button28.Location = New System.Drawing.Point(292, 160)
      362. Me.Button28.Name = "Button28"
      363. Me.Button28.Size = New System.Drawing.Size(26, 23)
      364. Me.Button28.TabIndex = 33
      365. Me.Button28.Text = "<"
      366. Me.Button28.UseVisualStyleBackColor = True
      367. '
      368. 'Button30
      369. '
      370. Me.Button30.Font = New System.Drawing.Font("Microsoft Sans Serif",
      371. 5.25!, System.Drawing.FontStyle.Regular,
      372. System.Drawing.GraphicsUnit.Point, CType(0, Byte))
      373. Me.Button30.Location = New System.Drawing.Point(332, 12)
      374. Me.Button30.Name = "Button30"
      375. Me.Button30.Size = New System.Drawing.Size(26, 20)
      376. Me.Button30.TabIndex = 34
      377. Me.Button30.Text = "CTC"
      378. Me.Button30.UseVisualStyleBackColor = True
      379. '
      380. 'Form1
      381. '
      382. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
      383. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
      384. Me.ClientSize = New System.Drawing.Size(372, 189)
      385. Me.Controls.Add(Me.Button30)
      386. Me.Controls.Add(Me.Button28)
      387. Me.Controls.Add(Me.Button27)
      388. Me.Controls.Add(Me.Button29)
      389. Me.Controls.Add(Me.CheckBox1)
      390. Me.Controls.Add(Me.z)
      391. Me.Controls.Add(Me.Panel1)
      392. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
      393. Me.Name = "Form1"
      394. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
      395. Me.Text = "kyrillische Tastatur"
      396. Me.Panel1.ResumeLayout(False)
      397. Me.ResumeLayout(False)
      398. Me.PerformLayout()
      399. End Sub
      400. Friend WithEvents z As System.Windows.Forms.TextBox
      401. Friend WithEvents Button1 As System.Windows.Forms.Button
      402. Friend WithEvents Button2 As System.Windows.Forms.Button
      403. Friend WithEvents Button3 As System.Windows.Forms.Button
      404. Friend WithEvents Button4 As System.Windows.Forms.Button
      405. Friend WithEvents Button5 As System.Windows.Forms.Button
      406. Friend WithEvents Button6 As System.Windows.Forms.Button
      407. Friend WithEvents Button7 As System.Windows.Forms.Button
      408. Friend WithEvents Button8 As System.Windows.Forms.Button
      409. Friend WithEvents Button9 As System.Windows.Forms.Button
      410. Friend WithEvents Button10 As System.Windows.Forms.Button
      411. Friend WithEvents Button11 As System.Windows.Forms.Button
      412. Friend WithEvents Button12 As System.Windows.Forms.Button
      413. Friend WithEvents Button13 As System.Windows.Forms.Button
      414. Friend WithEvents Button14 As System.Windows.Forms.Button
      415. Friend WithEvents Button15 As System.Windows.Forms.Button
      416. Friend WithEvents Button16 As System.Windows.Forms.Button
      417. Friend WithEvents Button17 As System.Windows.Forms.Button
      418. Friend WithEvents Button18 As System.Windows.Forms.Button
      419. Friend WithEvents Button19 As System.Windows.Forms.Button
      420. Friend WithEvents Button20 As System.Windows.Forms.Button
      421. Friend WithEvents Button21 As System.Windows.Forms.Button
      422. Friend WithEvents Button22 As System.Windows.Forms.Button
      423. Friend WithEvents Button23 As System.Windows.Forms.Button
      424. Friend WithEvents Button24 As System.Windows.Forms.Button
      425. Friend WithEvents Button25 As System.Windows.Forms.Button
      426. Friend WithEvents Button26 As System.Windows.Forms.Button
      427. Friend WithEvents Panel1 As System.Windows.Forms.Panel
      428. Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
      429. Friend WithEvents Button29 As System.Windows.Forms.Button
      430. Friend WithEvents Button27 As System.Windows.Forms.Button
      431. Friend WithEvents Button28 As System.Windows.Forms.Button
      432. Friend WithEvents Button30 As System.Windows.Forms.Button
      433. End Class

      Und dann der Code für die Anwendung
      Spoiler anzeigen

      VB.NET-Quellcode

      1. Public Class Form1
      2. Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
      3. z.AppendText(Button1.Text)
      4. End Sub
      5. Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
      6. z.AppendText(Button2.Text)
      7. End Sub
      8. Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click
      9. z.AppendText(Button3.Text)
      10. End Sub
      11. Private Sub Button28_Click(sender As Object, e As EventArgs) Handles Button28.Click
      12. z.Text = z.Text.Remove(z.Text.Length - 1, 1)
      13. End Sub
      14. Private Sub Button27_Click(sender As Object, e As EventArgs) Handles Button27.Click
      15. z.Text = ""
      16. End Sub
      17. Private Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click
      18. z.AppendText(Button4.Text)
      19. End Sub
      20. Private Sub Button5_Click(sender As Object, e As EventArgs) Handles Button5.Click
      21. z.AppendText(Button5.Text)
      22. End Sub
      23. Private Sub Button6_Click(sender As Object, e As EventArgs) Handles Button6.Click
      24. z.AppendText(Button6.Text)
      25. End Sub
      26. Private Sub Button7_Click(sender As Object, e As EventArgs) Handles Button7.Click
      27. z.AppendText(Button7.Text)
      28. End Sub
      29. Private Sub Button8_Click(sender As Object, e As EventArgs) Handles Button8.Click
      30. z.AppendText(Button8.Text)
      31. End Sub
      32. Private Sub Button9_Click(sender As Object, e As EventArgs) Handles Button9.Click
      33. z.AppendText(Button9.Text)
      34. End Sub
      35. Private Sub Button10_Click(sender As Object, e As EventArgs) Handles Button10.Click
      36. z.AppendText(Button10.Text)
      37. End Sub
      38. Private Sub Button11_Click(sender As Object, e As EventArgs) Handles Button11.Click
      39. z.AppendText(Button11.Text)
      40. End Sub
      41. Private Sub Button12_Click(sender As Object, e As EventArgs) Handles Button12.Click
      42. z.AppendText(Button12.Text)
      43. End Sub
      44. Private Sub Button13_Click(sender As Object, e As EventArgs) Handles Button13.Click
      45. z.AppendText(Button13.Text)
      46. End Sub
      47. Private Sub Button14_Click(sender As Object, e As EventArgs) Handles Button14.Click
      48. z.AppendText(Button14.Text)
      49. End Sub
      50. Private Sub Button15_Click(sender As Object, e As EventArgs) Handles Button15.Click
      51. z.AppendText(Button15.Text)
      52. End Sub
      53. Private Sub Button16_Click(sender As Object, e As EventArgs) Handles Button16.Click
      54. z.AppendText(Button16.Text)
      55. End Sub
      56. Private Sub Button17_Click(sender As Object, e As EventArgs) Handles Button17.Click
      57. z.AppendText(Button17.Text)
      58. End Sub
      59. Private Sub Button18_Click(sender As Object, e As EventArgs) Handles Button18.Click
      60. z.AppendText(Button18.Text)
      61. End Sub
      62. Private Sub Button19_Click(sender As Object, e As EventArgs) Handles Button19.Click
      63. z.AppendText(Button19.Text)
      64. End Sub
      65. Private Sub Button20_Click(sender As Object, e As EventArgs) Handles Button20.Click
      66. z.AppendText(Button20.Text)
      67. End Sub
      68. Private Sub Button21_Click(sender As Object, e As EventArgs) Handles Button21.Click
      69. z.AppendText(Button21.Text)
      70. End Sub
      71. Private Sub Button22_Click(sender As Object, e As EventArgs) Handles Button22.Click
      72. z.AppendText(Button22.Text)
      73. End Sub
      74. Private Sub Button23_Click(sender As Object, e As EventArgs) Handles Button23.Click
      75. z.AppendText(Button23.Text)
      76. End Sub
      77. Private Sub Button24_Click(sender As Object, e As EventArgs) Handles Button24.Click
      78. z.AppendText(Button24.Text)
      79. End Sub
      80. Private Sub Button25_Click(sender As Object, e As EventArgs) Handles Button25.Click
      81. z.AppendText(Button25.Text)
      82. End Sub
      83. Private Sub Button26_Click(sender As Object, e As EventArgs) Handles Button26.Click
      84. z.AppendText(Button26.Text)
      85. End Sub
      86. Private Sub Button29_Click(sender As Object, e As EventArgs) Handles Button29.Click
      87. z.AppendText(" ")
      88. End Sub
      89. Private Sub CheckBox1_CheckedChanged(sender As Object, e As EventArgs) Handles CheckBox1.CheckedChanged
      90. If CheckBox1.Checked = True Then
      91. Button1.Text = "а"
      92. Button2.Text = "б"
      93. Button3.Text = "ц"
      94. Button4.Text = "д"
      95. Button5.Text = "е"
      96. Button6.Text = "ф"
      97. Button7.Text = "г"
      98. Button8.Text = "х"
      99. Button9.Text = "и"
      100. Button10.Text = "ј"
      101. Button11.Text = "к"
      102. Button12.Text = "л"
      103. Button13.Text = "м"
      104. Button14.Text = "н"
      105. Button15.Text = "о"
      106. Button16.Text = "п"
      107. Button17.Text = "q"
      108. Button18.Text = "р"
      109. Button19.Text = "с"
      110. Button20.Text = "т"
      111. Button21.Text = "у"
      112. Button22.Text = "v"
      113. Button23.Text = "в"
      114. Button24.Text = "џ"
      115. Button25.Text = "ѕ"
      116. Button26.Text = "з"
      117. ElseIf CheckBox1.Checked = False Then
      118. Button1.Text = "А"
      119. Button2.Text = "Б"
      120. Button3.Text = "Ц"
      121. Button4.Text = "Д"
      122. Button5.Text = "Е"
      123. Button6.Text = "Ф"
      124. Button7.Text = "Г"
      125. Button8.Text = "Х"
      126. Button9.Text = "И"
      127. Button10.Text = "Ј"
      128. Button11.Text = "К"
      129. Button12.Text = "Л"
      130. Button13.Text = "М"
      131. Button14.Text = "Н"
      132. Button15.Text = "О"
      133. Button16.Text = "П"
      134. Button17.Text = "Q"
      135. Button18.Text = "Р"
      136. Button19.Text = "С"
      137. Button20.Text = "Т"
      138. Button21.Text = "У"
      139. Button22.Text = "V"
      140. Button23.Text = "В"
      141. Button24.Text = "Џ"
      142. Button25.Text = "Ѕ"
      143. Button26.Text = "З"
      144. End If
      145. End Sub
      146. Private Sub Button30_Click(sender As Object, e As EventArgs) Handles Button30.Click
      147. z.SelectAll()
      148. z.Copy()
      149. End Sub
      150. End Class

      Vielleicht ist er nicht auf dem höchsten Niveau aber auf jeden Fall hilfreich und Zeitsparend für alle die so etwas z.B. für die Kommunikation in dieser Schriftart benötigen.
      Alternativ einfach die Dateien gleich so herunterladen.
      Dateien
      • Form1.Designer.vb

        (17,62 kB, 87 mal heruntergeladen, zuletzt: )
      • Form1.vb

        (6,21 kB, 173 mal heruntergeladen, zuletzt: )