Toolbar Icons

Windows specific forum
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Paul.

The ToolBar has a number of icons it can use which are standard. Is there any way to paste in your own custom icons?
Let me guess... back to the Windows API??
Geez, this is hard work :)
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Mr.Skunk.

For the moment, don't think adding your own icons to the standard Pb toolbar. You need to know the internal structure of toolbar within PB. You can disassemble a PB compiled program for that , or simply, like me, waiting with impatience the "/COMMENTED" option of the compiler(in the next windows version i hope)...
With this option it will be possible to see all the internal structures of functions.
quick Fred... QUUUUIIIIIIIIIIICKKKKKKKK
The solution if you want to create a toolbar is to entierely realize a toolbar with windows api...

Mr Skunk
Post Reply