Search Result

Collapse
5 results in 0.0014 seconds.
Keywords
Members
Tags
detect
  •  

  • togikan
    started a topic Detecting Virtualization
    in C

    Detecting Virtualization

    Is there an intrinsic to detect that program on virtual pc or native pc. I have a function to do this with inline assembler but to do this on 64 bit I need intrinsics because no 64bit support for inline assembler.

    Regards,
    T H K
    See more | Go to post

  • Auto detect whether code is being executed on localhost [IIS] or ISP web server

    My project involves a large number of ASP pages that reference an Access database. I am testing the system first via IIS before publishing it to the web server.

    The connection string is specific to the database location i.e. C:/inetepub/.../*.mdb etc for IIS testing and //web/content/.../*.mdb etc for the web server. Therefore I have to edit all of the files before publishing, then edit them back to continue with local deevelopment....
    See more | Go to post

  • How to Detect the Currently Opened Files in VB.net for Media Centre

    Hi Guys,

    I am writing a Media Centre Addin in Vb.net and it was all going good until i got to the point where i want to find the "Currently Playing song FilePath or URl"

    I have spend a number of hours racking my brain to figure out a way of seeing what the "Currently Opened Files" are on a machine at any point of time.

    My idea is to get all the currently opened files, and then filter...
    See more | Go to post

  • Find hard-coded password strings in project's code - Can it be done automatically?

    Hey,

    I have a very big project with thousands and thousands of code lines. Until now we have used hard-coded passwords and we wish to stop. The problem is how detect all the places in the code where we used hard-coded passwords - Do you know a way of doing it automatically?

    If there is a free or not-free program that you know that can help it will be good.

    Thanks alot!
    See more | Go to post

  • jim bradshaw
    started a topic detect if page is refreshed

    detect if page is refreshed

    I have an asp.net page that calls itself recursively if the user selects certain actions on form buttons. The page will be changed in various ways according to the action called for by the user. This works fine, except for the fact that the "action" variable is a hidden field and if the user hits the refresh button or navigates to the page by the "back" button or other methods, the latest "action" will be performed...
    See more | Go to post
    Last edited by jim bradshaw; Feb 12 '09, 11:24 PM. Reason: punctuation
Working...