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

    Windows Application - Remote Administration Page

    I have a windows application that is acting as an XML web service. I would like this application to act like a web server on a specific port to give users the ability to access some internal administration pages by simply entering the URL into their browser. (Ex: 'http://127.0.0.1:29450') I...
  2. jgobrien

    VB .NET Windows Application as Windows Service

    I recently created a typical windows application project in VB .NET. It has a main form and a tray icon. I would like to give some end users the ability to install this application as a windows service. The application's main purpose is to monitor XML messages and make changes to a SQL server...
  3. jgobrien

    VB .NET Timer

    In VB6 you had the ability to time how long something took to execute: Dim dStart As Double dStart = Timer Dim c As String Dim i As Long For i = 0 To 1000000 c = "hi" Next i Dim dEnd As Double dEnd = Timer MsgBox "Process took...
  4. jgobrien

    Snap-in Creation Failed.

    Several (not all) of my MMC snap-ins are failing to load. So far it's only these two: Computer Management Component Services When trying to access them I receive the following error: ---------- Snap-in failed to initialize. Name:Computer Management CLSID:{...} ---------- The MMC will...
  5. jgobrien

    VB .NET Debugger Error

    I just installed Visual Studio .NET 2002 on a Windows XP Professional SP2 system. When trying to run (in debug mode) even an empty visual basic project, I receive the following error: ------------- Error while trying to run project: Unable to start debugging. Unable to start program...

Part and Inventory Search

Back
Top