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 strongm 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. skullblock

    Probably a really dumb question displaying hex number

    I am sorry to bother everyone but I am struggling with this how do I get a hex value from the user input and display the hex value. This is my display code for the hex value. mov bl, al shr al, 4 cmp al, 10 sbb al, 105 das _PutCh al mov al, bl and al...
  2. skullblock

    Egate Alert Agent problem

    Hello, everyone, I know you are busy and I was wondering if you could help me. I am using the Egate Alert Agent to run the notification script to send an email to me if there is a problem with an eway. Now I had it working a couple days ago and then I tried to change a condition on when to send...
  3. skullblock

    Querrying SQL server

    I have a problem I am trying to querry some information of the sql server from my workstation with VB and I am not getting resluts. I am doing an ActiveX file. and then I will output the information to the file. Let me know if anyone has an idea. sb
  4. skullblock

    comparing active directory username to sql databases username

    Okay I have a complicated one here I think. Now what I am ask to do is if someone is logged on to a workstation. And then goes to the intranet and clicks on a link that requires login. What I am ask to do is since the user is already logged in on the network is there a way I can use that...
  5. skullblock

    Searching for any user that is a string in active directory

    I want to use active directory to search for a user that a person types in. That is any user not specific group or name. I keep getting an error. but I am not sure how to fix it. Please help. error '8007202b'
  6. skullblock

    Sorrting an arrar of searched files

    Thank you that does clear it up. Now if someone wanted to add a subfolder with more files to search to the hierarchy folder would I have to create a another array each time? Thanks for the quick response SB
  7. skullblock

    Sorrting an arrar of searched files

    Will I have trouble with this sort if the files are in different sub folders? Thanks for the response though that helps a lot
  8. skullblock

    Sorrting an arrar of searched files

    Can anyone give me an idea on how to sort some files that the user wanted searched in in arrar so I can display them alphabetically. Thank you

Part and Inventory Search

Back
Top