In midi form no attributes or methods:
MidiForm.BorderStyle = 0
MidiForm.AutoRedraw = True
MidiForm.Refresh
MidiForm.Cls
other form, you can add properties or methods on the midi form?
Printable View
In midi form no attributes or methods:
MidiForm.BorderStyle = 0
MidiForm.AutoRedraw = True
MidiForm.Refresh
MidiForm.Cls
other form, you can add properties or methods on the midi form?
That is correct. Midi forms are not like standard forms. Basically they are meant to be a "container" for other forms and not to be used as a form.