Mostrar Mensajes

Esta sección te permite ver todos los posts escritos por este usuario. Ten en cuenta que sólo puedes ver los posts escritos en zonas a las que tienes acceso en este momento.


Mensajes - Chris

Páginas: [1]
1
Visual Basic 6 / Re:File Explorer
« en: Octubre 24, 2010, 04:28:30 pm »
Thank you, it works fine now.

2
Visual Basic 6 / Re:File Explorer
« en: Octubre 24, 2010, 03:03:22 pm »
Thank you, Leandro, but unfortunately that makes no difference.

This line is in the ListPath and ListFolders subs and I changed both of them, but the folders are still treated as files.

Código: [Seleccionar]
If (uWFD.dwFileAttributes = FILE_ATTRIBUTE_DIRECTORY Or uWFD.dwFileAttributes = FILE_ATTRIBUTE_RODIRECTORY) Then

3
Visual Basic 6 / Re:File Explorer
« en: Octubre 24, 2010, 01:37:49 pm »
Thank you very much, Leandro  :D

There's one small problem. Some folders, like the Fonts, ie8, inf and Installer folder in C:\Windows are treated as a file.



4
Visual Basic 6 / File Explorer
« en: Octubre 24, 2010, 01:24:46 am »
Hello, I'm creating a FTP client and would like to add a file explorer with the ComboBoxEx and ucListview controls. I looked at the "Explorador Remoto" project, but with all the Winsock code I can't figure out how to add folders and files to the Listview (with icons from the systemimagelist). I assigned the systemimagelist to the Listview, but I'm not sure what to do now. Can somebody please help me with that?

http://rapidshare.com/files/426830173/Project.zip


5
General / Re:OnLine o OffLine esa es la cuestion
« en: Septiembre 23, 2010, 10:58:32 am »
Perfect, thank you very much. Everything works fine now  :D

6
General / Re:OnLine o OffLine esa es la cuestion
« en: Septiembre 23, 2010, 02:48:24 am »
Excellent, thank you very much  :)

Maybe it's just me, but it seems a few other things are not working now. For example, when clicking on a columnheader, the ucListView1_ColumnClick event does not fire. Setting HeaderFixedWidth to True does not lock the columns. Calling the .Sort function via a commandbutton doesn't do anything either.

The problem seems to be in zSubclass_Proc. It never reaches HDN_ITEMCLICK, so the ColumnClick event is never raised. I'll see if I can find a solution tomorrow, it's bedtime now.

Thanks again for your work, Leandro.

-Chris

7
General / Re:OnLine o OffLine esa es la cuestion
« en: Septiembre 22, 2010, 02:30:02 pm »
It seems some things got lost too.

I just had to register again, because my account was gone. Also, the topic I started yesterday about ucListview is gone.

Páginas: [1]