Neues Profil erstellen
[Visual Basic] Private Sub NeuesProfilToolStripMenuItem_Click( _
ByVal sender As Object, _
ByVal e As EventArgs _
) Handles _
NeuesProfilToolStripMenuItem.Click
[Visual Basic] Private Sub NeuesProfilToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NeuesProfilToolStripMenuItem.Click
Dim a As String = InputBox(msg.Get_Meldungstext(503))
If a <> "" Then
If UCase(a) = "STANDARD" Then
msg.show_standardmessage(504, MsgBoxStyle.Information)
Exit Sub
End If
Me.Profil.Set_Aktuelles_Profil(Me.Profil.Add_New(a))
Me.ProfilspeichernToolStripMenuItem_Click(sender, e)
Me.Profile_Aktualisieren(a)
End If
End Sub
Plattformen: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition