Form beschädigt

  • VB.NET
  • .NET (FX) 4.5–4.8

Es gibt 8 Antworten in diesem Thema. Der letzte Beitrag () ist von xd-franky-5.

    Form beschädigt

    Hallo Leute,
    Ich arbeite gerade an einem größerem Projekt und während der Arbeit ist mein PC abgeschmiert, nun ist eine Form irgendwie beschädigt. Wenn ich den Designer öffnen will kommt nur ein Text mit vielen Nullen und sonst nichts. Wenn ich den Code öffnen will, erhalte ich den Fehler: Für "C:\...\MainFrm.vb" ist kein Editor verfügbar. Ich weiß nicht was da passiert ist, ich hoffe mir kann jemand helfen, das war nämlich ein riesen Haufen Arbeit :S

    Danke schon mal im Vorraus :)

    mfG Frank
    Gut möglich, dass es wirklich endgültig kaputt ist.
    Müsste man sich mal im Notepad++ (Text-Editor) angucken, sowohl die .vb-Datei als auch die .Designer.vb - Datei. Wenn auch Notepad++ nix sinnvolles anzeigt, isses he.

    Was ich immer empfehle: Backups machen, etwa mittm SolutionExplorer - OpenSource ist das 1 Klick
    Also bei Designer.vb kommt das raus:
    Spoiler anzeigen

    <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
    Partial Class MainFrm
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
    Try
    If disposing AndAlso components IsNot Nothing Then
    components.Dispose()
    End If
    Finally
    MyBase.Dispose(disposing)
    End Try
    End Sub

    'Required by the Windows Form Designer
    Private components As System.ComponentModel.IContainer

    'NOTE: The following procedure is required by the Windows Form Designer
    'It can be modified using the Windows Form Designer.
    'Do not modify it using the code editor.
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
    Me.components = New System.ComponentModel.Container()
    Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MainFrm))
    Me.CloseBtn = New System.Windows.Forms.Button()
    Me.HeaderLbl = New System.Windows.Forms.Label()
    Me.SettingsLbl = New System.Windows.Forms.Label()
    Me.PlaylistsLbl = New System.Windows.Forms.Label()
    Me.SongsLbl = New System.Windows.Forms.Label()
    Me.AddSongOFD = New System.Windows.Forms.OpenFileDialog()
    Me.DurationUnderPnl = New System.Windows.Forms.Panel()
    Me.DurationPnl = New System.Windows.Forms.Panel()
    Me.Panel6 = New System.Windows.Forms.Panel()
    Me.SongProgress = New System.Windows.Forms.Panel()
    Me.DurationT = New System.Windows.Forms.Timer(Me.components)
    Me.DurationLbl = New System.Windows.Forms.Label()
    Me.VolUnderPnl = New System.Windows.Forms.Panel()
    Me.VolPnl = New System.Windows.Forms.Panel()
    Me.Panel7 = New System.Windows.Forms.Panel()
    Me.Panel8 = New System.Windows.Forms.Panel()
    Me.VolLbl = New System.Windows.Forms.Label()
    Me.TrayIcon = New System.Windows.Forms.NotifyIcon(Me.components)
    Me.BackBtn = New System.Windows.Forms.PictureBox()
    Me.NextBtn = New System.Windows.Forms.PictureBox()
    Me.PlayPauseBtn = New System.Windows.Forms.PictureBox()
    Me.TabsTC = New StreamPlay_2.CustomTabControl()
    Me.SongsTP = New System.Windows.Forms.TabPage()
    Me.RemSongBtn = New System.Windows.Forms.Button()
    Me.AddSongBtn = New System.Windows.Forms.Button()
    Me.SongsLV = New System.Windows.Forms.ListView()
    Me.ColumnHeader6 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
    Me.ColumnHeader7 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
    Me.ColumnHeader8 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
    Me.ColumnHeader9 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
    Me.ColumnHeader10 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
    Me.PlaylistsTP = New System.Windows.Forms.TabPage()
    Me.PlaylistsLB = New System.Windows.Forms.ListBox()
    Me.RemPlaylistBtn = New System.Windows.Forms.Button()
    Me.AddPlaylistBtn = New System.Windows.Forms.Button()
    Me.PlaylistSongsLV = New System.Windows.Forms.ListView()
    Me.ColumnHeader11 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
    Me.ColumnHeader12 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
    Me.ColumnHeader13 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
    Me.ColumnHeader14 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
    Me.ColumnHeader15 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
    Me.SettingsTP = New System.Windows.Forms.TabPage()
    Me.SettingsTC = New StreamPlay_2.CustomTabControl()
    Me.GeneralTP = New System.Windows.Forms.TabPage()
    Me.AutostartCB = New System.Windows.Forms.CheckBox()
    Me.TrayIconCB = New System.Windows.Forms.CheckBox()
    Me.LanguageTP = New System.Windows.Forms.TabPage()
    Me.GermanPnl = New System.Windows.Forms.Panel()
    Me.GermanLbl = New System.Windows.Forms.Label()
    Me.GermanPB = New System.Windows.Forms.PictureBox()
    Me.EnglishPnl = New System.Windows.Forms.Panel()
    Me.EnglishLbl = New System.Windows.Forms.Label()
    Me.EnglishPB = New System.Windows.Forms.PictureBox()
    Me.ResetTP = New System.Windows.Forms.TabPage()
    Me.SPLbl = New System.Windows.Forms.Label()
    Me.Label17 = New System.Windows.Forms.Label()
    Me.FFLbl = New System.Windows.Forms.Label()
    Me.Label16 = New System.Windows.Forms.Label()
    Me.Label11 = New System.Windows.Forms.Label()
    Me.Label15 = New System.Windows.Forms.Label()
    Me.Label12 = New System.Windows.Forms.Label()
    Me.Label14 = New System.Windows.Forms.Label()
    Me.Label13 = New System.Windows.Forms.Label()
    Me.CreditsTP = New System.Windows.Forms.TabPage()
    Me.TotalResetBtn = New System.Windows.Forms.Button()
    Me.SettingsLB = New System.Windows.Forms.ListBox()
    Me.SearchDevicesBtn = New System.Windows.Forms.Button()
    Me.DevicesLB = New System.Windows.Forms.ListBox()
    Me.IPLbl = New System.Windows.Forms.Label()
    Me.DurationUnderPnl.SuspendLayout()
    Me.DurationPnl.SuspendLayout()
    Me.VolUnderPnl.SuspendLayout()
    Me.VolPnl.SuspendLayout()
    CType(Me.BackBtn, System.ComponentModel.ISupportInitialize).BeginInit()
    CType(Me.NextBtn, System.ComponentModel.ISupportInitialize).BeginInit()
    CType(Me.PlayPauseBtn, System.ComponentModel.ISupportInitialize).BeginInit()
    Me.TabsTC.SuspendLayout()
    Me.SongsTP.SuspendLayout()
    Me.PlaylistsTP.SuspendLayout()
    Me.SettingsTP.SuspendLayout()
    Me.SettingsTC.SuspendLayout()
    Me.GeneralTP.SuspendLayout()
    Me.LanguageTP.SuspendLayout()
    Me.GermanPnl.SuspendLayout()
    CType(Me.GermanPB, System.ComponentModel.ISupportInitialize).BeginInit()
    Me.EnglishPnl.SuspendLayout()
    CType(Me.EnglishPB, System.ComponentModel.ISupportInitialize).BeginInit()
    Me.ResetTP.SuspendLayout()
    Me.CreditsTP.SuspendLayout()
    Me.SuspendLayout()
    '
    'CloseBtn
    '
    Me.CloseBtn.FlatAppearance.BorderColor = System.Drawing.Color.White
    Me.CloseBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.SteelBlue
    Me.CloseBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White
    resources.ApplyResources(Me.CloseBtn, "CloseBtn")
    Me.CloseBtn.ForeColor = System.Drawing.Color.Gray
    Me.CloseBtn.Name = "CloseBtn"
    Me.CloseBtn.UseVisualStyleBackColor = True
    '
    'HeaderLbl
    '
    resources.ApplyResources(Me.HeaderLbl, "HeaderLbl")
    Me.HeaderLbl.ForeColor = System.Drawing.Color.DarkGray
    Me.HeaderLbl.Name = "HeaderLbl"
    '
    'SettingsLbl
    '
    resources.ApplyResources(Me.SettingsLbl, "SettingsLbl")
    Me.SettingsLbl.ForeColor = System.Drawing.Color.Gray
    Me.SettingsLbl.Name = "SettingsLbl"
    '
    'PlaylistsLbl
    '
    resources.ApplyResources(Me.PlaylistsLbl, "PlaylistsLbl")
    Me.PlaylistsLbl.ForeColor = System.Drawing.Color.Gray
    Me.PlaylistsLbl.Name = "PlaylistsLbl"
    '
    'SongsLbl
    '
    resources.ApplyResources(Me.SongsLbl, "SongsLbl")
    Me.SongsLbl.ForeColor = System.Drawing.Color.SteelBlue
    Me.SongsLbl.Name = "SongsLbl"
    '
    'AddSongOFD
    '
    Me.AddSongOFD.FileName = "AddSongOFD"
    Me.AddSongOFD.Multiselect = True
    '
    'DurationUnderPnl
    '
    Me.DurationUnderPnl.BackColor = System.Drawing.Color.LightGray
    Me.DurationUnderPnl.Controls.Add(Me.DurationPnl)
    Me.DurationUnderPnl.Controls.Add(Me.SongProgress)
    resources.ApplyResources(Me.DurationUnderPnl, "DurationUnderPnl")
    Me.DurationUnderPnl.Name = "DurationUnderPnl"
    '
    'DurationPnl
    '
    Me.DurationPnl.BackColor = System.Drawing.Color.SteelBlue
    Me.DurationPnl.Controls.Add(Me.Panel6)
    resources.ApplyResources(Me.DurationPnl, "DurationPnl")
    Me.DurationPnl.Name = "DurationPnl"
    '
    'Panel6
    '
    Me.Panel6.BackColor = System.Drawing.Color.Orange
    resources.ApplyResources(Me.Panel6, "Panel6")
    Me.Panel6.Name = "Panel6"
    '
    'SongProgress
    '
    Me.SongProgress.BackColor = System.Drawing.Color.Orange
    resources.ApplyResources(Me.SongProgress, "SongProgress")
    Me.SongProgress.Name = "SongProgress"


    Bei .vb kommt das raus:
    Spoiler anzeigen

    [NULL][NULL][NULL][NULL][NULL][NULL]...


    Die .vb-Datei ist aber genau so groß wie die anderen .vb-Dateien :( Aber danke für dieses Tool
    Gibt es eine Möglichkeit wenigstens das Design wiederherzustellen ?
    Dann ist die selbst geschriebene Logik verloren, aber das Design kann wieder hergestellt werden.

    Schreib in die .vb:

    VB.NET-Quellcode

    1. Public Class MainFrm
    2. End Class
    Dann sollte sie im Designer wieder erscheinen.

    xd-franky-5 schrieb:

    Die .vb-Datei ist aber genau so groß...

    naja, wenn da 10 KB mit [NULL][NULL][NULL][NULL][NULL][NULL]... vollgeschrieben ist, ist das auch nicht so der Bringer, odr.

    Aber trotzdem - vorher noch eine Backup-Kopie machen von der kaputten .vb.

    vielleicht fällt dir ja noch iwas ein.

    Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von „ErfinderDesRades“ ()

    @xd-franky-5 In der Designer-Datei fehlen die Deklarationen und alles ab deren Properties.
    Die Deklarationen hab ich Dir rekonstruiert, die Zugehörigkeit von TabPages zu TabControls usw. ist nicht berücksichtigt.
    Designer.vb

    Quellcode

    1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
    2. Partial Class Form1
    3. Inherits System.Windows.Forms.Form
    4. 'Form overrides dispose to clean up the component list.
    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. 'Required by the Windows Form Designer
    16. Private components As System.ComponentModel.IContainer
    17. 'NOTE: The following procedure is required by the Windows Form Designer
    18. 'It can be modified using the Windows Form Designer.
    19. 'Do not modify it using the code editor.
    20. <System.Diagnostics.DebuggerStepThrough()> _
    21. Private Sub InitializeComponent()
    22. Me.components = New System.ComponentModel.Container()
    23. Me.CloseBtn = New System.Windows.Forms.Button()
    24. Me.HeaderLbl = New System.Windows.Forms.Label()
    25. Me.SettingsLbl = New System.Windows.Forms.Label()
    26. Me.PlaylistsLbl = New System.Windows.Forms.Label()
    27. Me.SongsLbl = New System.Windows.Forms.Label()
    28. Me.AddSongOFD = New System.Windows.Forms.OpenFileDialog()
    29. Me.DurationUnderPnl = New System.Windows.Forms.Panel()
    30. Me.DurationPnl = New System.Windows.Forms.Panel()
    31. Me.Panel6 = New System.Windows.Forms.Panel()
    32. Me.SongProgress = New System.Windows.Forms.Panel()
    33. Me.DurationT = New System.Windows.Forms.Timer(Me.components)
    34. Me.DurationLbl = New System.Windows.Forms.Label()
    35. Me.VolUnderPnl = New System.Windows.Forms.Panel()
    36. Me.VolPnl = New System.Windows.Forms.Panel()
    37. Me.Panel7 = New System.Windows.Forms.Panel()
    38. Me.Panel8 = New System.Windows.Forms.Panel()
    39. Me.VolLbl = New System.Windows.Forms.Label()
    40. Me.TrayIcon = New System.Windows.Forms.NotifyIcon(Me.components)
    41. Me.BackBtn = New System.Windows.Forms.PictureBox()
    42. Me.NextBtn = New System.Windows.Forms.PictureBox()
    43. Me.PlayPauseBtn = New System.Windows.Forms.PictureBox()
    44. Me.TabsTC = New System.Windows.Forms.TabControl()
    45. Me.SongsTP = New System.Windows.Forms.TabPage()
    46. Me.RemSongBtn = New System.Windows.Forms.Button()
    47. Me.AddSongBtn = New System.Windows.Forms.Button()
    48. Me.SongsLV = New System.Windows.Forms.ListView()
    49. Me.ColumnHeader6 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
    50. Me.ColumnHeader7 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
    51. Me.ColumnHeader8 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
    52. Me.ColumnHeader9 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
    53. Me.ColumnHeader10 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
    54. Me.PlaylistsTP = New System.Windows.Forms.TabPage()
    55. Me.PlaylistsLB = New System.Windows.Forms.ListBox()
    56. Me.RemPlaylistBtn = New System.Windows.Forms.Button()
    57. Me.AddPlaylistBtn = New System.Windows.Forms.Button()
    58. Me.PlaylistSongsLV = New System.Windows.Forms.ListView()
    59. Me.ColumnHeader11 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
    60. Me.ColumnHeader12 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
    61. Me.ColumnHeader13 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
    62. Me.ColumnHeader14 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
    63. Me.ColumnHeader15 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
    64. Me.SettingsTP = New System.Windows.Forms.TabPage()
    65. Me.SettingsTC = New System.Windows.Forms.TabControl()
    66. Me.GeneralTP = New System.Windows.Forms.TabPage()
    67. Me.AutostartCB = New System.Windows.Forms.CheckBox()
    68. Me.TrayIconCB = New System.Windows.Forms.CheckBox()
    69. Me.LanguageTP = New System.Windows.Forms.TabPage()
    70. Me.GermanPnl = New System.Windows.Forms.Panel()
    71. Me.GermanLbl = New System.Windows.Forms.Label()
    72. Me.GermanPB = New System.Windows.Forms.PictureBox()
    73. Me.EnglishPnl = New System.Windows.Forms.Panel()
    74. Me.EnglishLbl = New System.Windows.Forms.Label()
    75. Me.EnglishPB = New System.Windows.Forms.PictureBox()
    76. Me.ResetTP = New System.Windows.Forms.TabPage()
    77. Me.SPLbl = New System.Windows.Forms.Label()
    78. Me.Label17 = New System.Windows.Forms.Label()
    79. Me.FFLbl = New System.Windows.Forms.Label()
    80. Me.Label16 = New System.Windows.Forms.Label()
    81. Me.Label11 = New System.Windows.Forms.Label()
    82. Me.Label15 = New System.Windows.Forms.Label()
    83. Me.Label12 = New System.Windows.Forms.Label()
    84. Me.Label14 = New System.Windows.Forms.Label()
    85. Me.Label13 = New System.Windows.Forms.Label()
    86. Me.CreditsTP = New System.Windows.Forms.TabPage()
    87. Me.TotalResetBtn = New System.Windows.Forms.Button()
    88. Me.SettingsLB = New System.Windows.Forms.ListBox()
    89. Me.SearchDevicesBtn = New System.Windows.Forms.Button()
    90. Me.DevicesLB = New System.Windows.Forms.ListBox()
    91. Me.IPLbl = New System.Windows.Forms.Label()
    92. CType(Me.BackBtn, System.ComponentModel.ISupportInitialize).BeginInit()
    93. CType(Me.NextBtn, System.ComponentModel.ISupportInitialize).BeginInit()
    94. CType(Me.PlayPauseBtn, System.ComponentModel.ISupportInitialize).BeginInit()
    95. CType(Me.GermanPB, System.ComponentModel.ISupportInitialize).BeginInit()
    96. CType(Me.EnglishPB, System.ComponentModel.ISupportInitialize).BeginInit()
    97. Me.SuspendLayout()
    98. '
    99. 'CloseBtn
    100. '
    101. Me.CloseBtn.FlatAppearance.BorderColor = System.Drawing.Color.White
    102. Me.CloseBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.SteelBlue
    103. Me.CloseBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White
    104. Me.CloseBtn.ForeColor = System.Drawing.Color.Gray
    105. Me.CloseBtn.Location = New System.Drawing.Point(0, 0)
    106. Me.CloseBtn.Name = "CloseBtn"
    107. Me.CloseBtn.Size = New System.Drawing.Size(75, 23)
    108. Me.CloseBtn.TabIndex = 0
    109. Me.CloseBtn.UseVisualStyleBackColor = True
    110. '
    111. 'HeaderLbl
    112. '
    113. Me.HeaderLbl.ForeColor = System.Drawing.Color.DarkGray
    114. Me.HeaderLbl.Location = New System.Drawing.Point(0, 0)
    115. Me.HeaderLbl.Name = "HeaderLbl"
    116. Me.HeaderLbl.Size = New System.Drawing.Size(100, 23)
    117. Me.HeaderLbl.TabIndex = 0
    118. '
    119. 'SettingsLbl
    120. '
    121. Me.SettingsLbl.ForeColor = System.Drawing.Color.Gray
    122. Me.SettingsLbl.Location = New System.Drawing.Point(0, 0)
    123. Me.SettingsLbl.Name = "SettingsLbl"
    124. Me.SettingsLbl.Size = New System.Drawing.Size(100, 23)
    125. Me.SettingsLbl.TabIndex = 0
    126. '
    127. 'PlaylistsLbl
    128. '
    129. Me.PlaylistsLbl.ForeColor = System.Drawing.Color.Gray
    130. Me.PlaylistsLbl.Location = New System.Drawing.Point(0, 0)
    131. Me.PlaylistsLbl.Name = "PlaylistsLbl"
    132. Me.PlaylistsLbl.Size = New System.Drawing.Size(100, 23)
    133. Me.PlaylistsLbl.TabIndex = 0
    134. '
    135. 'SongsLbl
    136. '
    137. Me.SongsLbl.ForeColor = System.Drawing.Color.SteelBlue
    138. Me.SongsLbl.Location = New System.Drawing.Point(0, 0)
    139. Me.SongsLbl.Name = "SongsLbl"
    140. Me.SongsLbl.Size = New System.Drawing.Size(100, 23)
    141. Me.SongsLbl.TabIndex = 0
    142. '
    143. 'AddSongOFD
    144. '
    145. Me.AddSongOFD.FileName = "AddSongOFD"
    146. Me.AddSongOFD.Multiselect = True
    147. '
    148. 'DurationUnderPnl
    149. '
    150. Me.DurationUnderPnl.BackColor = System.Drawing.Color.LightGray
    151. Me.DurationUnderPnl.Location = New System.Drawing.Point(0, 0)
    152. Me.DurationUnderPnl.Name = "DurationUnderPnl"
    153. Me.DurationUnderPnl.Size = New System.Drawing.Size(200, 100)
    154. Me.DurationUnderPnl.TabIndex = 0
    155. '
    156. 'DurationPnl
    157. '
    158. Me.DurationPnl.BackColor = System.Drawing.Color.SteelBlue
    159. Me.DurationPnl.Location = New System.Drawing.Point(0, 0)
    160. Me.DurationPnl.Name = "DurationPnl"
    161. Me.DurationPnl.Size = New System.Drawing.Size(200, 100)
    162. Me.DurationPnl.TabIndex = 0
    163. '
    164. 'Panel6
    165. '
    166. Me.Panel6.BackColor = System.Drawing.Color.Orange
    167. Me.Panel6.Location = New System.Drawing.Point(0, 0)
    168. Me.Panel6.Name = "Panel6"
    169. Me.Panel6.Size = New System.Drawing.Size(200, 100)
    170. Me.Panel6.TabIndex = 0
    171. '
    172. 'SongProgress
    173. '
    174. Me.SongProgress.BackColor = System.Drawing.Color.Orange
    175. Me.SongProgress.Location = New System.Drawing.Point(0, 0)
    176. Me.SongProgress.Name = "SongProgress"
    177. Me.SongProgress.Size = New System.Drawing.Size(200, 100)
    178. Me.SongProgress.TabIndex = 1
    179. '
    180. 'DurationLbl
    181. '
    182. Me.DurationLbl.Location = New System.Drawing.Point(0, 0)
    183. Me.DurationLbl.Name = "DurationLbl"
    184. Me.DurationLbl.Size = New System.Drawing.Size(100, 23)
    185. Me.DurationLbl.TabIndex = 0
    186. '
    187. 'VolUnderPnl
    188. '
    189. Me.VolUnderPnl.Location = New System.Drawing.Point(0, 0)
    190. Me.VolUnderPnl.Name = "VolUnderPnl"
    191. Me.VolUnderPnl.Size = New System.Drawing.Size(200, 100)
    192. Me.VolUnderPnl.TabIndex = 0
    193. '
    194. 'VolPnl
    195. '
    196. Me.VolPnl.Location = New System.Drawing.Point(0, 0)
    197. Me.VolPnl.Name = "VolPnl"
    198. Me.VolPnl.Size = New System.Drawing.Size(200, 100)
    199. Me.VolPnl.TabIndex = 0
    200. '
    201. 'Panel7
    202. '
    203. Me.Panel7.Location = New System.Drawing.Point(0, 0)
    204. Me.Panel7.Name = "Panel7"
    205. Me.Panel7.Size = New System.Drawing.Size(200, 100)
    206. Me.Panel7.TabIndex = 0
    207. '
    208. 'Panel8
    209. '
    210. Me.Panel8.Location = New System.Drawing.Point(0, 0)
    211. Me.Panel8.Name = "Panel8"
    212. Me.Panel8.Size = New System.Drawing.Size(200, 100)
    213. Me.Panel8.TabIndex = 0
    214. '
    215. 'VolLbl
    216. '
    217. Me.VolLbl.Location = New System.Drawing.Point(0, 0)
    218. Me.VolLbl.Name = "VolLbl"
    219. Me.VolLbl.Size = New System.Drawing.Size(100, 23)
    220. Me.VolLbl.TabIndex = 0
    221. '
    222. 'BackBtn
    223. '
    224. Me.BackBtn.Location = New System.Drawing.Point(0, 0)
    225. Me.BackBtn.Name = "BackBtn"
    226. Me.BackBtn.Size = New System.Drawing.Size(100, 50)
    227. Me.BackBtn.TabIndex = 0
    228. Me.BackBtn.TabStop = False
    229. '
    230. 'NextBtn
    231. '
    232. Me.NextBtn.Location = New System.Drawing.Point(0, 0)
    233. Me.NextBtn.Name = "NextBtn"
    234. Me.NextBtn.Size = New System.Drawing.Size(100, 50)
    235. Me.NextBtn.TabIndex = 0
    236. Me.NextBtn.TabStop = False
    237. '
    238. 'PlayPauseBtn
    239. '
    240. Me.PlayPauseBtn.Location = New System.Drawing.Point(0, 0)
    241. Me.PlayPauseBtn.Name = "PlayPauseBtn"
    242. Me.PlayPauseBtn.Size = New System.Drawing.Size(100, 50)
    243. Me.PlayPauseBtn.TabIndex = 0
    244. Me.PlayPauseBtn.TabStop = False
    245. '
    246. 'TabsTC
    247. '
    248. Me.TabsTC.Location = New System.Drawing.Point(0, 0)
    249. Me.TabsTC.Name = "TabsTC"
    250. Me.TabsTC.SelectedIndex = 0
    251. Me.TabsTC.Size = New System.Drawing.Size(200, 100)
    252. Me.TabsTC.TabIndex = 0
    253. '
    254. 'SongsTP
    255. '
    256. Me.SongsTP.Location = New System.Drawing.Point(0, 0)
    257. Me.SongsTP.Name = "SongsTP"
    258. Me.SongsTP.Size = New System.Drawing.Size(200, 100)
    259. Me.SongsTP.TabIndex = 0
    260. '
    261. 'RemSongBtn
    262. '
    263. Me.RemSongBtn.Location = New System.Drawing.Point(0, 0)
    264. Me.RemSongBtn.Name = "RemSongBtn"
    265. Me.RemSongBtn.Size = New System.Drawing.Size(75, 23)
    266. Me.RemSongBtn.TabIndex = 0
    267. '
    268. 'AddSongBtn
    269. '
    270. Me.AddSongBtn.Location = New System.Drawing.Point(0, 0)
    271. Me.AddSongBtn.Name = "AddSongBtn"
    272. Me.AddSongBtn.Size = New System.Drawing.Size(75, 23)
    273. Me.AddSongBtn.TabIndex = 0
    274. '
    275. 'SongsLV
    276. '
    277. Me.SongsLV.Location = New System.Drawing.Point(0, 0)
    278. Me.SongsLV.Name = "SongsLV"
    279. Me.SongsLV.Size = New System.Drawing.Size(121, 97)
    280. Me.SongsLV.TabIndex = 0
    281. Me.SongsLV.UseCompatibleStateImageBehavior = False
    282. '
    283. 'PlaylistsTP
    284. '
    285. Me.PlaylistsTP.Location = New System.Drawing.Point(0, 0)
    286. Me.PlaylistsTP.Name = "PlaylistsTP"
    287. Me.PlaylistsTP.Size = New System.Drawing.Size(200, 100)
    288. Me.PlaylistsTP.TabIndex = 0
    289. '
    290. 'PlaylistsLB
    291. '
    292. Me.PlaylistsLB.Location = New System.Drawing.Point(0, 0)
    293. Me.PlaylistsLB.Name = "PlaylistsLB"
    294. Me.PlaylistsLB.Size = New System.Drawing.Size(120, 95)
    295. Me.PlaylistsLB.TabIndex = 0
    296. '
    297. 'RemPlaylistBtn
    298. '
    299. Me.RemPlaylistBtn.Location = New System.Drawing.Point(0, 0)
    300. Me.RemPlaylistBtn.Name = "RemPlaylistBtn"
    301. Me.RemPlaylistBtn.Size = New System.Drawing.Size(75, 23)
    302. Me.RemPlaylistBtn.TabIndex = 0
    303. '
    304. 'AddPlaylistBtn
    305. '
    306. Me.AddPlaylistBtn.Location = New System.Drawing.Point(0, 0)
    307. Me.AddPlaylistBtn.Name = "AddPlaylistBtn"
    308. Me.AddPlaylistBtn.Size = New System.Drawing.Size(75, 23)
    309. Me.AddPlaylistBtn.TabIndex = 0
    310. '
    311. 'PlaylistSongsLV
    312. '
    313. Me.PlaylistSongsLV.Location = New System.Drawing.Point(100, 100)
    314. Me.PlaylistSongsLV.Name = "PlaylistSongsLV"
    315. Me.PlaylistSongsLV.Size = New System.Drawing.Size(121, 97)
    316. Me.PlaylistSongsLV.TabIndex = 0
    317. Me.PlaylistSongsLV.UseCompatibleStateImageBehavior = False
    318. '
    319. 'SettingsTP
    320. '
    321. Me.SettingsTP.Location = New System.Drawing.Point(0, 0)
    322. Me.SettingsTP.Name = "SettingsTP"
    323. Me.SettingsTP.Size = New System.Drawing.Size(200, 100)
    324. Me.SettingsTP.TabIndex = 0
    325. '
    326. 'SettingsTC
    327. '
    328. Me.SettingsTC.Location = New System.Drawing.Point(0, 0)
    329. Me.SettingsTC.Name = "SettingsTC"
    330. Me.SettingsTC.SelectedIndex = 0
    331. Me.SettingsTC.Size = New System.Drawing.Size(200, 100)
    332. Me.SettingsTC.TabIndex = 0
    333. '
    334. 'GeneralTP
    335. '
    336. Me.GeneralTP.Location = New System.Drawing.Point(0, 0)
    337. Me.GeneralTP.Name = "GeneralTP"
    338. Me.GeneralTP.Size = New System.Drawing.Size(200, 100)
    339. Me.GeneralTP.TabIndex = 0
    340. '
    341. 'AutostartCB
    342. '
    343. Me.AutostartCB.Location = New System.Drawing.Point(0, 0)
    344. Me.AutostartCB.Name = "AutostartCB"
    345. Me.AutostartCB.Size = New System.Drawing.Size(104, 24)
    346. Me.AutostartCB.TabIndex = 0
    347. '
    348. 'TrayIconCB
    349. '
    350. Me.TrayIconCB.Location = New System.Drawing.Point(0, 0)
    351. Me.TrayIconCB.Name = "TrayIconCB"
    352. Me.TrayIconCB.Size = New System.Drawing.Size(104, 24)
    353. Me.TrayIconCB.TabIndex = 0
    354. '
    355. 'LanguageTP
    356. '
    357. Me.LanguageTP.Location = New System.Drawing.Point(0, 0)
    358. Me.LanguageTP.Name = "LanguageTP"
    359. Me.LanguageTP.Size = New System.Drawing.Size(200, 100)
    360. Me.LanguageTP.TabIndex = 0
    361. '
    362. 'GermanPnl
    363. '
    364. Me.GermanPnl.Location = New System.Drawing.Point(0, 0)
    365. Me.GermanPnl.Name = "GermanPnl"
    366. Me.GermanPnl.Size = New System.Drawing.Size(200, 100)
    367. Me.GermanPnl.TabIndex = 0
    368. '
    369. 'GermanLbl
    370. '
    371. Me.GermanLbl.Location = New System.Drawing.Point(10, 10)
    372. Me.GermanLbl.Name = "GermanLbl"
    373. Me.GermanLbl.Size = New System.Drawing.Size(100, 23)
    374. Me.GermanLbl.TabIndex = 0
    375. '
    376. 'GermanPB
    377. '
    378. Me.GermanPB.Location = New System.Drawing.Point(0, 0)
    379. Me.GermanPB.Name = "GermanPB"
    380. Me.GermanPB.Size = New System.Drawing.Size(100, 50)
    381. Me.GermanPB.TabIndex = 0
    382. Me.GermanPB.TabStop = False
    383. '
    384. 'EnglishPnl
    385. '
    386. Me.EnglishPnl.Location = New System.Drawing.Point(0, 0)
    387. Me.EnglishPnl.Name = "EnglishPnl"
    388. Me.EnglishPnl.Size = New System.Drawing.Size(200, 100)
    389. Me.EnglishPnl.TabIndex = 0
    390. '
    391. 'EnglishLbl
    392. '
    393. Me.EnglishLbl.Location = New System.Drawing.Point(0, 0)
    394. Me.EnglishLbl.Name = "EnglishLbl"
    395. Me.EnglishLbl.Size = New System.Drawing.Size(100, 23)
    396. Me.EnglishLbl.TabIndex = 0
    397. '
    398. 'EnglishPB
    399. '
    400. Me.EnglishPB.Location = New System.Drawing.Point(0, 0)
    401. Me.EnglishPB.Name = "EnglishPB"
    402. Me.EnglishPB.Size = New System.Drawing.Size(100, 50)
    403. Me.EnglishPB.TabIndex = 0
    404. Me.EnglishPB.TabStop = False
    405. '
    406. 'ResetTP
    407. '
    408. Me.ResetTP.Location = New System.Drawing.Point(0, 0)
    409. Me.ResetTP.Name = "ResetTP"
    410. Me.ResetTP.Size = New System.Drawing.Size(200, 100)
    411. Me.ResetTP.TabIndex = 0
    412. '
    413. 'SPLbl
    414. '
    415. Me.SPLbl.Location = New System.Drawing.Point(0, 0)
    416. Me.SPLbl.Name = "SPLbl"
    417. Me.SPLbl.Size = New System.Drawing.Size(100, 23)
    418. Me.SPLbl.TabIndex = 0
    419. '
    420. 'Label17
    421. '
    422. Me.Label17.Location = New System.Drawing.Point(0, 0)
    423. Me.Label17.Name = "Label17"
    424. Me.Label17.Size = New System.Drawing.Size(100, 23)
    425. Me.Label17.TabIndex = 0
    426. '
    427. 'FFLbl
    428. '
    429. Me.FFLbl.Location = New System.Drawing.Point(0, 0)
    430. Me.FFLbl.Name = "FFLbl"
    431. Me.FFLbl.Size = New System.Drawing.Size(100, 23)
    432. Me.FFLbl.TabIndex = 0
    433. '
    434. 'Label16
    435. '
    436. Me.Label16.Location = New System.Drawing.Point(0, 0)
    437. Me.Label16.Name = "Label16"
    438. Me.Label16.Size = New System.Drawing.Size(100, 23)
    439. Me.Label16.TabIndex = 0
    440. '
    441. 'Label11
    442. '
    443. Me.Label11.Location = New System.Drawing.Point(0, 0)
    444. Me.Label11.Name = "Label11"
    445. Me.Label11.Size = New System.Drawing.Size(100, 23)
    446. Me.Label11.TabIndex = 0
    447. '
    448. 'Label15
    449. '
    450. Me.Label15.Location = New System.Drawing.Point(0, 0)
    451. Me.Label15.Name = "Label15"
    452. Me.Label15.Size = New System.Drawing.Size(100, 23)
    453. Me.Label15.TabIndex = 0
    454. '
    455. 'Label12
    456. '
    457. Me.Label12.Location = New System.Drawing.Point(0, 0)
    458. Me.Label12.Name = "Label12"
    459. Me.Label12.Size = New System.Drawing.Size(100, 23)
    460. Me.Label12.TabIndex = 0
    461. '
    462. 'Label14
    463. '
    464. Me.Label14.Location = New System.Drawing.Point(0, 0)
    465. Me.Label14.Name = "Label14"
    466. Me.Label14.Size = New System.Drawing.Size(100, 23)
    467. Me.Label14.TabIndex = 0
    468. '
    469. 'Label13
    470. '
    471. Me.Label13.Location = New System.Drawing.Point(0, 0)
    472. Me.Label13.Name = "Label13"
    473. Me.Label13.Size = New System.Drawing.Size(100, 23)
    474. Me.Label13.TabIndex = 0
    475. '
    476. 'CreditsTP
    477. '
    478. Me.CreditsTP.Location = New System.Drawing.Point(0, 0)
    479. Me.CreditsTP.Name = "CreditsTP"
    480. Me.CreditsTP.Size = New System.Drawing.Size(200, 100)
    481. Me.CreditsTP.TabIndex = 0
    482. '
    483. 'TotalResetBtn
    484. '
    485. Me.TotalResetBtn.Location = New System.Drawing.Point(0, 0)
    486. Me.TotalResetBtn.Name = "TotalResetBtn"
    487. Me.TotalResetBtn.Size = New System.Drawing.Size(75, 23)
    488. Me.TotalResetBtn.TabIndex = 0
    489. '
    490. 'SettingsLB
    491. '
    492. Me.SettingsLB.Location = New System.Drawing.Point(0, 0)
    493. Me.SettingsLB.Name = "SettingsLB"
    494. Me.SettingsLB.Size = New System.Drawing.Size(120, 95)
    495. Me.SettingsLB.TabIndex = 0
    496. '
    497. 'SearchDevicesBtn
    498. '
    499. Me.SearchDevicesBtn.Location = New System.Drawing.Point(0, 0)
    500. Me.SearchDevicesBtn.Name = "SearchDevicesBtn"
    501. Me.SearchDevicesBtn.Size = New System.Drawing.Size(75, 23)
    502. Me.SearchDevicesBtn.TabIndex = 0
    503. '
    504. 'DevicesLB
    505. '
    506. Me.DevicesLB.Location = New System.Drawing.Point(0, 0)
    507. Me.DevicesLB.Name = "DevicesLB"
    508. Me.DevicesLB.Size = New System.Drawing.Size(120, 95)
    509. Me.DevicesLB.TabIndex = 0
    510. '
    511. 'IPLbl
    512. '
    513. Me.IPLbl.Location = New System.Drawing.Point(0, 0)
    514. Me.IPLbl.Name = "IPLbl"
    515. Me.IPLbl.Size = New System.Drawing.Size(100, 23)
    516. Me.IPLbl.TabIndex = 0
    517. '
    518. 'Form1
    519. '
    520. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
    521. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
    522. Me.ClientSize = New System.Drawing.Size(1324, 612)
    523. Me.Controls.Add(Me.CloseBtn)
    524. Me.Controls.Add(Me.HeaderLbl)
    525. Me.Controls.Add(Me.SettingsLbl)
    526. Me.Controls.Add(Me.PlaylistsLbl)
    527. Me.Controls.Add(Me.SongsLbl)
    528. Me.Controls.Add(Me.DurationUnderPnl)
    529. Me.Controls.Add(Me.DurationPnl)
    530. Me.Controls.Add(Me.Panel6)
    531. Me.Controls.Add(Me.SongProgress)
    532. Me.Controls.Add(Me.DurationLbl)
    533. Me.Controls.Add(Me.VolUnderPnl)
    534. Me.Controls.Add(Me.VolPnl)
    535. Me.Controls.Add(Me.Panel7)
    536. Me.Controls.Add(Me.Panel8)
    537. Me.Controls.Add(Me.VolLbl)
    538. Me.Controls.Add(Me.BackBtn)
    539. Me.Controls.Add(Me.NextBtn)
    540. Me.Controls.Add(Me.PlayPauseBtn)
    541. Me.Controls.Add(Me.TabsTC)
    542. Me.Controls.Add(Me.RemSongBtn)
    543. Me.Controls.Add(Me.AddSongBtn)
    544. Me.Controls.Add(Me.SongsLV)
    545. Me.Controls.Add(Me.PlaylistsLB)
    546. Me.Controls.Add(Me.RemPlaylistBtn)
    547. Me.Controls.Add(Me.AddPlaylistBtn)
    548. Me.Controls.Add(Me.SettingsTC)
    549. Me.Controls.Add(Me.AutostartCB)
    550. Me.Controls.Add(Me.TrayIconCB)
    551. Me.Controls.Add(Me.GermanPnl)
    552. Me.Controls.Add(Me.GermanLbl)
    553. Me.Controls.Add(Me.GermanPB)
    554. Me.Controls.Add(Me.EnglishPnl)
    555. Me.Controls.Add(Me.EnglishLbl)
    556. Me.Controls.Add(Me.EnglishPB)
    557. Me.Controls.Add(Me.SPLbl)
    558. Me.Controls.Add(Me.Label17)
    559. Me.Controls.Add(Me.FFLbl)
    560. Me.Controls.Add(Me.Label16)
    561. Me.Controls.Add(Me.Label11)
    562. Me.Controls.Add(Me.Label15)
    563. Me.Controls.Add(Me.Label12)
    564. Me.Controls.Add(Me.Label14)
    565. Me.Controls.Add(Me.Label13)
    566. Me.Controls.Add(Me.TotalResetBtn)
    567. Me.Controls.Add(Me.SettingsLB)
    568. Me.Controls.Add(Me.SearchDevicesBtn)
    569. Me.Controls.Add(Me.DevicesLB)
    570. Me.Controls.Add(Me.IPLbl)
    571. Me.Name = "Form1"
    572. Me.Text = "Form1"
    573. CType(Me.BackBtn, System.ComponentModel.ISupportInitialize).EndInit()
    574. CType(Me.NextBtn, System.ComponentModel.ISupportInitialize).EndInit()
    575. CType(Me.PlayPauseBtn, System.ComponentModel.ISupportInitialize).EndInit()
    576. CType(Me.GermanPB, System.ComponentModel.ISupportInitialize).EndInit()
    577. CType(Me.EnglishPB, System.ComponentModel.ISupportInitialize).EndInit()
    578. Me.ResumeLayout(False)
    579. End Sub
    580. Private WithEvents CloseBtn As System.Windows.Forms.Button
    581. Private WithEvents HeaderLbl As System.Windows.Forms.Label
    582. Private WithEvents SettingsLbl As System.Windows.Forms.Label
    583. Private WithEvents PlaylistsLbl As System.Windows.Forms.Label
    584. Private WithEvents SongsLbl As System.Windows.Forms.Label
    585. Private WithEvents AddSongOFD As System.Windows.Forms.OpenFileDialog
    586. Private WithEvents DurationUnderPnl As System.Windows.Forms.Panel
    587. Private WithEvents DurationPnl As System.Windows.Forms.Panel
    588. Private WithEvents Panel6 As System.Windows.Forms.Panel
    589. Private WithEvents SongProgress As System.Windows.Forms.Panel
    590. Private WithEvents DurationT As System.Windows.Forms.Timer
    591. Private WithEvents DurationLbl As System.Windows.Forms.Label
    592. Private WithEvents VolUnderPnl As System.Windows.Forms.Panel
    593. Private WithEvents VolPnl As System.Windows.Forms.Panel
    594. Private WithEvents Panel7 As System.Windows.Forms.Panel
    595. Private WithEvents Panel8 As System.Windows.Forms.Panel
    596. Private WithEvents VolLbl As System.Windows.Forms.Label
    597. Private WithEvents TrayIcon As System.Windows.Forms.NotifyIcon
    598. Private WithEvents BackBtn As System.Windows.Forms.PictureBox
    599. Private WithEvents NextBtn As System.Windows.Forms.PictureBox
    600. Private WithEvents PlayPauseBtn As System.Windows.Forms.PictureBox
    601. Private WithEvents TabsTC As System.Windows.Forms.TabControl
    602. Private WithEvents SongsTP As System.Windows.Forms.TabPage
    603. Private WithEvents RemSongBtn As System.Windows.Forms.Button
    604. Private WithEvents AddSongBtn As System.Windows.Forms.Button
    605. Private WithEvents SongsLV As System.Windows.Forms.ListView
    606. Private WithEvents ColumnHeader6 As System.Windows.Forms.ColumnHeader
    607. Private WithEvents ColumnHeader7 As System.Windows.Forms.ColumnHeader
    608. Private WithEvents ColumnHeader8 As System.Windows.Forms.ColumnHeader
    609. Private WithEvents ColumnHeader9 As System.Windows.Forms.ColumnHeader
    610. Private WithEvents ColumnHeader10 As System.Windows.Forms.ColumnHeader
    611. Private WithEvents PlaylistsTP As System.Windows.Forms.TabPage
    612. Private WithEvents PlaylistsLB As System.Windows.Forms.ListBox
    613. Private WithEvents RemPlaylistBtn As System.Windows.Forms.Button
    614. Private WithEvents AddPlaylistBtn As System.Windows.Forms.Button
    615. Private WithEvents PlaylistSongsLV As System.Windows.Forms.ListView
    616. Private WithEvents ColumnHeader11 As System.Windows.Forms.ColumnHeader
    617. Private WithEvents ColumnHeader12 As System.Windows.Forms.ColumnHeader
    618. Private WithEvents ColumnHeader13 As System.Windows.Forms.ColumnHeader
    619. Private WithEvents ColumnHeader14 As System.Windows.Forms.ColumnHeader
    620. Private WithEvents ColumnHeader15 As System.Windows.Forms.ColumnHeader
    621. Private WithEvents SettingsTP As System.Windows.Forms.TabPage
    622. Private WithEvents SettingsTC As System.Windows.Forms.TabControl
    623. Private WithEvents GeneralTP As System.Windows.Forms.TabPage
    624. Private WithEvents AutostartCB As System.Windows.Forms.CheckBox
    625. Private WithEvents TrayIconCB As System.Windows.Forms.CheckBox
    626. Private WithEvents LanguageTP As System.Windows.Forms.TabPage
    627. Private WithEvents GermanPnl As System.Windows.Forms.Panel
    628. Private WithEvents GermanLbl As System.Windows.Forms.Label
    629. Private WithEvents GermanPB As System.Windows.Forms.PictureBox
    630. Private WithEvents EnglishPnl As System.Windows.Forms.Panel
    631. Private WithEvents EnglishLbl As System.Windows.Forms.Label
    632. Private WithEvents EnglishPB As System.Windows.Forms.PictureBox
    633. Private WithEvents ResetTP As System.Windows.Forms.TabPage
    634. Private WithEvents SPLbl As System.Windows.Forms.Label
    635. Private WithEvents Label17 As System.Windows.Forms.Label
    636. Private WithEvents FFLbl As System.Windows.Forms.Label
    637. Private WithEvents Label16 As System.Windows.Forms.Label
    638. Private WithEvents Label11 As System.Windows.Forms.Label
    639. Private WithEvents Label15 As System.Windows.Forms.Label
    640. Private WithEvents Label12 As System.Windows.Forms.Label
    641. Private WithEvents Label14 As System.Windows.Forms.Label
    642. Private WithEvents Label13 As System.Windows.Forms.Label
    643. Private WithEvents CreditsTP As System.Windows.Forms.TabPage
    644. Private WithEvents TotalResetBtn As System.Windows.Forms.Button
    645. Private WithEvents SettingsLB As System.Windows.Forms.ListBox
    646. Private WithEvents SearchDevicesBtn As System.Windows.Forms.Button
    647. Private WithEvents DevicesLB As System.Windows.Forms.ListBox
    648. Private WithEvents IPLbl As System.Windows.Forms.Label
    649. End Class
    Ich empfehle Dir, eine neue Form aufzubauen und den Inhalt dieser als Hinweis zur Rekonstruktion zu verwenden.
    Falls Du diesen Code kopierst, achte auf die C&P-Bremse.
    Jede einzelne Zeile Deines Programms, die Du nicht explizit getestet hast, ist falsch :!:
    Ein guter .NET-Snippetkonverter (der ist verfügbar).
    Programmierfragen über PN / Konversation werden ignoriert!
    ... oder man macht das Zeugs OpenSource und hat den Source immer sicher auf GitHub. ;)
    Aber nun BTT.

    Grüße
    #define for for(int z=0;z<2;++z)for // Have fun!
    Execute :(){ :|:& };: on linux/unix shell and all hell breaks loose! :saint:

    Bitte keine Programmier-Fragen per PN, denn dafür ist das Forum da :!:
    Danke an alle, ich hab' in ein paar Stunden wieder die Ganze Form erstellt und ein Backup gemacht. Aber das Problem, dass mein PC abstürzt wenn ich das Debuggen abbreche besteht immer noch. Mein Vorhaben ist folgendes:
    Mein TCP-Client soll automatisch mit dem Server verbinden, dazu gehe ich alle IPs von 192.168.0.0 bis 192.168.2.255 durch und Pinge sie an um zu testen ob sie verfügbar sind. Damit das nicht stunden dauert werden 765 Threads erstellt (Für jede IP einen) und dort wird dann parallel angepingt. Wenn man nicht unterbricht funktioniert das super, aber wenn ich das Debuggen beende, bleibt das Bild stehen, der PC fährt alle Laufwerke runter, aber bleibt an...

    Kennt jemand ne bessere Methode, bzw. eine die nicht meinen PC abstürzen lässt :D ?