Path: news.mathworks.com!newsfeed-00.mathworks.com!solaris.cc.vt.edu!news.vt.edu!news.glorb.com!bigfeed3.bellsouth.net!news.bellsouth.net!border2.nntp.dca.giganews.com!nntp.giganews.com!backlog2.nntp.dca.giganews.com!nntp.posted.internetamerica!news.posted.internetamerica.POSTED!not-for-mail
NNTP-Posting-Date: Sat, 11 Jul 2009 10:09:37 -0500
From: rtServo <noone@nowhere.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Matlab And Visual Basic6.0
Date: Sat, 11 Jul 2009 08:09:37 -0700
Message-ID: <9nah55dq10196qbr0caa0mas0g48n65rmh@4ax.com>
References: <h36pk1$kvu$1@fred.mathworks.com>
X-Newsreader: Forte Agent 1.92/32.572
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 14
X-Usenet-Provider: http://www.giganews.com
NNTP-Posting-Host: 209.128.79.70
X-Trace: sv3-AD2qzxfQRZNfTzb4EjbsY7TKGt0t4toqnlHCUAe33AF5w8Zu00qkMYmt2bjJt6E9YLGHRAvZ1WTgAUu!ZPKdM86tEthLCzBIJLbVMH8TexFPSB5ZdUJHuxWncSmCOh8+5I1TppPPpFn/30pBEKaQ6x4klZzp!De0LEGENPm0L
X-Complaints-To: abuse@airmail.net
X-DMCA-Complaints-To: abuse@airmail.net
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.39
Xref: news.mathworks.com comp.soft-sys.matlab:554668


On Fri, 10 Jul 2009 07:12:01 +0000 (UTC), "Alexandre "
<alex.mercier70@wanadoo.fr> wrote:

>I shall like to accomplish a link between Visual BASIC 6.0 and Matlab7.1. Visual Basic as graphic interface and Matlab for the party counting. How to open and to execute simulation Matlab and calculs(M-files) since Visual Basic with a link? I have already used function shell of vb6.0,  but it is not what I want, I shall like to be able to execute functions "run" and "debugger" of Matlab since VB6.0.
>What are useful solutions?
>
>Thanks!

I have done that in the past using Matlab as an Automation (COM)
server.  VB6 provided the GUI and Matlab did the computation.

Search for Automation in the Matlab help.

rt