potreboval by som pre kamarata najst riesenie nasledovneho problemu ja neviem co s tym moze byt, tak sa obraciame na vas vdaka za kazdy napad peter ********************************* > mam app vo vb6 > na 98se bezi normalne ale xpcka s nou maju problemy > zistil som, ze problem je s touto castou kodu: > > MainFrm.FileList.Pattern = "*.*" > intPom = MainFrm.FileList.ListCount > MainFrm.FileList.Pattern = "*-?.*" > intPom = intPom - MainFrm.FileList.ListCount > MainFrm.FileList.Pattern = "*-??.*" > If intPom <> MainFrm.FileList.ListCount Then > PerformImageTest = False > Exit Function > End If > > FileList je filelistbox > > testuju sa tam nazvy suborov, ci su ako-tak v spravnom formate > pri nastaveni MainFrm.FileList.Pattern = "*-?.*" (jeden znak > za pomlckou) je pocet suborov vo filelistboxe spravny > ale pri MainFrm.FileList.Pattern = "*-??.*" (dva znaky za > pomlckou) mi vrati vsetky subory > neviete preco? *********************************
This archive was generated by hypermail 2.1.3 : 06. 11. 2003, 11:06 CET