The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 how to use class with automation tech in matlab

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
swingflap Posted - 06/18/2008 : 1:29:37 PM
Origin Version:8.0 sr1
Operating System:xp, matlab 6.5

Origin version 8.0 has give more class than other old version. That can be examined from the VB Object Browser. I have test a class (notes) with the VB code:
Private Sub Form_Load()
Set oapp = CreateObject("Origin.Application")
oapp.Execute ("doc -mc 3")
oapp.Notes.Add
End Sub
and the codes work good.

My question is that how can I use these classes in matlab 6.5? e.g.,Notes class. I have try many ways, but they don't work.
Regards,
swing


Edited by - swingflap on 06/19/2008 12:58:45 PM

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000