- or download this
use strict;
use Win32::GUI;
...
$Window->Show();
Win32::GUI::Dialog();
# eof
- or download this
Insert.hInsertAfter = (HTREEITEM) handle_From(NOTXSCALL ST(next_i));
- or download this
switch(SvIV(ST(next_i))){
...
Insert.hInsertAfter = (HTREEITEM) handle_From(NOTXSCALL ST(next_i)
+);
break;
}