Page 1 of 2

Where can I get a copy if the PB Icon?

Posted: Wed Aug 31, 2005 1:03 pm
by Killswitch
The tite says it all relaly - whre can I get a copy of the OB 'Z' icon (I want to use it as the picture on one of my folders).

Posted: Wed Aug 31, 2005 1:10 pm
by Beach
Here you go (hope Fred and co does not mind).

>PureBasic.ico<
Image

BTW: SnIco edit can extract icons from applications...

Posted: Wed Aug 31, 2005 2:07 pm
by Killswitch
Thanks mate.

Posted: Wed Aug 31, 2005 2:46 pm
by thefool
How did you make that download counter?

Posted: Wed Aug 31, 2005 2:48 pm
by sec
thefool wrote:How did you make that download counter?
php

Posted: Wed Aug 31, 2005 3:40 pm
by Beach
Sec is right, I made it with PHP and the GD lib. I also integrated this feature into the PureStorage site - so when you upload a file and then click the "link" icon next to the file's listing, you will get the correct syntax to paste into this board for the download counter.

Posted: Wed Aug 31, 2005 5:20 pm
by dagcrack
anyone needs a vectorized icon? I got it somewhere here.. its the same thing but in vectors, I dont remember why I made it but if someone needs it.. just tell me!

Posted: Wed Aug 31, 2005 7:14 pm
by Droopy
This code to show icon

Code: Select all

; Author : Rikuk

#Window_Main=0 
#Gadget_Main_Ok=1 


; -1 --> Renvoie le nb d'icones dans le fichier

Fichier.s="C:\WINDOWS\regedit.exe"
Image_Main_Ok=ExtractIcon_(0,Fichier,7) 
nb=ExtractIcon_(0,Fichier,-1) 

OpenWindow(#Window_Main,175,0,252,175,#PB_Window_SystemMenu|#PB_Window_ScreenCentered,Str(nb)+" Icones Disponibles") 
CreateGadgetList(WindowID(#Window_Main)) 
ButtonImageGadget(#Gadget_Main_Ok,65,35,65,35,Image_Main_Ok) 
    
WaitUntilWindowIsClosed()    

Posted: Wed Aug 31, 2005 8:40 pm
by thefool
Beach wrote:Sec is right, I made it with PHP and the GD lib. I also integrated this feature into the PureStorage site - so when you upload a file and then click the "link" icon next to the file's listing, you will get the correct syntax to paste into this board for the download counter.
Great!

Posted: Thu Sep 01, 2005 4:44 pm
by Beach
Droopy wrote:This code to show icon ...
Thanks Droopy, I really needed this for a small project I am working on. Also, I had to change the following line to make it work for apps that only have one icon:

Image_Main_Ok=ExtractIcon_(0,Fichier,0)

I assume the last field is the image index so '0' must be the first image.

thanks again!

Posted: Thu Sep 01, 2005 11:49 pm
by Sub-Routine
I would like to see the PB icon as default for programs I compile.

Rand

Posted: Fri Sep 02, 2005 2:11 am
by dagcrack
Yeah a great idea and its very simple for fred to add :D but also for you.. do you use jaPBe ? I suggest you to get the sources, then make the default string for the string gadget of the icon at options hold the path of the PB icon and compile the IDE thats it!

PS: Will GPI still work on jaPBe ??? I want to know :cry:

Cheers

Posted: Fri Sep 02, 2005 3:09 am
by Dare2
dagcrack wrote:PS: Will GPI still work on jaPBe ??? I want to know
Me too.

Posted: Fri Sep 02, 2005 5:34 am
by dagcrack
Sorry to post this late.. I have made an XP icon of PB I don't know if someone would ever use it, I Do! and I'd like to share it :)

The zip is quite big because it includes the 2 icons, one with shadow and the other with out the shadow. and also, the scales goes from 128x128 to 16x16 including 256 colors and 16 colors.

Link: www.gushh.com.ar/dls/PureBasic_XPicon_byGuShH.zip
Size: 28 KBytes

Posted: Thu Oct 20, 2005 9:59 am
by josku_x
hey! I like your XP icon, I'll use it for my PB shortcut ;)