MSDN Blog Article List - Small Basic Tools

Today, I'd like to introduce two tools written in Small Basic.

MSDN Blog Article List

This tool (NPB609) is a new version of my Blog Article List series.

MSDNBlogArticleList01

The screen shot above shows that this tool generated an article list HTML for User Ed blog.  You can generate any other article list in MSDN blogs with this tool.

This program needs a GUI form definition file Blog.frm.sb (SHP804).

Form

The next tool "Form" is a GUI form checker now.  But my intention is to update this tool as GUI form and dialog editor.  The source code is uploaded to GitHub.

Form05b

GUI form definition is saved as a Small Basic comment file.  So we can edit this form with the editor in the Small Basic Environment (IDE).

Other Tools