| View previous topic :: View next topic |
| Author |
Message |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Sun Sep 08, 2002 5:10 pm Post subject: List icons |
|
|
Does anyone knows how to put icons in a list item (like in Kazaa) _________________ phpBB Development Team |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
Posted: Sun Sep 08, 2002 5:33 pm Post subject: |
|
|
| You can do that with the vdsobj.dll |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
Posted: Sun Sep 08, 2002 5:36 pm Post subject: |
|
|
| Oops, with the vdsobj.dll you only can make Filelists... But, I have a solution: Rename icons to the name the list items must have, and show that... |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Sun Sep 08, 2002 6:02 pm Post subject: |
|
|
It's a directory list and a file list in the vdsobj. I tried using the file list before in such a manner. Bit of a pain doing that, the only way I could figure at the time, was make new reg entries for new file extensions which corresponded to the icons I needed.
The draw back? Messing with the registry.
-Garrett |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Sat Sep 14, 2002 4:45 pm Post subject: |
|
|
Could somebody explain me how to use vdsobj.dll??? I can't get the hang of it! _________________ phpBB Development Team |
|
| Back to top |
|
 |
cnodnarb Professional Member


Joined: 11 Sep 2002 Posts: 766 Location: Eastman, GA
|
Posted: Sun Sep 15, 2002 12:38 am Post subject: |
|
|
Hiya Vic
The main tricks to using this DLL are to give your program an internal class name and to declare it for vdsobj, like so
| Code: |
dialog create,mydialog,-1,0,200,300,,class myDialog
OBJECT CLASS,myDialog
|
Then you use it alot like vdselm, only w/o declaring the class for each object
| Code: |
OBJECT ADD,DRIVECOMBO,DRIVECOMBO1,7,57,205,23,,CLICK
OBJECT ADD,FILELIST,FILELIST1,34,7,410,140,,*.*,2,DBLCLICK,click
|
I think you just meant getting started...if not then just ask more questions!
NodNarb |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Tue Sep 24, 2002 9:30 pm Post subject: |
|
|
Now that Tommy released his VDSLISTS.DLL, you can use that for a variety of cool elements.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Thu Sep 26, 2002 6:33 am Post subject: |
|
|
Tanks for the tip  _________________ phpBB Development Team |
|
| Back to top |
|
 |
|