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 Mike Lewis 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: *

  • Users: scrano
  • Order by date
  1. scrano

    Update a form to the relevant record

    I have a table in a database that contains a field called ID. What I want to do is to run select query on that table, this query can return more than one record. So what I want to be able to do is if the query returns more than one record I want to the form that displays the records to display...
  2. scrano

    Key Down, Key Up Or Key Press?

    I want to use three a press of three keys. These would be the control, alt and f1 keys to close a form. Can anyone tell me how to do this and what key event I need to set it on? Can anyone also please tell me if the event that it's set on varys depending on the keys pressed? Thanks.
  3. scrano

    Terminal Server V's A Normal Server

    We're in the process of updating our server at work and I want to get an idea of which is the better way for us to go. We currently have a database that keeps track of client details, this sits on the server and we have a front end that plugs into it that sits on each client machine. We have 15...
  4. scrano

    HOW TO VIEW CSV IN LISTVIEW?

    This might get you started with connecting to a CSV file:thread222-121572 also an article in the FAQ section that you might wanna check out, probably won't explain the listview prob but it'll be something to start with
  5. scrano

    API FUNCTIONS IN VB

    This might get you: http://support.microsoft.com/support/kb/articles/q190/0/00.asp?FR=0 and there's a few links to do with the API here: http://www.codeguru.com/vb/Win32/index.shtml Hope this helps
  6. scrano

    Modem question

    Thanx for that. Do you know whether there's is an API call or something like that, that will return the name of all modems installed so you can actually pick between them? Thanx in advance
  7. scrano

    Command line options?

    Hi can anyone please tell me how you would go about writing a program up that will accept command line options specific to the running of that program. Thanx in advance
  8. scrano

    Trapping close event

    Does anyone know if you can trap a close event for a form and have it hidden instead of closing altogether? Thanx in advance
  9. scrano

    Modem question

    Can anyone please tell me if it is possible to check through VB whether someone has a modem installed and what com port it's using and things like that? Thanx in advance
  10. scrano

    I was after some advice on what's t

    I was after some advice on what's the best way of incorporating a call to a help file with a program I'm writing? The reason I ask is because I can't assume that the help file will be in a specific location because depending on the location that the person chooses during the install, the file...
  11. scrano

    DAO & ADO Run-time error 3028

    I don't know whether I'm reading this wrong but are you trying to create the database with the password "pwd" and then trying to create a connection to it with the password "MMG" ?
  12. scrano

    adding an option to the windows shortcut menu

    There's no real specific file type I'm looking at really, can you tell me what key I need to be looking at in the registry to alter one of these menus?
  13. scrano

    adding an option to the windows shortcut menu

    No what I mean is to the actual shortcut menu that appears when you do a right click of the mouse, thanx for the response though
  14. scrano

    InstallShield look

    Thanx I'll have a look at that project now
  15. scrano

    InstallShield look

    Is it possible to customise the Package and Deployment wizard for VB at all?
  16. scrano

    InstallShield look

    I see a lot of people saying to use the Package and Deployment wizard for their projects and I was wondering if it was at all possible to get the setup to look more like the way InstallShield creates its setup programs, don't get me wrong the Package and Deployment wizard does the job but I...
  17. scrano

    icon on a menu

    Can anyone please tell me is it at all possible to place an icon a menu with VB and how do I go about doing it? I would be grateful for any help. Thanx in advance.
  18. scrano

    adding an option to the windows shortcut menu

    Can anyone please,please tell me how to add an item to the windows shortcut menu similar to what programs like Flash and Getright do? Thanx in advance.
  19. scrano

    Key Down, Key up or Key press

    Can anyone tell me whether a Internet Shortcut button on a keyboard fires any sort of key event at all, please? Thanx in advance
  20. scrano

    Hot Key

    Hi, bit of a strange one that I was hoping that someone might be able to help with. I have a laptop that I've lost the installation CD to, I've been able to find all the drivers for it of the net but on the CD there was also a utility that set up the hotkey button for the internet. I didn't...

Part and Inventory Search

Back
Top