Search results

  1. aziz rasul

    MS Office Activation

    Myself as the developer. I need a unique identifier of any machine which can always be read by code, then OK. I can allow the user to revoke one machine, which cannot be used in the future, and add another so that they have always 3 machines that they can use, that would be good.
  2. aziz rasul

    MS Office Activation

    Many thanks. I think checking a machine is more cumbersome and doing it through a website is worth investigating further.
  3. aziz rasul

    MS Office Activation

    Sorry my simple mind can't quite grasp this. If I purchase the software and make a copy of it and give it to someone else and therefore it will contain the licencing data or if it doesn't and gets the licence code via email which can then be passed to the second illegal user, what's stopping...
  4. aziz rasul

    MS Office Activation

    What's stopping the user from sharing the licensing data with others or would the server only allow one person to connect at a time with the same licensing data?
  5. aziz rasul

    MS Office Activation

    Could you clarify please.
  6. aziz rasul

    MS Office Activation

    For the C drive serial number, when I use Public Function GetDriveSerialNumber(strDriveName As String) As String 'strDriveSerialNumber = GetDriveSerialNumber("C:") Dim fso As Variant Dim f As Variant On Error GoTo ErrorHandler Set fso =...
  7. aziz rasul

    MS Office Activation

    Do you mean combining different serial numbers?
  8. aziz rasul

    MS Office Activation

    Thanks theDBguy, it seems that your way is more fail safe. Pity, I was hoping to avoid using the web as I haven't dabbled with the web in anyway. But if that's the way to go, then so be it.
  9. aziz rasul

    MS Office Activation

    Yes please. It would be nice if there was something in WMI code that would tell us if we have an activated MS Office which is part of what I wanted. This still eludes me. Please note, I am not interested in making an unactivated copy into an activated copy. Simply whether it's activated or not.
  10. aziz rasul

    MS Office Activation

    Hmmm, can't understand why the MB Serial number didn't work. That is worrying as I was hoping to use this to identify machines where my software could be used. I may need to use a combination of the MB serial number and C Drive serial number to do what I want.
  11. aziz rasul

    MS Office Activation

    Try this to see if you can get the serial number of your C drive. Public Function GetDriveSerialNumber(strDriveName As String) As String 'strDriveSerialNumber = GetDriveSerialNumber("C:") Dim fso As Variant Dim f As Variant On Error GoTo ErrorHandler Set fso =...
  12. aziz rasul

    MS Office Activation

    I used the code on my laptop and I get 123490EN400015. Also tried it on a desktop and that gave CZC82064B.
  13. aziz rasul

    MS Office Activation

    Public Function MotherBoardSerialNumber() As String 'http://www.yogeshguptaonline.com/2009/07/hardware-locking-for-excel-workbook.html Dim objs As Object Dim obj As Object Dim WMI As Object Dim strAnswer As String Set WMI = GetObject("WinMgmts:") Set objs =...
  14. aziz rasul

    MS Office Activation

    Well I understand obtaining the password is pretty easy from 3rd party software, but good to have anyway, belts and braces. As far as EverythingAccess is concerned, if there is enough copyright information and contact details on each part of the code, hopefully Wayne Philips would see that and...
  15. aziz rasul

    MS Office Activation

    Would an expert be able to retrieve the code from a accde file? I didn't think that was possible?
  16. aziz rasul

    MS Office Activation

    arnelgp, I have had a customary look at the db (testExpiry.accdb) you posted from a different thread and it works well. However what's stopping a purchaser from sharing the details with someone else and sending them a copy of your db. So in effect you would only need one person to purchase the...
  17. aziz rasul

    Restricting the use of the database

    No problem.
  18. aziz rasul

    Restricting the use of the database

    Is that something you have done?
  19. aziz rasul

    MS Office Activation

    Apologies, I should have been more clear in my first post. I did have a look to see if there was a registry called 'Activation Required', but no such key. I guess you are right isladogs, I wouldn't expect it to be that easy. I did look at the file in c:\windows\system32\spp\tokens\pkeyconfig...
  20. aziz rasul

    Restricting the use of the database

    Hmmm, good idea. I need to look into that as a possiblility as well. Thanks. My son is a web expert, so he may be able to help me on that.
Back
Top Bottom