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

    VBA Spellcheck not working

    I see - thank you for the clarification. But this now gets weirder. I have just got Spellchecked 'catsatonthemat' and got FALSE (which is what I would expect!). But if I do 'catsatonthemat2' it says TRUE !!! What is going on? I must have something set somewhere- could you try the same code on...
  2. markh999

    VBA Spellcheck not working

    Thanks Skip Sorry but I don't understand your answer? Why are letters such as 'c' 'd' and 'e' coming up as true? I also don't want it to be case sensitive - it should recognise 'I' and 'I' both as valid words? What do you mean by aa of bb ?
  3. markh999

    VBA Spellcheck not working

    I have a long string (with no spaces) that I am trying to split up into legal words with one space between them. I want it fully automated so am using the attached code to spell check individual words. However, to test this code works ok I have entered the single letters 'a' to 'z' in the...
  4. markh999

    How do I move a graphic ?

    I want to put a graphic on the screen and move it left and right using the 'm' and 'n' key (like a ship in space invaders for example). Why doesn't the attached code work (its horribly slow and jerky)? Is there a better way of doing it? Also, how do I load a graphic from elsewhere into my...
  5. markh999

    Controlling Multiple items on the screen

    I want to develop a simultaion game where I will build a city (for example) from scratch. As I create buildings and people arrive, what is the best way for DarkBasic to handle the movement and general control of each of the individual items (people, buildings) moving around the screen. I know...
  6. markh999

    How can I read Excel files from QBASIC?

    Thanks to both of you for the response. Here is some more info that may help (as I'm still getting problems). I save my Excel spreadsheet as as 'CSV (comma delimited)' file and called it 'football results csv'. It then saved the file as the name 'football results csv.csv' In my QBASIC...
  7. markh999

    How can I read Excel files from QBASIC?

    I need to read an Excel spreadsheet from my Qbasic program (the speadsheet is just lots of rows of normal data - numbers and text). I have tried various 'save as' options from Excel (e.g. CSV (comma delimited)) to try and get it to a format that Qbasic understands but all I get is 'bad file...
  8. markh999

    DOS Game, Windows 98, Mouse not recognised

    I'm trying to play and old Dos game, The Lost Files of Sherlock Holmes under Windows 98. Its loaded ok and runs but I cannot use the mose at all (even though the in game settings are set to Mouse/Keyboard use). I am running in MS-DOS mode. It does come up a message after the introduction...
  9. markh999

    Do I need to use CLS?

    Many thanks for all the input - I'm experimenting now.
  10. markh999

    Do I need to use CLS?

    I'm writing a maze game where you walk through it and looks like 3-d although its only a crude use of the LINE command really. However, evertime I move forward in the maze, I use the CLS command and then redraw all the lines to show the new view. It works but its jerky (i.e. noticeable delay)...

Part and Inventory Search

Back
Top