Hello!
i hope this is the right place to post my question in this forum.
i'm a total beginner at C# and hardly ever learnt any derivative of any kind of C language, be it visual or not visual - i know a little bit how to script in Arduino and Processing IDEs, which could maybe be compared to a beginners level at visual basic or something of the sort.
What i'm trying to do is to change a bit the GUI of a program i'm using, by adding a set of text boxes near an existing set of sliders - So the sliders can jump to the positions entered in the corresponding text boxes, that i want to add near each slider.
The source code of the program and its GUI that i'm referring to, is written if i understand correctly, in C# and can be downloaded from the following page:
https://www.min.at/prinz/?x=entry:entry130721-182227
Can anyone please explain to me, how can i make these GUI changes to the program, although i have such a lame ability to read and edit the source code? Does there exist on the internet, any visual online tool, where i can upload the source code files, then change the GUI using WYSIWYG tools and recompile an executable of it on the spot?
Thanks a lot.
i hope this is the right place to post my question in this forum.
i'm a total beginner at C# and hardly ever learnt any derivative of any kind of C language, be it visual or not visual - i know a little bit how to script in Arduino and Processing IDEs, which could maybe be compared to a beginners level at visual basic or something of the sort.
What i'm trying to do is to change a bit the GUI of a program i'm using, by adding a set of text boxes near an existing set of sliders - So the sliders can jump to the positions entered in the corresponding text boxes, that i want to add near each slider.
The source code of the program and its GUI that i'm referring to, is written if i understand correctly, in C# and can be downloaded from the following page:
https://www.min.at/prinz/?x=entry:entry130721-182227
Can anyone please explain to me, how can i make these GUI changes to the program, although i have such a lame ability to read and edit the source code? Does there exist on the internet, any visual online tool, where i can upload the source code files, then change the GUI using WYSIWYG tools and recompile an executable of it on the spot?
Thanks a lot.
Last edited: