Hi
I have the following code (cut down version)
Case TotalCorrect = 22
If txtSliderMood.Text = "Good" Then
Agent.MoveTo x:=300, y:=250
Agent.Speak "This program will now close."
Agent.MoveTo x:=0, y:=0
Call Program
End If
End Select
The Call Program line...
Hi,
I have a slider that is displayed vertical.
Whe I run the apllication and move the slider the values are displayed from 1 to 9.
Is there any way of getting the slider to not display these values?.
Thanks
Hi,
I created an Agent using the Microsoft Character Editor and have a agent.acs character on the C drive in Windows.MsAgent/Chars folder.
The Agent works fine on my machine within a VB application I have created.
I was wondering however if I can run my application that contains the agent on...
Hi,
I am testing the following numbers.
<=7
=8 and =14 and any number between these two.
=>15.
I am having a problem with the middle numbers, the code I have is:
If TotalCorrect <= 7 And txtMood.Text = "Good" Then
MsgBox "Task less than equal to 7"
End If
If TotalCorrect...
Hi,
I have created an agent using the Character Editor and can get the agent to show on screen in VB 6 and then speak.
I am trying to use the MoveTo method to move the agent from it's current position which is in the left hand top corner of the screen to about the middle of the screen and then...
Hi,
I am trying to connect to a database from VB 6. I am using the Data Control and I can connect trhpough this to the database (the path is entered), but when I atttempt to select the RecordSource property of the data control I get the error Unrecognized database format followed by the path...
Hi,
I am wanting to start a timer going once a form is loaded for 3 mins, after the 3 mins is up a Msg Box will be displayed. After I want the timer to start timing again another 3 mins and then display another MsgBox. I need this to happen roughly 5 times throughout the application I am...
Hi,
Is it possible to log a users actions?. I want to log/save all actions carried out by a user in Word 2000.
I have a program that works in Word using underlying VBA code. As the user progresses through the document e.g Pasting in text and then formatting it etc. Is their for the system...
Hi, I have 4 Documents, Doc1, Doc2, Doc3, Doc4.
In Word (2000) I start by having Doc1 opened, there is a button on Doc1 that then opens Doc2, and the user goes back and forth between documents. Doc1 is the last to be activated and i.e the user finishes back at Doc1. Doc1 then opens Doc3...
Hi,
I get the following error message when I am formatting text wihtin one of microsoft's newsletter Templates. All of a sudden the following appears and I have to click on the OK button to get rid of it which then exits the applications.
Winword
The Program has performed an illegal action...
Hi,
I have the following code which is activated when a user clicks on a Start button.
MsgBox "Time Started. You have 15 Minutes.", , "Time Started"
Application.OnTime When:=Now + TimeValue("00:15:00"), Name:="ProjectCompany.Module1.MacroStart"
The...
Hi,
Has anyone ever hear of Incremental Saving?. I need to save some data whilst the user is using Word, so I can go back and look through all of the users actions?.
Any ideas?.
Hi,
I was wondering how I get rid of the close button, located on the title bar at the top right hand corner on a VB form, as I do not want the user to be able to click on this and close the form when it is running.
Anyone know who to do this?.
Thanks.
Hi,
I am trying to create a control array, using a Vb form in the VB editor in Word.
I am using option buttons and trying to give them thesame name to create a control array, but instead of VB asking me if I would like to create a control array as it does in normal VB I only get is Ambiguous...
Hi,
I was wondering if the Data Control for accessing a Database is available in word. I have used this control in VB. I have looked in additional controls and have not found it. The only thing I have come across is something that looks like it called Adodc. Is the Data Control accessable...
Hi,
I have a Word document which within it contains Text Boxes and a Table that I have inserted using Insert table and the Text Box drawing tool which Word provides on the toolbar, this text box has not been drawn using the VBA toolbar.
The problem is how do I in code refer to these text boxes...
Hi,
I have a Word document which within it contains Text Boxes and a Table that I have inserted using Insert table and the Text Box drawing tool which Word provides on the toolbar, this text box has not been drawn using the VBA toolbar.
The problem is how do I in code refer to these text boxes...
Hi,
I am using VBA in word, but at the moment when I go to the VB editor in Word and try to acess code the code within my document I get the error Project is Unviewable and the Msg Boxes title bar states Project Locked, I have had this error before but when I have closed the file and opened it...
Hi,
I am using VBA in word, but at the moment when I go to the VB editor in Word and try to acess code the code within my document I get the error Project is Unviewable, and the Msg Boxes title bar states Project Locked, I have had this error before but when I have closed the file and opened it...
Hi,
I am using VBA in word, but at the moment when I go to the VB editor in Word and try to acess code the code within my document I get the error Project is Unviewable, I have had this error before but when I have closed the file and opened it again it has rectified itself, this time however...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.