And yes, I know the frame is not the same type of frame as a VB.ThunderFrame, (though there's a way to emulate that), but what I'm asking is, well, see attached image for the trash.
I know I'm not moving the other control elements at this point, however, I'm concerned about the trash that I'm seeing at this point will come back and bite me later on.
Creation Code (Forms 1.51)
CONTROL ADD FRAME, hDlg, %IDF_PROPERTIES, "Properties", 240, 208, _
195, 198
CONTROL SET COLOR hDlg, %IDF_PROPERTIES, %WHITE, RGB(46, 32, 92)
Edit PS: The controls are currently in the upper part of the image, the Position X is a trash ghost in the Properties Frame.
I know I'm not moving the other control elements at this point, however, I'm concerned about the trash that I'm seeing at this point will come back and bite me later on.
Creation Code (Forms 1.51)
CONTROL ADD FRAME, hDlg, %IDF_PROPERTIES, "Properties", 240, 208, _
195, 198
CONTROL SET COLOR hDlg, %IDF_PROPERTIES, %WHITE, RGB(46, 32, 92)
Edit PS: The controls are currently in the upper part of the image, the Position X is a trash ghost in the Properties Frame.
Comment