What's the best form editor for BP?

BlitzPlus Forums/BlitzPlus Programming/What's the best form editor for BP?

I was wondering if anyone had any suggestions for a visual basic-style "form" editor for BP.

A form editor is a program which allows you to create a window, set it's properties, and drop various buttons listboxes, and other objects onto it, position them, and give them names through which to access them in the program. You can then save the form, and load it when needed and all the buttons and such will be placed automatically for you.

It's a lot easier than placing stuff around manually.

Anyhow, I presume someone has written something like this for BP already. So what's your favorite?

BlitzVision is pretty decent. And he has a similar one for PureBasic (PureVision).

Please provide links. :-)

Check out my GUIde. :) Adress in my sig

I like GUIde a lot.

Blitz Vision: http://www.reelmedia.org/blitzvision/download.html

GUIde it's the best :) i buying it's around 1 week now :)

The source for a form editor comes with BlitzPlus (I forget which folder it's in). It outputs BlitzPlus code after you've created your form.