Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. anastasia

    Unloading Form/Closing Application

    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...
  2. anastasia

    Slider Values

    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
  3. anastasia

    MS Agent

    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).
  4. anastasia

    MS Agent

    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...
  5. anastasia

    Between Numbers

    Thanks, The Select Code works perfect.
  6. anastasia

    Between Numbers

    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...
  7. anastasia

    MS Agent Problem

    Thanks for your help, I have removed the last part and go it working. I think the last part was something to do with speed.
  8. anastasia

    MS Agent Problem

    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...
  9. anastasia

    Connecting to Database

    Hi JAG14, Thanks for your reply I have downloaded the service pack you mentioned above, do you know where I now extract the files to, which folder?.
  10. anastasia

    Timing Problem

    Thanks Guys for your reply. The code above works perfect problem solved Thank you very much
  11. anastasia

    Connecting to Database

    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...
  12. anastasia

    Timing Problem

    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...
  13. anastasia

    Logging Users Actions

    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...
  14. anastasia

    Closing Documents in Word (VBA)

    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...
  15. anastasia

    Error Message

    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...
  16. anastasia

    Timing User

    Loomah (TechnicalUser) Great, your code worked perfect, does exactly what I wanted. Thanks again.
  17. anastasia

    Timing User

    Hi, I have the following code which is activated when a user clicks on a Start button. MsgBox &quot;Time Started. You have 15 Minutes.&quot;, , &quot;Time Started&quot; Application.OnTime When:=Now + TimeValue(&quot;00:15:00&quot;), Name:=&quot;ProjectCompany.Module1.MacroStart&quot; The...
  18. anastasia

    Close Buton on VB Forms

    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.
  19. anastasia

    Incremental Saving

    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?.
  20. anastasia

    Close Buton on VB Forms

    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.

Part and Inventory Search

Back
Top