Search results

  1. Jason Lee Hayes

    Solved Creating a Black & White copy of an Image using WIA Filter

    Big thanks to you for this solution; i can confirm it works perfectly. Your method also opens up many other possibilities with Word automation that i did not even consider in my project. Thanks for taking the time out to help me. Much appreciated...
  2. Jason Lee Hayes

    Solved Creating a Black & White copy of an Image using WIA Filter

    Hi arnelgp... The output in your video is exactly what I'm trying to achieve i have now added a references to the following:- Microsoft Office 16.0 Object Library Microsoft Word 16.0 Object Library I have created a folder with Read/Write Priveledges Named "ImagesToConvert" I have a Image in...
  3. Jason Lee Hayes

    Solved Creating a Black & White copy of an Image using WIA Filter

    Thanks sonic8 Double checked and i can confirm it does work as you suggest.. Work in that it does produce a copy of the image with overlay.. I think i should be able to work with this and create a grayscale image - will look into the .PictureFormat.ColorType = msoPictureGrayScale and see if i...
  4. Jason Lee Hayes

    Solved Creating a Black & White copy of an Image using WIA Filter

    Thanks sonic8 Learning all the time; i made the changed and code compiled no issue however when i try to execute MS Access just hangs... I need to bread the code down to see if i can make it useful...
  5. Jason Lee Hayes

    Solved Creating a Black & White copy of an Image using WIA Filter

    Thanks for the help arnelgp... So; i set a reference to Microsoft Word 16.0 Object Library.... Changed the paths and file name in Private Sub testRecolor() to reflect a test image in BitMap Picture Format ensuring path and filename(s) were correct... Code compiles with no issues however i get...
  6. Jason Lee Hayes

    Solved Creating a Black & White copy of an Image using WIA Filter

    Hi, I am curious; is it possible to change an image to Black & White maybe using WIA and the Filter? I have found this link:- Unfortunately i cannot get it implemented with modification into my project... I also have an issue with the following line from the code below:- v(i) =...
  7. Jason Lee Hayes

    Solved Navigation Panel Drop Down Menu

    That helps me out so much too; thanks for sharing... Excellent....
  8. Jason Lee Hayes

    VBA code to check internet connection in Windows OS 64 bit, VBA MS Access 2019

    It may work for you but does not for me. I did test on my usuall MacBook Pro using Bootcamp though and even though it should work ive come across a couple of issues including webcam capture that i never got to work either without using VCL as a work round. I will test on my PC later today. Ive...
  9. Jason Lee Hayes

    VBA code to check internet connection in Windows OS 64 bit, VBA MS Access 2019

    Unfortunately you cannot rely on "Wininet.dll" to identify a connection Connect to your WIFI; run the code you will get IsInternetOk = True.. Disconnect from WIFI, run the code and you will still get IsInternetOK = True.. Reference...
  10. Jason Lee Hayes

    What do you think of Julian Assange?

    Being an OPTI for over 35 years and a private surveillance operative for 15, gathering intelligence is one thing; publicising it is simply reckless - putting guys and families on the ground in real imminent danger. This is not acceptable at ANY level and Its for this reason he needs to go to...
  11. Jason Lee Hayes

    Solved How can I Hide Access And only view Forms

    I also use the API technique to achieve this and a lot of work has been done from the guys in this forum to promote such a thing. Before you decide on a method you use if any; you ideally should consider this requirement in your project as a nicety or a necessity because you will need to digest...
  12. Jason Lee Hayes

    Error # -2147417843. Automation error. An outgoing call cannot be made since the application is dispatching an input-synchronous call

    Thanks for your replies; led me identify the issue add fix it yey... Not sure if 3 weetabix this morning did the trick or the volume of port i consumed last night; maybe borh.. I was absoutely sure the error being reported was not the direct cause of the issue. Reported was my code that...
  13. Jason Lee Hayes

    Error # -2147417843. Automation error. An outgoing call cannot be made since the application is dispatching an input-synchronous call

    Cannot understand what's happening here.... Error # -2147417843 Automation error. An outgoing call cannot be made since the application is dispatching an input-synchronous call I have googled this error but the explanation of what could be causing the error is unclear to me.. Has anyone come...
  14. Jason Lee Hayes

    DigitalPersona U.AreU. 4500 Fingerprint Reader Integration with MS Access

    Nearly there now.... Just need it to bypass password requirement on FingerPrint input..
  15. Jason Lee Hayes

    DigitalPersona U.AreU. 4500 Fingerprint Reader Integration with MS Access

    Thanks for your time.. I do not have the manuals or any software with the reader... Neither can i get hold of the SDK.... As you state; without these i would struggle but i like challenges... I am in the process of requesting access to the manufacturer portal which is HID (formally...
  16. Jason Lee Hayes

    DigitalPersona U.AreU. 4500 Fingerprint Reader Integration with MS Access

    Hi, Has anyone had any experience in making use of a fingerprint reader within MS Access? This is something i am considering for my project and don't wish to recreate the wheel.. I've just got hold of a couple of DigitalPersona U.Are.U 4500 Fingerprint Readers... (Second Hand Hardware Only but...
  17. Jason Lee Hayes

    Sortable HTML table

    Excellent Work....
  18. Jason Lee Hayes

    ID Card Printers

    Before you choose one, you ideally need to identify what features you require. Do you really need edge to edge printing? Will B&W printing suffice or do you require colour? If colour do you require true Black? Do you need the ability to print on both sides? Do you need to be able to encode data...
  19. Jason Lee Hayes

    ID Card Printers

    What is it specifically you want to know.. I have one and been using it to produce ID cards. It prints edge to edge, double sided, does magstrip and rf encoding..
Back
Top Bottom