Author |
Topic: VB6: two programs using ONE midi-ox (Read 501 times) |
|
ersteller
New Member

 MIDI-OX is the best!

Posts: 9
|
 |
VB6: two programs using ONE midi-ox
« on: Apr 21st, 2023, 2:47am » |
Quote Modify
|
Hello and thanks for MIDI-OX: really a useful program! I use often VB6 (the old one, not .net) to drive MIDI-OX. When one instance of MIDI-OX is already running (alone, without programs) and I start a VB6 program with these lines: Dim WithEvents mox As MIDIOXLib.MoxScript Set mox = New MIDIOXLib.MoxScript the VB6 program *uses* the already running instance of MIDI-OX. What must I write in the SECOND VB6 program, so that this second program too uses the *same* instance of MIDI-OX? Is it possible? Thanks Francesco
|
|
IP Logged |
|
|
|
ersteller
New Member

 MIDI-OX is the best!

Posts: 9
|
 |
Re: VB6: two programs using ONE midi-ox
« Reply #1 on: Apr 21st, 2023, 3:16am » |
Quote Modify
|
Sorry, I must read the doc... "instances are not reused: once a script has been attached to an instance and then closed, another script will not attach to this instance." Hi and thanks for this program! Francesco
|
|
IP Logged |
|
|
|
|