Recent content by Kvracing

  1. K

    Hide Password in Input Box

    I converted to 32 bit. Solved the whole problem :)
  2. K

    Hide Password in Input Box

    Posted this on other forums; Just for information (got some angry moderators breathing down my neck;): I have posted this issue on several forums, simply because I don't think it's an easy fix, and most likley It's just a few people who can solve this. Where they are is hard to know, so I have...
  3. K

    Hide Password in Input Box

    I know, and but I rather have more code and less forms:) And it get's on my nerves that I cant find it out, so just need see this through, especially when so many other 32 bit users got it to work ;)
  4. K

    Hide Password in Input Box

    I can just post the code so it's no missunderstandings: The code are now: Public sPwd As String Public gMsgTitle As String Public gMsgType As String Public gMsgText As String Public gStatusText As String "FindWindowA" (ByVal lpClassName As String, _ ByVal lpWindowName As String) As Long...
  5. K

    Hide Password in Input Box

    Yeah, it's that I have a 64 bit system. Don't know how to get it converted though.
  6. K

    Hide Password in Input Box

    None has converted this code to 64 bit 2013 system? I find it very strange that all the codes I find around on different sites are just for around 2002 access?
  7. K

    Hide Password in Input Box

    Just downloaded the database and tried it on my 64bit system. Updated Declare function to Declare PtrSafe function, but getting a Type mismatch on the AddressOf NewProc part of SetWindowsHookEx Anyone know whats need to be changed? I use 2013 btw.
Back
Top Bottom