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

    Explorer error in ZACMENU.DLL

    I had a massive computer crash, don't know what caused it. System kept telling me my Microsoft Office products were not installed, but other programs worked. Anyways, I reinstalled Me and Office 2000. I can now open the programs and documents that were created in them, but have another...
  2. spyder

    Hover changes background color of cell

    Wow. Thanks everyone. You gave me great info, and it works!
  3. spyder

    Hover changes background color of cell

    Well, I've scrolled through what others have said about this, and haven't been able to decipher what I need to know. I want to change the background color of table cells (in a navigation bar) as they are hovered over. I am familiar with HTML and CSS, but not Javascript. How do I do this...
  4. spyder

    MS Access 2000 connecting to VB 6.0...Possible?

    Thanks all. You see, I'm new to this and one of the lessons in my book was adding a database. So, for a final project, I created the database, and then tried to add it to the app. To my surprise the two were not compatible. I have since converted the database to .dbf. But, it doesn't work...
  5. spyder

    MS Access 2000 connecting to VB 6.0...Possible?

    I'm new to programming... I am trying to connect a MS Access 2000 database to an app in VB 6.0. I get a message telling me that it can't read the format or something like that??? What am I not doing right? I've connected other mdb's, but they are previous versions of Access. Can I download...
  6. spyder

    Class project advice

    Hi, I am fairly new to VB, for a class project, I would like to make a survey program (employee opionion survey) in which the user (a human resoures person) could make their own survey by picking from a list of categories & questions that I offer, and in which the user would be able to update...
  7. spyder

    Inexpensive web site needed...use FrontPage??

    I work for a small company who needs a web site, not an award winning site, more like a web presence. We're in a crunch, and don't have a lot of money. Could you tell me why I should or shouldn't use FrontPage to create the site? It seems to be able to do everything we would need, such as a...
  8. spyder

    Help with Public Variables

    Thank you sooo much Craftor & BK. My program now works perfectly.
  9. spyder

    Help with Public Variables

    I don't understand this whole public variable thing. (New to programming and the VB book isn't clear). If I create 4 forms, and I want one piece of info from each of those forms (a different piece of data from each) to appear in a 5th form, would I use a global variable? For instance...form1...
  10. spyder

    Need a continuous timer to count from 1 to 3?

    To begin with, I'm new to programming... I need to add a timer to a project of mine that would continuously count from 1 to 3, and then repeat again, so that on the 2 count, I could have a particular procedure execute each time. Would I use a timer control with a text box (so I can see the...
  11. spyder

    Help...Mouse Click to make image visible

    I am creating the "Memory Matching Game"... I show a bunch of pictures and then take them away and see if you can remember where they are...I want the user to be able to click over where the picture once was, and for it to become visible again. My Mouse Click procedure won't work...
  12. spyder

    Update a field's data to CAPITAL LETTERS

    I also tried the code and it deleted everything in the field???? Possibly, I did something wrong, I'm not familiar with SQL.
  13. spyder

    Update a field's data to CAPITAL LETTERS

    I have a table in which there is a field for employee names. I want the names to be in all caps, as opposed to how they were entered. Its too late for an input mask, as the names are already entered. I want an update query to re-format the field in all caps. I tried this...
  14. spyder

    Format Text in a Message Box?

    New to VB: Is it possible to change the format of the text displayed in a Message Box?
  15. spyder

    Need an update query to reformat/convert data in table

    Nice try, but, unfortunately, it didn't work. What that query did was take the first two numbers in a field, add them to the end of the field and place a decimal point before them (e.g. 12345678 became 345678.12) If you have any other ideas, throw them my way. I have a query that does the job...
  16. spyder

    Newbie - How to slow down counting??

    I suppose I could do that, however, being that I am so new to this, I don't even know what that is yet! That must be in a future lesson of "Teach yourself VB in 21 days"??? I'll try it and it'll probably work. Thanks so much.
  17. spyder

    Need an update query to reformat/convert data in table

    I need a query to reformat/convert salary data that has been entered as text as 4050092 (which represents $40,500.92) into 40500.92, but keeping it as a text format. Basically, I need something that would take a cell's data, count over two places from the end (right), and insert a decimal...
  18. spyder

    Newbie - How to slow down counting??

    I'm new to VB. Is there a way to slow down how fast the following code executes? I am trying to have one number increase from 1 to 4 and the other decrease from 15 to 0 when the user clicks a command button. The event takes place, but way too fast...you only see 1 and 15 on the screen, hit...
  19. spyder

    Beginner who needs project idea

    Thanks for your responses. I've printed them and will attempt to create something similar!
  20. spyder

    Beginner who needs project idea

    I just started taking a VB class. Over the next 6 wks, I have to create my own application. This will need to be basic, yet creative, any suggestions?

Part and Inventory Search

Back
Top