![]() |
[SourceCode] *Dynamic Buttons - 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: [SourceCode] *Dynamic Buttons (/Thread-SourceCode-Dynamic-Buttons) |
[SourceCode] *Dynamic Buttons - Eternity - 07-13-2013 This was a little project i needed to do to check how adding dynamic buttons. And i thought i would release it here. BTW i followed a code snippet and i can't remember the authors name. Scan VirusTotal Download MediaFire Screenshot ![]() Enjoy! RE: [SourceCode] *Dynamic Buttons - Wet - 07-15-2013 Good project you posted there! I think this will be useful for many members. RE: [SourceCode] *Dynamic Buttons - Eternity - 07-15-2013 (07-15-2013, 09:34 AM)Wet Wrote: Good project you posted there! I think this will be useful for many members. Thanks ![]() RE: [SourceCode] *Dynamic Buttons - Platinum - 07-15-2013 So, what does it do? Does it improve any coding or changes style? RE: [SourceCode] *Dynamic Buttons - Eternity - 07-15-2013 It "spawns" a button programmatically instead of using the GUI designer. This will make you able to create as many button(controls) as you want with custom events. RE: [SourceCode] *Dynamic Buttons - Platinum - 07-15-2013 (07-15-2013, 02:21 PM)Eternity Wrote: It "spawns" a button programmatically instead of using the GUI designer. Pretty nice this is then! ![]() RE: [SourceCode] *Dynamic Buttons - Eternity - 07-15-2013 I know, needed that when i was working on a game and had little space. |