

- MS AGENT 2.0 HOW TO
- MS AGENT 2.0 INSTALL
- MS AGENT 2.0 CODE
- MS AGENT 2.0 DOWNLOAD
- MS AGENT 2.0 WINDOWS
Then, replace the solvent with 70% methanol or acetonitrile : 30% water. using the mobile phase last used, without buffer, salts or acid. Remove buffer, salts and/or acid from column: wash for 10-15 min. For example, if your mobile phase was 50:50 methanol/20 mmol/l phosphate buffer, wash with 50:50 methanol/water. (If you used a buffer, always do step 1 first!) Remove adsorbed compounds and fix unstable baselines by washing with methanol and/or THF. For example, if your mobile phase was 50:50 methanol/20 mmol/l phosphate buffer, wash with 50:50 methanol/water.Ģ. Ultra pure silica gel with low trace-metal content is used for COSMOSIL columns thus the columns provide excellent A new end-capping treatment with polar groups for "shield effect" has significantly improved peak shape for basicĬompounds. The COSMOSIL 5C18-MS-II column, taking advantage of a new end-capping treatment, can replace the original COSMOSIL C18 Comparison of hydrophobic interaction, analytical pressure, and theoretical plate number ColumnĪnalysis of Basic Compounds and Metal Coordination Compounds
MS AGENT 2.0 INSTALL
One error I had was to name my project “Merlin”, and that made an error because the model was named Merlin, and whenever I set Merlin’s properties, the compiler thought I was referring to the project.Īlso, if you don't install those two files, either the character won't show up, or you won't be able to hear anything he says, you'll just see the text. Now when you run the program, if all goes well (if not, see possible errors later on in this tutorial), then when the form appears, so should Merlin, and you can choose any of his animations, and type in anything for him to say, and he will do it. Merlin.Speak Speech.Text ' Have Merlin say whatever is written in the ' TextBox End If End Sub MsgBox ( " No Text Entered to speak") ‘ Give an error Else ' If text has been entered Merlin.Play Animation.Text ' Have Merlin play the selected animation End If If Speech.Text = " " Then ' If no text has been entered into the TextBox

MsgBox ( " No Animation Selected") ' Give an error Else ‘ If something has been chosen in the ComboBox
MS AGENT 2.0 CODE
Next double-click the “Do It!” button and type:Ĭopy Code Set Merlin = ctlAgent.Characters( " Merlin") ' Load Merlin to memory If Animation.Text = " " Then ' If the Animation ComboBox has ' nothing selected This simply adds every animation the Merlin has into the ComboBox, after activating and showing the Merlin Model. ' Add the Character Animations to the ComboBox Choose Form, Load and you will see.Ĭopy Code Dim CharPath As String ' Activate MerlinĬharPath = " " ' The path is the root directory for your project ' Load the characters specified in pathĬ " Merlin", CharPath & " merlin.acs" Set Merlin = ctlAgent.Characters( " Merlin") Your form should look something like this: Add another Label next to the Speech TextBox and set its caption to “ Speak:”. Now just add a Label next to the Animation ComboBox and set its caption to “ Animation:”. After that, draw a CommandButton at the bottom, in the center and name it, “ btnDoIt”, and set its caption to “Do It!”. Now, draw a TextBox underneath the ComboBox and name it Speech, set its text to nothing. Next draw a ComboBox near the top in the center of the form, and name it Animation, and set text to nothing. Go to your form design view, and click the Agent Control, and draw it anywhere in your form (it is invisible to the user). Now you will see the Agent Control in the toolbox (secret agent guy). So, unless it is already done, tick the box, then press OK. Go to your form and right click the toolbox and press “Components…” you will see a screen much like this one:Īs you can see here, I have already selected Microsoft Agent Control 2.0. Start a new project if you haven't already done so, and make sure wherever you save it, it is in the same directory as “ MERLIN.ACS”. Once that is done, put “ MERLIN.ACS” in the same folder as the one your project is in.
MS AGENT 2.0 DOWNLOAD
So let's get started.įirst of all, download the source file and install, “ INSTALL FIRST.exe” and “ INSTALL SECOND.exe”. The source code download includes the model and all the installs required to use it (2 small 1MB or so files”), which must be distributed with your program in order for it to work properly on other machines.
MS AGENT 2.0 WINDOWS
If you do not have Windows XP, then don't worry. we will be using the Merlin model, because he comes with Windows XP.
MS AGENT 2.0 HOW TO
In this tutorial, I will be showing you how to make a small program that will help you understand certain aspects regarding Microsoft Agent.
