Greetings, dear experts!
I create a big project for intuitive learning piano. I am professional musician and musical methodist rather than programmer, but my program is already very complex, and I still understand it.
It's very important to decide now, how to move a group of controls being transparent?
Of the controls, there are almost exclusively pictures.
Therefore, one of the solutions (not the best) is to render all pictures into one AlphaImage and move only it.
Then the question is:
HOW TO INSERT SEVERAL PICTURES - WITH EXACT COORDINATES - INTO ONE ALPHAIMAGE?
But if it is possible to group controls and move them around the form in one fell swoop, leaving transparency between them, it would be generally magical! However, control "Frame" is not transparent to other form controls (even with WinAPI), and the smooth movement of the group controls by For...Next looks like a big jittery. I found a working solution (move all transparent form over another form), but it is clumsy.
Do you know a solution?
I create a big project for intuitive learning piano. I am professional musician and musical methodist rather than programmer, but my program is already very complex, and I still understand it.
It's very important to decide now, how to move a group of controls being transparent?
Of the controls, there are almost exclusively pictures.
Therefore, one of the solutions (not the best) is to render all pictures into one AlphaImage and move only it.
Then the question is:
HOW TO INSERT SEVERAL PICTURES - WITH EXACT COORDINATES - INTO ONE ALPHAIMAGE?
But if it is possible to group controls and move them around the form in one fell swoop, leaving transparency between them, it would be generally magical! However, control "Frame" is not transparent to other form controls (even with WinAPI), and the smooth movement of the group controls by For...Next looks like a big jittery. I found a working solution (move all transparent form over another form), but it is clumsy.
Do you know a solution?