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
I will be copying my program onto floppy disks and giving them to others who then have to run the program from the disk. I was hoping that the exe file was all that I need on disk ( I will try it out).
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...
Thanks Loomah (TechnicalUser)
The code form this site works fine. I just copied the code into the form and hey presto, users cannot now close the form by clicking on the close button.
Thanks.
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.
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.