Search results for query: *

  • Users: icyman
  • Content: Threads
  • Order by date
  1. I

    Encrypting connection string

    In my application, there is a connection string to the database. Is there any way I can prevent people from knowing the actual connection string (especially from admin people who know actually know the code of the program)? Below are the ways I thought of but they all seem to have flaw: 1)...
  2. I

    How to check Windows Edition?

    I've been struggling to check for Windows Edition with vb.net.... i.e. Home Edition, Profession Edition, TabletPC Edition I noticed that to check the operating system version, I can use Environment.OSVersion.ToString (it'll give me Windows NT 5.1.2600.0 where "Windows 5.1" represents XP....and...
Back
Top