Found them:

quote:

Is it somehow possible to disable the KiXforms about box when using minimize or maximizebuttons (e.g. sysmenu<>0) ? And another KiXforms RFC: could $Form.Icon='%SystemRoot%\Explorer.exe;7' be possible in the near future ?

I was playing with the idea of being able to "override" and "customize" the Kixforms ABOUT... menu item - that is to say, something like this:

code:
$Form.OnAbout = "About_Click"

Function About_Click

$Form.MsgBox("Kix script version 1.0")

EndFunction

Or just be able to specify a string that does nothing (a NOOP):

code:
$Form.OnAbout = ""

Not too sure if you noticed or not - but Version 1 of Forms used to have "About Kixforms..." in the sysmenu - I changed it in TNG to say just "About..." in anticipation of this feature. Does that work for you - or should we be able to remove the menu item completely ?

Being able to pull an ICON resource from an EXE ... definitely will slip that one in tonight ...

[ 26. August 2002, 17:29: Message edited by: Shawn ]