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

    reading XML with VBS?

    Hi, I'm trying to find a FAQ or tutorial on read XML files with VBS. Can anyone help?
  2. Smithsco

    Omniback question

    Does anyone know how to reduce or set the size of the database that omniback2 v 4.x uses?
  3. Smithsco

    Video Question

    I would like to play a WMV file in my application, however I have know idea how to do this, can any one help?
  4. Smithsco

    random sort??

    I have x amount of boxes which I want to set a random number to, however they can not be the same number. I can get a random number ok but I'm not sure how to remove that number from the set. Anyone done something like this before?
  5. Smithsco

    count chr in single line?

    Is it possible to count the number of tabs that are in a line?
  6. Smithsco

    HELP IIS 5 SERVER ERROR 20-0003

    I have a win2k server machine runing IIS 5, for some reason today the machine will not display ANY PAGES at all, it simply gives me a HTTP 500: server error [20-0003] error message. I can not even display HTML pages!! I have been searching on the MS web site however I can only find an issue...
  7. Smithsco

    Hardware Enable/Disable?

    Is it possible to enable/disable a NIC using VB?
  8. Smithsco

    Hardware Enable/Disable?

    Is it possible to enable and or disable hardware shuch as a NIC using VBS?
  9. Smithsco

    Run as service?

    Is there a way to configure an exe to run as a service?
  10. Smithsco

    Counter Logs

    I have setup a counter log in Perfmon, however every now and then it will stop for no reason, does any know how I can check to see if this counter log is still running from a script? This is on a Windows 2000 machine.
  11. Smithsco

    outlook mapi folders?

    I'm trying to create an extenal program to act like the rule wizard, I have reached the limit and still need to move more e-mails around. I would like to be able to browse my folders and grab its outlook name (eg outlook.getnamspace("MAPI").folders.item(3).folder......). Is this possible?
  12. Smithsco

    a few questions on outlook

    I'm trying to read the body of e-mails in a folder in outlook. I'm using objolapp.session.folders.item(4).folders.item(i) to get access to the "root" folders, however I'm try to get to a subfolder. any Idea's how? I would also like to move the mail to a subfolder in the subfolder...
  13. Smithsco

    outlook question?

    Any one know where I can get the outlook object model from? I have been digging in the MS web site but I seem to be getting lost. Any helpful links would be great.
  14. Smithsco

    Should I be using a module?

    I have a few select statements that 3 of my forms will use, instead of having these statements in each form should I place them in a module? Is that what they are supposed to be used for? If so how do I pass the data between the module and the form? Thanks for your help.
  15. Smithsco

    MSchart?

    I have my VB app creating the graph, however after each instance along the x axis there is a vertical line, does any one know how to get rid of this line?
  16. Smithsco

    Coding with WMI?

    When I create a VB 6 app like Private Sub Form_Load() On Error Resume Next strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2") Set colItems = objWMIService.ExecQuery("Select * from Win32_Process",,48) For Each...
  17. Smithsco

    Combo box or list box?

    I have filled combo1 with data from an ADODB connection, I then need to grab the text vale from that box later on. I can grab the value by combo1.text but I need to automatically go to the next item in the list so some thing like for y = 1 to combo1.listcount newstring = combo1.text...
  18. Smithsco

    Crystal reports in VB ASP.NET?

    I want to pass the data from a record set to a crystal report, and I have got as far as setting the report to use the data set, however I'm new to .NET and I don't know how to fill the data set with the data I'm after. I have found a few tutorials around but they all fall short of showing you...
  19. Smithsco

    ASP button script?

    how do I run a script from a button click on an ASP Page? Also how do I get the data out of text/menu boxes from a HTML form?
  20. Smithsco

    MSchart question

    I have a chart which is getting it's data from from a ado connection. The graph fills in fine except for a couple of things. I can not set the min/max values even using the mschart1.plot.axis(.....).valuescale.min.... Nor can I set the X and Y titles.

Part and Inventory Search

Back
Top