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 TouchToneTommy 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: Troy28M
  • Content: Threads
  • Order by date
  1. Troy28M

    UnSelect MenuStrip

    What I have is a Windows Form that has built in shortcut keys to help the blind navigate easier/quicker. For instance they can hit Alt+b, Alt+d, Alt+r, ...to run individual subroutines. My problem is that the shortcuts were pre-selected for me, due to the fact that my blind users already have...
  2. Troy28M

    RichTextBox and Links

    I need to create a RichTextBox, unless there is a better method that will have links within, among other things. I am having issues with a few items. My links will not be in Link Form (http://, file:, ...), they will be arbitrary. So, is there a way to create a link in a RTB wihtout the...
  3. Troy28M

    Listview Accessibility

    I have created an application that has multiple listview controls with multi-columns within. The columns have been created through the properties and not within the code, in case it matters. The problem I am having is with a screen reader (JAWS), it will read the information but never the...
  4. Troy28M

    Running an Exe file?

    I am building a script that runs some preliminary checks for me before firing an installation package (.exe file) located on a web server (i.e. http://www.something.com/install.exe). I need to inform the user once the installation has completed, that everything was installed correctly and...
  5. Troy28M

    Keyboard/Mouse Locking/Disabling?

    Is it possible to disable/lock the keyboard/mouse with vbscript? I have a client-side script that compares files from a server with the client's files and replaces/adds if necessary. I would like to disable the possibility of conflict by taking the mouse and keyboard inputs away from the user...
  6. Troy28M

    XMLDOM question?

    Need to know if it is possible to check whether an attribute exists? As you can see below, the same XML file will be used by multiple users. I want to check to see if the attribute "name" exists. If not -I will create. If so, I pull the value. Before "Set nodSelect" statement, I would like...
  7. Troy28M

    Trouble Reading Ini sometimes?

    I have a small vbscript/hta that creates an ini file to be used when running other tools. It contains just minimal information that tells the other programs what type of data should be used/displayed/allowed. Enough of that, the problem is that on a handful of these created ini files, the data...
  8. Troy28M

    Find open excel documents

    I have a script that builds, saves and updates an excel sheet on the client-side. It is saved on their hard-drive and each time they perform an action, it is updated with new information. My problem is that a few clients are opening the excel file and viewing it and then performing actions...
  9. Troy28M

    Close specific IE window

    I have a small vbscript that installs updates, when necessary. The script opens a small ie window, created on the fly that basically lets the user know that we are installing updates, please be patient. My problem is that when I close this window (oIE.Quit), all ie windows that are open at...
  10. Troy28M

    objShell.Namespace(zipfile)

    I have code that pulls a zip file from my web server and then using the CopyHere command, I unzip the file to another location. The problem is that about 5 percent of the machines, the objShell.Namespace(zipfile) is returning the "file not found", err number -2147024894. Like I said, most of...
  11. Troy28M

    Is it possible?

    I would like to write a vbscript that sits client-side, that downloads files sitting on a web-server, is that possible? I am new to vbscript and could use some help. For example, place vbs in Startup folder and have it go out to "http://.../files" and pull the files to "C:\Updates".
  12. Troy28M

    Replacing characters in a string?

    I know this is probably a noob question but I need help. I am trying to push data to a pdf file through the command line, which works but since the restricted characters (ampersand (&) and spaces) I want to manipulate once passed to the form. Right now I have spaces as Underscores and...

Part and Inventory Search

Back
Top