Recent content by emax79

  1. E

    Access Webbrowser Control On a Form Opening Google Chrome Or Fire Fox ....

    Hello Fellow programmers … I have a problem and I will be so grateful if someone could help me solve it …. Does anyone here know …… How To insert a active X webbrowsercontrol object and have it Open google Chrome or Mozilla Firefox Instead of Internet Explorer ? I have this Microsoft access...
  2. E

    Webbrowser Control Insertion with implementing Google Chrome Or FireFox VBA

    Hello Fellow programmers … I have a problem and I will be so grateful if someone could help me solve it …. Does anyone here know …… How To insert a active X webbrowsercontrol object and have it Open google Chrome or Mozilla Firefox Instead of Internet Explorer ? I have this Microsoft access...
  3. E

    > Access Will Not Save Picture Appropriately .... Form VBA Runtime Error 2450, Acces

    Re: > Access Will Not Save Picture Appropriately .... Form VBA Runtime Error 2450, Ac Heres a example of how someone else fixed this error ..... Here's the bad code Forms![FrmSplash].Open Heres what they did to fix it .. DoCmd.OpenForm "FrmSplash" How could I rewrite those lines of code...
  4. E

    > Access Will Not Save Picture Appropriately .... Form VBA Runtime Error 2450, Acces

    Re: > Access Will Not Save Picture Appropriately .... Form VBA Runtime Error 2450, Ac That just the name of the form my friend .... Generic name i specified to the form .... Thank you Rain ... :)
  5. E

    > Access Will Not Save Picture Appropriately .... Form VBA Runtime Error 2450, Acces

    > Access Will Not Save Picture Appropriately .... Form VBA Runtime Error 2450, Acces Hello My name is Eric and I am need of some assistance . I have a access program and recently I began getting this Error out of the blue . I really need to fix this error because it shuts down my entire program...
  6. E

    Would Like to modify this Access form to Load Pictures

    Thank you very much for your effort on this Project JHB . Its very usefull what you did. I guess i could use some enlightenment if you have some to offer jhb . I dont fully understand why the program requires Infraview to operate . I am concerned in the multiple steps if any that are necessary...
  7. E

    Would Like to modify this Access form to Load Pictures

    Wow thank you JHB . It works well. It works from of course Infraview . Do you have any thoughts why it must use Infraview Sir ? I just am curious if you had any enlightening comment . I would like to use it on any pic on my computer . I don't really understand what infraview does so uniquely...
  8. E

    Would Like to modify this Access form to Load Pictures

    Hello everyone . I have found this excellent picture manipulating access form . It has all the functions i would like to achieve . The problem is I can't get it to load a picture ! . I am fairly new to vba . I have a idea why i can't load the pictures . It is built to load pictures from a pre...
  9. E

    Screen Capture

    Nigel love your work ..... Is it possible that you could check out my thread here .I am in need of the kind of help that i think is your expertise :) Thank you in advanced Eric Maxfield
  10. E

    Screen Capture From A web Control Microsoft Access

    Thank you so much pr2-eugin :) I am currently trying to manipulate the code for my Program . You may be my Life saver . lol . May I contact you further if any questions arise during the Process.... Thank you again Eric Maxfield
  11. E

    Screen Capture From A web Control Microsoft Access

    Hello fellow engineers . I Have a MS Access database which has a web browser control incorporated within . I also have a get screen capture program for "excel" which works magnificent. I would like to incorporate these 2 functions into The Access . I would like to use my web browser control...
Top Bottom