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!

Recent content by jpspring

  1. jpspring

    Find Computers On The Network

    I've got an asp app that runs on a local network, is it possible to find out what machines are connected to the network?
  2. jpspring

    Browsing Directories

    I have tried this and as yet have not come up with suitable answer, i always check google first, otherwise i could just be wasting peoples time which is not the idea
  3. jpspring

    Browsing Directories

    I'm wanting to be able to give the user the ability to browse the network for a given folder, is this possible in asp.net
  4. jpspring

    ASP Debugging And XP

    I'm trying to debug a web app, but when i try to run it from within the development environment, its says the server components are not installed which they are, it worked fine in 2k but doesnt seem to like xp, is there a setting somewhere that i need to change
  5. jpspring

    Web Debugging

    I am running an ASP Web APP on a server, though the asp debugger will not start, due to access rights, it works fine when i'm the administrator, what do i need to give myself rights to allow the ASP Debugger to function correctly without having to login in as administrator
  6. jpspring

    Deploying A Service

    How do you deploy a service on another machine, a standard install won't work due to the fact that installutil has to be used from the commandline
  7. jpspring

    How Do I Stop a Service From Stopping

    I have a service that stops as soon as it starts. I want it to wait for events to be triggered by the filesystemwatchers that i have setup, can it be done?
  8. jpspring

    Waiting For Events

    AN INTERNAL EVENT from a filesystemwatcher, of which there are several, i'm now more interested in a service than an application. I want the service to wait for events, rather than stop running
  9. jpspring

    Waiting For Events

    Is there a way to get a windowless application to wait for a given event without the application exiting. I have tried to use a loop, but get an overflow error. And same question but as a service. Many Thanks For Your Help
  10. jpspring

    Navigating Data

    is there another of doing it other than the databindings method to go through the records
  11. jpspring

    Navigating Data

    Whats the best way of moving around a dataset, presumably you cant do it with a data reader because its forward only or is there a way to reset the data reader to the start of the records after it has gone through once
  12. jpspring

    Control array

    what i'm actually trying to do is pass a the whole control array to the sub-routine in one go. Cheers
  13. jpspring

    Control array

    if i've got a control of say 5 checkboxes and i want to pass all five controls to a sub-procedure to check them all, how would i do this? test check1() sub test(chkbox() as checkbox) end sub doesn't work, it expects an user-type
  14. jpspring

    Passing an entire control Array to a sub procedure

    I think this should be fairly simple, i'm just wondering how to pass an entire control array to a sub procedure in one go
  15. jpspring

    Passing a checkbox array to subroutine and scrolling form

    I wonder if it is possible to send a control array to a subroutine. and how can you make a standard form scrollable.

Part and Inventory Search

Back
Top