Posted: Sat Mar 22, 2003 2:07 pm
Restored from previous forum. Originally posted by ebknoppert.
I ever wrote VD - Visual Designer for PowerBASIC.
Since it's ADDIN capabilities let you retrieve data like control properties, it's possible to generate PureBasic code with it.
This way you can make your own visual designer for PureBasic etc..
To check it out, this part is in beta.
If you don't have this package installed you should install the full package first.
Then upgrade with the beta
http://www.hellobasic.com/
A small addin project can be found here:
http://www.hellobasic.com/trials/vdadd.zip
For people not having a licence yet, VDADDIN.DLL will not be loaded without it.
To tell you what you can retrieve is the control name and control property name and value (and much other parts like modules etc..).
Just as you see it in the propertybox.
Like Appearance "1 - 3D"
This way you can make your code..
The addin can be any DLL, if it's written in PureBasic or not, it doesn't matter.
I ever wrote VD - Visual Designer for PowerBASIC.
Since it's ADDIN capabilities let you retrieve data like control properties, it's possible to generate PureBasic code with it.
This way you can make your own visual designer for PureBasic etc..
To check it out, this part is in beta.
If you don't have this package installed you should install the full package first.
Then upgrade with the beta
http://www.hellobasic.com/
A small addin project can be found here:
http://www.hellobasic.com/trials/vdadd.zip
For people not having a licence yet, VDADDIN.DLL will not be loaded without it.
To tell you what you can retrieve is the control name and control property name and value (and much other parts like modules etc..).
Just as you see it in the propertybox.
Like Appearance "1 - 3D"
This way you can make your code..
The addin can be any DLL, if it's written in PureBasic or not, it doesn't matter.