05-11-2025, 04:46 PM
Everything needed is in: https://github.com/a740g/InForm-PE/tree/master/InForm
Create a sub-directory called "InForm" in your project directory and then copy the files listed below from the above location inside the newly created directory.
InForm/InForm.bi
InForm/InForm.ui
InForm/InFormCommon.bi
InForm/InFormVersion.bi
InForm/xp.uitheme
InForm/extensions/*.*
Then in your code:
The other files are included by InForm.bi and InForm.ui.
Create a sub-directory called "InForm" in your project directory and then copy the files listed below from the above location inside the newly created directory.
InForm/InForm.bi
InForm/InForm.ui
InForm/InFormCommon.bi
InForm/InFormVersion.bi
InForm/xp.uitheme
InForm/extensions/*.*
Then in your code:
Code: (Select All)
'$INCLUDE:'InForm/InForm.bi'
'$INCLUDE:'Your_Form_Here.frm'
'$INCLUDE:'InForm/InForm.ui'
The other files are included by InForm.bi and InForm.ui.