You are not logged in.

Search results

Search results 1-3 of 3.

Saturday, March 6th 2010, 12:02pm

Author: GhostRider83

CommonFileDialog (Filter)

Ja, aber wofür dann die ganze METHODE???? Ich persönlich brauche sie nicht!!!! Weil generell die Filter-Syntax behersche. Oh Mann blöd... Dann muss man wohl JABACO noch ein wenig Zeit geben... Aber die Idee dahinter ist Klasse... Java-Plattform mit VB-Syntax zu vereinen

Friday, March 5th 2010, 8:06am

Author: GhostRider83

funktioniert nicht!

Hier mein Code inclusive "AddFilter" Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 Public Sub cmdLoad_Click() Dim File As String Dim dlg_Filedialog As New CommonDialog With dlg_Filedialog .DialogTitle = "Bild auswählen" .Filter = "" AddFilter dlg_Filedialog, "Bilder", "*.jpg" .ShowOpen True File = .FileName End With If File <> "" Then MsgBox File End If End Sub Public Sub AddFilter(ByVal dlg As CommonDialog, ByVal filter_title As S...

Thursday, March 4th 2010, 9:28pm

Author: GhostRider83

CommonFileDialog (Filter)

Irgendwie habe ich mit der Syntax noch einige Probleme: Was ist Flasch daran? Dim dlgFileDialog As CommonFileDialog With dlgFileDialog . DialogTitle = "" .Filter = "" .ShowOpen picMain.Picture = .FileName End With Darüber hinaus macht mir die FILTER-Syntax irgendwie Probleme... Kann mir jemand Nachhilfe geben... ?

WoltLab Burning Board