CommonDialog Filter |
Post Reply |
Author | |
McKloony
Senior Member Joined: 09 January 2007 Location: Germany Status: Offline Points: 340 |
Post Options
Thanks(0)
Posted: 12 May 2008 at 6:34am |
If I try to show the Caption Filter in die actual CodeJock Online Help, the WindowsHelp chrashes.
So could anybody tell me, how to set the Filter Property correctly. Normaly O set as Filter String that looks like:
"Textdateien (*.txt)" & Chr$(0) & "*.txt" & Chr$(0) & "Alle Dateien (*.*)" & Chr$(0) & "*.*" & Chr$(0) & Chr$(0)
And how do I set the DefaultExt = "txt"? Should I set DefaultExt = "txt"oder DefaultExt = "*.txt"?
|
|
Product: Xtreme SuitePro (ActiveX) 16.2.5
Platform: XP / Windows 7 Language: Visual Basic 6.0 SP6 |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Use "|" :
Text (*.txt)|*.txt|Pictures (*.bmp;*.ico)|*.bmp;*.ico
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |