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 IamaSherpa 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. PerthBok

    Component events

    Hi all. I've just started using VB.Net having used Delphi for a number of years. I seem to have problems with linking code to component events e.g. double click on a textbox and a textchange sub is created. Somehow though the link between the textbox and the subroutine gets broken and I can't...
  2. PerthBok

    Graphing in VB.net

    Hi. I've used Delphi for a number of years and have now been asked to do projects in VB.net. I can't seem to even do a simple task like creating a graph with a standard VCL component. Does such a component exist? How do you do graphs in VB.net . Also a simple non data aware grid doesn't seem...
  3. PerthBok

    Username

    I've found API's to list all processes running on a machine. We are running terminal server though and I want to log who is the User that "owns" the application. I have tried GetTokenInformation but this seems to give the username of the server machine and not the user who "owns" the app. Sorry...
  4. PerthBok

    Username

    Does GetUserName not just get the current user of the workstation. What if you're running terminal server and want to monitor all applications and the User who initiated the application? Appreciate the help
  5. PerthBok

    Username

    How do you get the username of the user who initiated an application execution?
  6. PerthBok

    Application Logging

    Hi. This may be a simple question. I need to be able to log when a user executes and terminates an application. How can this be done?

Part and Inventory Search

Back
Top