Hallo,
Wenn ich mein Programm Kompiliere und ausführe funktioniert der Rückgabe wert des CommanDialog nicht … im der Variable Err steht eine 13 . Was bedeutet die ? und warum geht es wenn ich es im VB6 Projekt teste ?
Danke mfg jonny
With CommonDialog1
.CancelError = True
.ShowColor
MsgBox Err
If Err = 0 Then
Konfiguration.BackColor = .Color
Hauptmenü.BackColor = .Color
Rechtsklick.BackColor = .Color
End If
End With