gday,

just finished working on a vb6 form/control normaliser, which sorts the GUI
elements in *.frm and *.ctl files (since they are always saved in quasi
random order by visual basic). so when you add a new command button to a
complicated form, you get:
> Begin VB.CommandButton Blah
>    Caption = "OK
> End

as the change, instead of spurious line changes due to things jumping
around. anyone who's typed "cvs diff" to see what they changed on a form
would know what i mean.

this may be useful for vb programmers who would like to do automatic merges
of form and control files across branches instead of just code.

shoot me an email if you're interested and i'll mail the code...

cheers,
matt


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to