![]() |
|
Rocket-dock type of application - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework) +--- Thread: Rocket-dock type of application (/Thread-Rocket-dock-type-of-application) Pages:
1
2
|
RE: Rocket-dock type of application - TheDeceptionist - 04-20-2013 (04-20-2013, 11:24 AM)Psycho_Coder Wrote: ha ha I did this long ago in 2011 , My rocket dock had much more properties , however good work.I could also do this in 11 and yes I can add more properties but I actually don't want to waste my time in it. Btw Thanks for viewing. RE: Rocket-dock type of application - TheDeceptionist - 04-20-2013 (04-20-2013, 11:24 AM)Psycho_Coder Wrote: ha ha I did this long ago in 2011 , My rocket dock had much more properties , however good work.I could also do this in 11 and yes I can add more properties but I actually don't want to waste my time in it. Btw Thanks for viewing. RE: Rocket-dock type of application - Coder-san - 04-20-2013 Opacity property is ok but it restricts you. Try to load real file icons from a folder, and that way it can really by like a dock application. Instead of the opacity property either paint a translucent background on the form or have it screenshot the desktop, so it can look like a real dock. It's very basic, but nice try. RE: Rocket-dock type of application - Coder-san - 04-20-2013 Opacity property is ok but it restricts you. Try to load real file icons from a folder, and that way it can really by like a dock application. Instead of the opacity property either paint a translucent background on the form or have it screenshot the desktop, so it can look like a real dock. It's very basic, but nice try. RE: Rocket-dock type of application - TheDeceptionist - 04-20-2013 (04-20-2013, 11:26 AM)Coder-san Wrote: Opacity property is ok but it restricts you. Try to load real file icons from a folder, and that way it can really by like a dock application.Thanks . Will try
RE: Rocket-dock type of application - TheDeceptionist - 04-20-2013 (04-20-2013, 11:26 AM)Coder-san Wrote: Opacity property is ok but it restricts you. Try to load real file icons from a folder, and that way it can really by like a dock application.Thanks . Will try
RE: Rocket-dock type of application - Coder-san - 04-20-2013 I uploaded one I made long back. I hope it can be useful to you. RE: Rocket-dock type of application - TheDeceptionist - 04-21-2013 It will be very useful to me. Thanks Coder-san. |