Hello everyone,
How to transform the code below into something dynamic? To add 'n' elements as panels with show/hide information and still work.
Tried to optimize the code as much as possible :
;INCLUDES
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConsta...